| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some tiny style issues (missing space) | Christophe Jaillet | 2017-01-06 | 1 | -2/+2 |
* | 'repl' is already allocated in the request pool by 'construct_host_header()' ... | Christophe Jaillet | 2017-01-06 | 1 | -1/+1 |
* | old IBM EBCDIC fix that never got shared. | Eric Covener | 2017-01-04 | 1 | -2/+16 |
* | PR59938: add %{REMOTE_PORT} to the expression parser | Eric Covener | 2016-12-29 | 1 | -0/+3 |
* | remove initial isascii check entirely | Eric Covener | 2016-12-22 | 1 | -6/+0 |
* | fix crash in util_fcgi.c | Eric Covener | 2016-12-21 | 1 | -4/+7 |
* | Fix strict Host: header checking on EBCDIC | Eric Covener | 2016-12-20 | 1 | -1/+4 |
* | assign a logno | Eric Covener | 2016-12-20 | 1 | -1/+1 |
* | event: close a race condition where we might re-enable listeners while they | Yann Ylavic | 2016-12-16 | 1 | -0/+3 |
* | event: follow up to r1762718. | Yann Ylavic | 2016-12-16 | 1 | -4/+8 |
* | Revert r1774525, will commit a better way to handle this. | Yann Ylavic | 2016-12-16 | 1 | -1/+0 |
* | kill the keepalive conns as early as possible during graceful | Jim Jagielski | 2016-12-15 | 1 | -0/+1 |
* | With the changes of api from pcre 8.x to 10.x, do not presume that the internal | William A. Rowe Jr | 2016-12-12 | 1 | -4/+8 |
* | Replace PCRE with PCRE2 where it is available. | William A. Rowe Jr | 2016-12-09 | 1 | -45/+119 |
* | Partial port of proposed r1773158 for httpd-2.x only; this change causes all | William A. Rowe Jr | 2016-12-08 | 1 | -5/+2 |
* | Optimize away one more strchr | William A. Rowe Jr | 2016-11-22 | 1 | -2/+1 |
* | List discussion resulted in rejecting all but SP characters in the request | William A. Rowe Jr | 2016-11-22 | 1 | -9/+7 |
* | mpm_event: add clarifying comment | Stefan Fritsch | 2016-11-21 | 1 | -0/+1 |
* | Use all available scoreboard slots | Stefan Fritsch | 2016-11-21 | 1 | -81/+113 |
* | ap_reclaim_child_processes(): Implement terminate immediately | Stefan Fritsch | 2016-11-21 | 1 | -11/+21 |
* | Actually cause the Host header to be overridden, as noted by rpluem, | William A. Rowe Jr | 2016-11-16 | 1 | -6/+4 |
* | add an <IfFile> config section like <IfDefine> | Eric Covener | 2016-11-15 | 1 | -0/+45 |
* | Remove unnecessary apr_table_do() function casts | Jacob Champion | 2016-11-10 | 1 | -3/+3 |
* | mpm_unix: Apache fails to start if previously crashed then restarted with | Yann Ylavic | 2016-10-21 | 1 | -1/+4 |
* | When redrawing the parser, ap_get_http_token looked to be useful, but there's | William A. Rowe Jr | 2016-10-18 | 1 | -19/+0 |
* | Dropped the never-released ap_has_cntrls() as it had very limited | William A. Rowe Jr | 2016-10-14 | 4 | -65/+30 |
* | event: follow up to r1762718 and r1762742: put de condition where it belongs. | Yann Ylavic | 2016-09-29 | 1 | -13/+12 |
* | event: follow up to r1762718. | Yann Ylavic | 2016-09-29 | 1 | -15/+26 |
* | event: avoid unnecessary listener/polling wake ups (context switches) by using | Yann Ylavic | 2016-09-29 | 1 | -98/+192 |
* | event: compute now() in event_get_timer_event, when necessary. | Yann Ylavic | 2016-09-28 | 1 | -3/+5 |
* | event: follow up to r1762701: update log tag. | Yann Ylavic | 2016-09-28 | 1 | -1/+1 |
* | event: add/remove from/to the pollset outside of the critical sections. | Yann Ylavic | 2016-09-28 | 1 | -16/+32 |
* | event: use atomics for *timeout_queue->total since it's updated concurrently, | Yann Ylavic | 2016-09-28 | 1 | -55/+64 |
* | event: follow up to r1593860. | Yann Ylavic | 2016-09-27 | 1 | -1/+3 |
* | Review of IE 11, Firefox 48 and Chrome 53 all indicate that ';' URI characters | William A. Rowe Jr | 2016-09-12 | 1 | -1/+1 |
* | Clarify | William A. Rowe Jr | 2016-08-30 | 1 | -1/+1 |
* | mpm_winnt: clear OVERLAPPED structs before reuse | Jacob Champion | 2016-08-30 | 1 | -0/+7 |
* | mpm_winnt: remove duplication of ap_process_connection | Jacob Champion | 2016-08-30 | 1 | -14/+1 |
* | mpm_winnt: remove the AcceptEx data network bucket | Jacob Champion | 2016-08-30 | 3 | -39/+0 |
* | mpm_winnt: remove 'data' AcceptFilter in favor of 'connect' | Jacob Champion | 2016-08-30 | 2 | -45/+18 |
* | Calm some overly agressive crlf handling | William A. Rowe Jr | 2016-08-30 | 1 | -1/+1 |
* | New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline, | William A. Rowe Jr | 2016-08-30 | 1 | -5/+14 |
* | Correct the parser construction for several optimizations, | William A. Rowe Jr | 2016-08-29 | 1 | -54/+40 |
* | Folding StrictWhitespace into the Strict ruleset of RFC7230, per dev@ poll. | William A. Rowe Jr | 2016-08-29 | 2 | -23/+8 |
* | Revert to the correct APLOGNO ID for this case | William A. Rowe Jr | 2016-08-26 | 1 | -1/+1 |
* | Correct URL failure reporting. | William A. Rowe Jr | 2016-08-26 | 1 | -22/+4 |
* | First survey results, all intrinsicly bad input will be logged at the debug | William A. Rowe Jr | 2016-08-26 | 1 | -26/+26 |
* | After a long discussion in dev@ I reviewed my previous commit to only warn | Luca Toscano | 2016-08-26 | 1 | -17/+37 |
* | Also catch invalid spaces between the URI <> Protocol in StrictWhitespace mode. | William A. Rowe Jr | 2016-08-25 | 1 | -0/+6 |
* | Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespace | William A. Rowe Jr | 2016-08-25 | 2 | -60/+98 |