| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | As commented, ensure we don't flag a request as a rejected 0.9 request | William A. Rowe Jr | 2016-08-21 | 1 | -21/+27 |
* | Yann is correct, % is distinct from reserved and unreserved | William A. Rowe Jr | 2016-08-21 | 1 | -1/+2 |
* | ap_reclaim_child_processes() ignores its first argument | Stefan Fritsch | 2016-08-21 | 1 | -0/+1 |
* | Revert "On exit, don't write to other generations' scoreboard slots" | Stefan Fritsch | 2016-08-21 | 1 | -6/+0 |
* | mpm_event: don't re-use scoreboard slots that are still in use | Stefan Fritsch | 2016-08-20 | 1 | -66/+14 |
* | mpm_event: minor code simplification | Stefan Fritsch | 2016-08-20 | 1 | -12/+5 |
* | Surpress noise about syntax | William A. Rowe Jr | 2016-08-20 | 1 | -3/+3 |
* | Introduce StrictURI|UnsafeURI for RFC3986 enforcement | William A. Rowe Jr | 2016-08-19 | 4 | -13/+66 |
* | After lengthy investigation with covener's assistance, it seems we cannot | William A. Rowe Jr | 2016-08-19 | 1 | -56/+7 |
* | Generally, the cart comes before the horse, this mirrors apr_lib.h | William A. Rowe Jr | 2016-08-19 | 1 | -1/+1 |
* | Resolve Netware (and other arch) build error for non-portable isascii() | William A. Rowe Jr | 2016-08-19 | 1 | -0/+4 |
* | A band-aid to resolve an immediate IBM MVS'ism | William A. Rowe Jr | 2016-08-18 | 1 | -2/+3 |
* | Correct request header handling of whitespace with the new possible config of | William A. Rowe Jr | 2016-08-18 | 1 | -4/+35 |
* | * server/protocol.c (read_request_line): Fix compiler warnings with | Joe Orton | 2016-08-18 | 1 | -3/+3 |
* | Drop redundant == --rrl_none evaluation, noted by rpluem | William A. Rowe Jr | 2016-08-18 | 1 | -2/+1 |