summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* * server/util_expr_parse.[ch]: Regenerate after r1869724.Joe Orton2019-11-132-923/+726
* Non terminal cannot have string aliases (only tokens appear in errorJoe Orton2019-11-131-16/+16
* Revert r1869222, wrong files committed.Yann Ylavic2019-10-311-128/+93
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-93/+128
* mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.Yann Ylavic2019-10-181-4/+11
* Fix a typo in a message.Christophe Jaillet2019-10-051-1/+1
* Merge r1866760 from ^/httpd/apreq/trunk:Joe Orton2019-09-301-0/+4
* Fix an issue on Windows where <IfFile> looks for a file on a non-existent dri...Christophe Jaillet2019-09-041-1/+8
* Fix a signed/unsigned comparison that can never match.Christophe Jaillet2019-08-101-1/+1
* Fix a signed/unsigned comparison that can never match.Christophe Jaillet2019-08-101-2/+2
* set PCRE_DOTALL by defaultEric Covener2019-08-021-1/+2
* Synch 2.4 and trunk.Christophe Jaillet2019-07-201-1/+0
* Fix crashes when running with debug APR (APR_POOL_DEBUG),Rainer Jung2019-07-161-0/+5
* *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...Stefan Eissing2019-07-031-3/+4
* * server/main.c (main): Don't create a separate subpool for pcommandsJoe Orton2019-06-251-2/+1
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-49/+19
* * server/scoreboard.c (open_scoreboard): Create the scoreboard in theJoe Orton2019-06-211-12/+5
* * server/util.c: Make "nul" symbol private.Joe Orton2019-06-201-1/+1
* Add an --enable-reduced-exports configure option to link libmain.aJoe Orton2019-06-202-2/+2
* Be a little more verbose when an error in trigerred in 'ap_set_file_slot()'Christophe Jaillet2019-06-131-2/+2
* Fix a compilation error when GPROF is defined.Christophe Jaillet2019-04-201-1/+1
* Fix use of StateDir directive after r1852982:Joe Orton2019-04-181-5/+6
* Provide TEST_CHAR marco in test_char.hYann Ylavic2019-03-282-8/+10
* remove null checkEric Covener2019-03-181-1/+1
* * r->parsed_uri.path can be NULL in case of the CONNECT method.Ruediger Pluem2019-03-181-1/+3
* * Play safe in case we get no nameRuediger Pluem2019-03-181-0/+4
* * Revert r1855741 which committed other stuff as well.Ruediger Pluem2019-03-182-7/+1
* * Play safe in case we get no nameRuediger Pluem2019-03-182-1/+7
* Merge consecutive slashes in the URL by defaultEric Covener2019-03-173-19/+23
* MPMs unix: bind the bucket number of each child to its slot numberYann Ylavic2019-03-124-33/+28
* Follow up to r1847430.Christophe Jaillet2019-02-102-2/+3
* * server/core.c (core_pre_config): Reset state dir during pre_config.Joe Orton2019-02-051-0/+1
* Fix a typo reported by [stephane.blondon gmail.com]Christophe Jaillet2019-01-201-1/+1
* Reverse the order of 2 tests to potentially save a few cycles.Christophe Jaillet2019-01-131-4/+5
* core: Fix incorrect substitution of env vars in directives containing multipl...Hank Ibell2018-12-051-1/+1
* core: Split out the ability to parse wildcard files and directoriesGraham Leggett2018-11-252-209/+230
* request: forward as much buckets as possible in ap_request_core_filter().Yann Ylavic2018-10-241-12/+49
* Fix a shadow (and useless) variable.Christophe Jaillet2018-10-191-5/+3
* * Ensure that aborted connections are logged as such.Ruediger Pluem2018-10-151-1/+6
* mpm_event: avoid AH00484 with idle threadsEric Covener2018-10-101-7/+18
* Define "state directory" for storing persistent child-writable state,Joe Orton2018-10-051-0/+44
* * server/protocol.c (ap_rvputs): Call va_end before returning in theJoe Orton2018-10-051-0/+1
* move the assignment to the end of the loop.Eric Covener2018-09-121-1/+2
* Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic2018-09-113-9/+29
* Follow up to r1840149: core input filter pending data.Yann Ylavic2018-09-072-28/+55
* fix StrictHostCheck in single/non-NVH vhostsEric Covener2018-09-061-3/+3
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-054-142/+177
* core: follow up to r1839997: some runtime optimizations.Yann Ylavic2018-09-041-29/+28
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-042-27/+35
* Axe spurious comment (added and addressed in r1839997).Yann Ylavic2018-09-041-4/+0