index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
event: Avoid possible blocking in the listener thread when shutting down
Yann Ylavic
2017-07-24
1
-100
/
+172
*
core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak of
Yann Ylavic
2017-07-21
2
-14
/
+20
*
mpm_event: ap_queue_info_try_get_idler() may atomically decrement and then
Yann Ylavic
2017-07-20
1
-16
/
+16
*
ap_server_config_defines and ap_server_{pre,post}_read_config are arrays of
Yann Ylavic
2017-07-18
2
-13
/
+16
*
Be explicit and safe (const) with the strings stored in ap_server_config_defi...
Yann Ylavic
2017-07-18
1
-5
/
+4
*
mpm_winnt: Do not redefine the standard CONTAINING_RECORD() macro
Evgeny Kotkov
2017-07-12
1
-6
/
+0
*
mpm_winnt: Remove an obsolete comment in child.c explaining why the
Evgeny Kotkov
2017-07-12
1
-7
/
+0
*
mpm_winnt: Tweak the names of the variables in child.c which are used to
Evgeny Kotkov
2017-07-12
1
-49
/
+48
*
mpm_winnt: Tweak the listener shutdown code to use a separate event
Evgeny Kotkov
2017-07-12
1
-33
/
+49
*
mpm_winnt: Following up on r1801655, add a comment that explains the
Evgeny Kotkov
2017-07-12
1
-2
/
+27
*
mpm_winnt: Advertise support for preshutdown notifications in the service,
Evgeny Kotkov
2017-07-11
1
-2
/
+4
*
mpm_winnt: Remove unused values of the io_state_e enum.
Evgeny Kotkov
2017-07-11
1
-3
/
+1
*
mpm_winnt: Remove a duplicated comment in the child_main() function.
Evgeny Kotkov
2017-07-11
1
-1
/
+0
*
mpm_winnt: Use a LIFO stack instead of a FIFO queue to hold unused
Evgeny Kotkov
2017-07-11
1
-8
/
+3
*
mpm_winnt: Drop the APLOG_DEBUG diagnostic saying how many thread
Evgeny Kotkov
2017-07-11
1
-12
/
+0
*
mpm_winnt: Remove an unnecessary Sleep() in the winnt_accept() function.
Evgeny Kotkov
2017-07-11
1
-1
/
+0
*
mpm_winnt: Simplify the shutdown code that was waiting for multiple worker
Evgeny Kotkov
2017-07-11
1
-59
/
+17
*
mpm_winnt: Avoid using TerminateThread() in case the shutdown routine
Evgeny Kotkov
2017-07-11
1
-11
/
+20
*
mpm_winnt: Make the shutdown faster by avoiding unnecessary Sleep()'s
Evgeny Kotkov
2017-07-11
1
-8
/
+8
*
mpm_winnt: Following up on r1801144, use the new accept_filter_e enum
Evgeny Kotkov
2017-07-10
1
-2
/
+2
*
mpm_winnt: Fix typo in the logged message in winnt_get_connection().
Evgeny Kotkov
2017-07-07
1
-1
/
+1
*
mpm_winnt: Refactor the mpm_get_completion_context() function so that it
Evgeny Kotkov
2017-07-07
1
-22
/
+24
*
mpm_winnt: Remove an unnecessary retry after receiving a non-timeout failure
Evgeny Kotkov
2017-07-07
1
-8
/
+1
*
mpm_winnt: Factor out a helper function to parse the type of an accept
Evgeny Kotkov
2017-07-07
1
-40
/
+59
*
mpm_winnt: Don't forget to close the I/O completion port as part of the
Evgeny Kotkov
2017-07-07
1
-0
/
+1
*
Restore single-char field names inadvertantly disallowed in 2.4.25.
William A. Rowe Jr
2017-06-28
1
-9
/
+6
*
Revert 1800111 for a cleaner logic flow proposed by Yann
William A. Rowe Jr
2017-06-28
1
-1
/
+1
*
Appears to resolve the issue to permit single-char fieldnames; PR61220
William A. Rowe Jr
2017-06-28
1
-1
/
+1
*
Revert misguided commit r1799731.
William A. Rowe Jr
2017-06-26
1
-15
/
+0
*
style: where did the tabs come from?
Gregg Lewis Smith
2017-06-24
1
-2
/
+2
*
Send a 404 response like other OSs do instead of 403 on Windows when
Gregg Lewis Smith
2017-06-24
1
-0
/
+15
*
util.c: revert r1799375 during veto discussion
Jacob Champion
2017-06-21
1
-4
/
+4
*
Make case insensitive
Jim Jagielski
2017-06-21
1
-1
/
+6
*
util.c: add a strict Base64 decoding function
Jacob Champion
2017-06-20
1
-0
/
+70
*
util.c: ensure all TEST_CHAR loops stop at the null terminator
Jacob Champion
2017-06-20
1
-4
/
+4
*
Quiet spurious gcc warning in ap_parse_form_data ("'escaped_char[0]' may be
Yann Ylavic
2017-06-14
1
-2
/
+1
*
allow quoted paths in <IfFile>
Eric Covener
2017-06-07
1
-7
/
+10
*
PR61124: ap_parse_form_data() EBCDIC fix
Eric Covener
2017-05-27
1
-22
/
+4
*
short-circuit on NULL
Eric Covener
2017-05-26
1
-4
/
+2
*
core: deprecate and replace ap_get_basic_auth_pw
Eric Covener
2017-05-26
2
-3
/
+62
*
Evaluate nested If/ElseIf/Else config sections
Luca Toscano
2017-04-25
1
-3
/
+18
*
Introduce request taint-checking concept.
Nick Kew
2017-04-21
2
-0
/
+17
*
PR61009: be as helpful as possible during -V operation
Jacob Champion
2017-04-19
1
-4
/
+13
*
If the lingering close does not leave the socket in a disconnected state,
William A. Rowe Jr
2017-04-11
1
-2
/
+2
*
On the trunk:
Stefan Eissing
2017-04-11
1
-3
/
+1
*
core: Disallow multiple Listen on the same IP:port when listener buckets
Yann Ylavic
2017-03-28
1
-17
/
+33
*
Revert r1789061: it didn't any leak since duplicated listeners were already
Yann Ylavic
2017-03-28
1
-20
/
+12
*
core: Fix leak of duplicated listeners (socket descriptors) on restart
Yann Ylavic
2017-03-28
1
-12
/
+20
*
On the trunk:
Stefan Eissing
2017-03-19
1
-1
/
+6
*
print r->uri during failure
Eric Covener
2017-03-16
1
-1
/
+1
[next]