summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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-062-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
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-033-30/+163
* util_filter: split pending filters ring in two: input and output ones.Yann Ylavic2018-09-031-28/+38
* MPMs: early initialize scoreboard's child generation number.Yann Ylavic2018-08-296-12/+14
* Fix a cppcheck warning.Christophe Jaillet2018-08-171-2/+1
* Fix a cppcheck warning.Christophe Jaillet2018-08-171-0/+4
* add idsEric Covener2018-08-151-3/+3
* Add StrictHostCheck Eric Covener2018-08-143-11/+68
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-133-4/+4
* Follow up to r1837822: typo.Yann Ylavic2018-08-101-1/+1
* ap_request_core_filter() can check whether the next filter should yield.Yann Ylavic2018-08-101-1/+1
* core: ap_filter_output_pending() to flush outer most filters first.Yann Ylavic2018-08-101-10/+14
* mod_status: Cumulate CPU time of exited childRainer Jung2018-08-072-0/+20
* mod_status: Add cumulated response duration timeRainer Jung2018-08-071-0/+3
* event, worker: follow up to r1835845, r1837354: pruntime is global now.Yann Ylavic2018-08-032-6/+6
* event, worker: initialize the objects used by signal_threads() first.Yann Ylavic2018-08-032-132/+135
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-8/+17
* core: set ap_request_core_filter() last.Yann Ylavic2018-07-311-1/+1
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-1/+1