summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-043-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
* mod_proxy_http: forward 100-continue.Yann Ylavic2018-07-241-14/+16
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-203-12/+16
* core: follow up to r1836237: core filter's tmp_flush_bb not used anymore.Yann Ylavic2018-07-201-7/+3
* Correct see also commentWilliam A. Rowe Jr2018-07-191-2/+2
* core: follow up to r1836237: whitelist in-memory buckets.Yann Ylavic2018-07-191-8/+5
* util_filter: axe loglevel explicit checks already done by ap_log_cerror().Yann Ylavic2018-07-191-28/+19
* core: avoid double loop in ap_filter_output_pending().Yann Ylavic2018-07-191-4/+3
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-194-3/+11
* core: core output filter optimizations.Yann Ylavic2018-07-182-290/+220
* core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.Yann Ylavic2018-07-162-21/+119
* util_filter: Axe conn_rec->empty brigade.Yann Ylavic2018-07-162-4/+8
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-162-10/+20
* util_filter: follow up to r1835640: pending_filter_cleanup() precedence.Yann Ylavic2018-07-131-6/+8
* event: follow up to r1835845.Yann Ylavic2018-07-131-11/+17
* event, worker: runtime pool.Yann Ylavic2018-07-134-19/+71
* util_filter: keep filters with aside buckets in order.Yann Ylavic2018-07-112-45/+76
* global ap_server_conf must be reset when process->pconf is clearedEric Covener2018-07-051-0/+1
* Follow up to r1833368: apr_crypto_prng_after_fork() changed its args.Yann Ylavic2018-06-281-1/+1
* Re-allow '_' (underscore) in hostnames.Eric Covener2018-06-251-1/+1
* add server_rec to log.c fatal startup errorsEric Covener2018-06-191-10/+10
* Follow up to r1833368: share openssl between modules.Yann Ylavic2018-06-131-9/+4
* Follow up to r1833368: fix "mixed declarations and code" warning (buildbot).Yann Ylavic2018-06-121-4/+6