index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-21
1
-0
/
+70
*
util.c: ensure all TEST_CHAR loops stop at the null terminator
Jacob Champion
2017-06-21
1
-4
/
+4
*
Quiet spurious gcc warning in ap_parse_form_data ("'escaped_char[0]' may be
Yann Ylavic
2017-06-15
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
*
Fix some spelling errors in comments
Mike Rumph
2017-03-10
1
-4
/
+4
*
* server/config.c, include/http_config.h (ap_build_cont_config,
Joe Orton
2017-03-09
2
-4
/
+4
*
* server/core.c (start_cond_section): Comment & variable name fixes,
Joe Orton
2017-03-09
1
-5
/
+4
*
Add <IfDirective> and <IfSection>:
Joe Orton
2017-03-09
2
-0
/
+27
[next]