summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize away one more strchrWilliam A. Rowe Jr2016-11-221-2/+1
* List discussion resulted in rejecting all but SP characters in the requestWilliam A. Rowe Jr2016-11-221-9/+7
* mpm_event: add clarifying commentStefan Fritsch2016-11-211-0/+1
* Use all available scoreboard slotsStefan Fritsch2016-11-211-81/+113
* ap_reclaim_child_processes(): Implement terminate immediatelyStefan Fritsch2016-11-211-11/+21
* Actually cause the Host header to be overridden, as noted by rpluem,William A. Rowe Jr2016-11-161-6/+4
* add an <IfFile> config section like <IfDefine>Eric Covener2016-11-151-0/+45
* Remove unnecessary apr_table_do() function castsJacob Champion2016-11-101-3/+3
* mpm_unix: Apache fails to start if previously crashed then restarted withYann Ylavic2016-10-211-1/+4
* When redrawing the parser, ap_get_http_token looked to be useful, but there'sWilliam A. Rowe Jr2016-10-181-19/+0
* Dropped the never-released ap_has_cntrls() as it had very limited William A. Rowe Jr2016-10-144-65/+30
* event: follow up to r1762718 and r1762742: put de condition where it belongs.Yann Ylavic2016-09-291-13/+12
* event: follow up to r1762718.Yann Ylavic2016-09-291-15/+26
* event: avoid unnecessary listener/polling wake ups (context switches) by usingYann Ylavic2016-09-291-98/+192
* event: compute now() in event_get_timer_event, when necessary.Yann Ylavic2016-09-281-3/+5
* event: follow up to r1762701: update log tag.Yann Ylavic2016-09-281-1/+1
* event: add/remove from/to the pollset outside of the critical sections.Yann Ylavic2016-09-281-16/+32
* event: use atomics for *timeout_queue->total since it's updated concurrently,Yann Ylavic2016-09-281-55/+64
* event: follow up to r1593860.Yann Ylavic2016-09-271-1/+3
* Review of IE 11, Firefox 48 and Chrome 53 all indicate that ';' URI charactersWilliam A. Rowe Jr2016-09-121-1/+1
* ClarifyWilliam A. Rowe Jr2016-08-301-1/+1
* mpm_winnt: clear OVERLAPPED structs before reuseJacob Champion2016-08-301-0/+7
* mpm_winnt: remove duplication of ap_process_connectionJacob Champion2016-08-301-14/+1
* mpm_winnt: remove the AcceptEx data network bucketJacob Champion2016-08-303-39/+0
* mpm_winnt: remove 'data' AcceptFilter in favor of 'connect'Jacob Champion2016-08-302-45/+18
* Calm some overly agressive crlf handlingWilliam A. Rowe Jr2016-08-301-1/+1
* New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline,William A. Rowe Jr2016-08-301-5/+14
* Correct the parser construction for several optimizations,William A. Rowe Jr2016-08-291-54/+40
* Folding StrictWhitespace into the Strict ruleset of RFC7230, per dev@ poll.William A. Rowe Jr2016-08-292-23/+8
* Revert to the correct APLOGNO ID for this caseWilliam A. Rowe Jr2016-08-261-1/+1
* Correct URL failure reporting.William A. Rowe Jr2016-08-261-22/+4
* First survey results, all intrinsicly bad input will be logged at the debugWilliam A. Rowe Jr2016-08-261-26/+26
* After a long discussion in dev@ I reviewed my previous commit to only warnLuca Toscano2016-08-261-17/+37
* Also catch invalid spaces between the URI <> Protocol in StrictWhitespace mode.William A. Rowe Jr2016-08-251-0/+6
* Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespaceWilliam A. Rowe Jr2016-08-252-60/+98
* As commented, ensure we don't flag a request as a rejected 0.9 requestWilliam A. Rowe Jr2016-08-211-21/+27
* Yann is correct, % is distinct from reserved and unreservedWilliam A. Rowe Jr2016-08-211-1/+2
* ap_reclaim_child_processes() ignores its first argumentStefan Fritsch2016-08-211-0/+1
* Revert "On exit, don't write to other generations' scoreboard slots"Stefan Fritsch2016-08-211-6/+0
* mpm_event: don't re-use scoreboard slots that are still in useStefan Fritsch2016-08-201-66/+14
* mpm_event: minor code simplificationStefan Fritsch2016-08-201-12/+5
* Surpress noise about syntaxWilliam A. Rowe Jr2016-08-201-3/+3
* Introduce StrictURI|UnsafeURI for RFC3986 enforcementWilliam A. Rowe Jr2016-08-194-13/+66
* After lengthy investigation with covener's assistance, it seems we cannotWilliam A. Rowe Jr2016-08-191-56/+7
* Generally, the cart comes before the horse, this mirrors apr_lib.hWilliam A. Rowe Jr2016-08-191-1/+1
* Resolve Netware (and other arch) build error for non-portable isascii()William A. Rowe Jr2016-08-191-0/+4
* A band-aid to resolve an immediate IBM MVS'ismWilliam A. Rowe Jr2016-08-181-2/+3
* Correct request header handling of whitespace with the new possible config ofWilliam A. Rowe Jr2016-08-181-4/+35
* * server/protocol.c (read_request_line): Fix compiler warnings withJoe Orton2016-08-181-3/+3
* Drop redundant == --rrl_none evaluation, noted by rpluemWilliam A. Rowe Jr2016-08-181-2/+1