summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* avoid SO_REUSEPORT w/o ListenCoresBucketsRatio Eric Covener2017-01-091-1/+1
* Fix some tiny style issues (missing space)Christophe Jaillet2017-01-061-2/+2
* 'repl' is already allocated in the request pool by 'construct_host_header()' ...Christophe Jaillet2017-01-061-1/+1
* old IBM EBCDIC fix that never got shared.Eric Covener2017-01-041-2/+16
* PR59938: add %{REMOTE_PORT} to the expression parserEric Covener2016-12-291-0/+3
* remove initial isascii check entirelyEric Covener2016-12-221-6/+0
* fix crash in util_fcgi.cEric Covener2016-12-211-4/+7
* Fix strict Host: header checking on EBCDICEric Covener2016-12-201-1/+4
* assign a lognoEric Covener2016-12-201-1/+1
* event: close a race condition where we might re-enable listeners while theyYann Ylavic2016-12-151-0/+3
* event: follow up to r1762718.Yann Ylavic2016-12-151-4/+8
* Revert r1774525, will commit a better way to handle this.Yann Ylavic2016-12-151-1/+0
* kill the keepalive conns as early as possible during gracefulJim Jagielski2016-12-151-0/+1
* With the changes of api from pcre 8.x to 10.x, do not presume that the internalWilliam A. Rowe Jr2016-12-121-4/+8
* Replace PCRE with PCRE2 where it is available.William A. Rowe Jr2016-12-091-45/+119
* Partial port of proposed r1773158 for httpd-2.x only; this change causes allWilliam A. Rowe Jr2016-12-071-5/+2
* 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-281-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-271-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-291-0/+7
* mpm_winnt: remove duplication of ap_process_connectionJacob Champion2016-08-291-14/+1
* mpm_winnt: remove the AcceptEx data network bucketJacob Champion2016-08-293-39/+0
* mpm_winnt: remove 'data' AcceptFilter in favor of 'connect'Jacob Champion2016-08-292-45/+18
* Calm some overly agressive crlf handlingWilliam A. Rowe Jr2016-08-291-1/+1
* New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline,William A. Rowe Jr2016-08-291-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