summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* If the lingering close does not leave the socket in a disconnected state,William A. Rowe Jr2017-04-111-2/+2
* On the trunk:Stefan Eissing2017-04-111-3/+1
* core: Disallow multiple Listen on the same IP:port when listener bucketsYann Ylavic2017-03-281-17/+33
* Revert r1789061: it didn't any leak since duplicated listeners were alreadyYann Ylavic2017-03-281-20/+12
* core: Fix leak of duplicated listeners (socket descriptors) on restartYann Ylavic2017-03-281-12/+20
* On the trunk:Stefan Eissing2017-03-191-1/+6
* print r->uri during failureEric Covener2017-03-161-1/+1
* Fix some spelling errors in commentsMike Rumph2017-03-101-4/+4
* * server/config.c, include/http_config.h (ap_build_cont_config,Joe Orton2017-03-092-4/+4
* * server/core.c (start_cond_section): Comment & variable name fixes,Joe Orton2017-03-091-5/+4
* Add <IfDirective> and <IfSection>:Joe Orton2017-03-092-0/+27
* Remove duplicate implementations of conditional section function. NoJoe Orton2017-03-081-82/+29
* mpm_event: no mutex needed at ptrans' allocator level.Yann Ylavic2017-02-211-25/+0
* mpm_worker: no mutex needed at ptrans' allocator level.Yann Ylavic2017-02-211-27/+0
* mpm_motorz: no mutex needed at ptrans' allocator level.Yann Ylavic2017-02-211-4/+0
* MPMs unix: Place signals handlers and helpers out of DSOs to avoidYann Ylavic2017-02-216-799/+284
* mpm_motorz: follow up to r1783755.Yann Ylavic2017-02-201-14/+12
* mpm_worker: follow up to r1783755.Yann Ylavic2017-02-201-0/+27
* mpm_motorz: follow up to r1783772, with the real changes.Yann Ylavic2017-02-201-4/+4
* winnt/service: each log message should use its own APLOGNO.Yann Ylavic2017-02-201-7/+7
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-1/+1
* Revert r1783759: really more things than intended :pYann Ylavic2017-02-204-14/+10
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-204-10/+14
* mpm_event: use a mutex for ptrans' allocator to be safe with concurrentYann Ylavic2017-02-201-3/+28
* default_handler: cleanup outputed brigade before leaving.Yann Ylavic2017-02-141-0/+2
* util_filter: better ap_pass_brigade() vs empty brigades.Yann Ylavic2017-02-141-2/+2
* 80 charsEric Covener2017-01-251-1/+2
* PR60647: ACC per connection not available w/ event MPMEric Covener2017-01-251-0/+11
* Fix %{DOCUMENT_URI} in SSI w/ default parserEric Covener2017-01-241-1/+4
* event: follow up to r1762701.Yann Ylavic2017-01-181-15/+12
* 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-161-0/+3
* event: follow up to r1762718.Yann Ylavic2016-12-161-4/+8
* Revert r1774525, will commit a better way to handle this.Yann Ylavic2016-12-161-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-081-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