summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year 2020Rainer Jung2020-01-011-1/+1
* mod_proxy: Add proxy check_trans hook.Yann Ylavic2019-11-051-1/+2
* mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.Yann Ylavic2019-11-031-1/+3
* Revert r1869222, wrong files committed.Yann Ylavic2019-10-311-24/+0
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-0/+24
* Change the position of the 'response_code_exprs' field in the 'core_dir_confi...Christophe Jaillet2019-10-231-7/+6
* Fix pool concurrency problemsRuediger Pluem2019-10-111-1/+3
* Revert r1864878.Christophe Jaillet2019-08-101-1/+1
* Fix a signed/unsigned comparison in 'ap_filter_should_yield()' and 'ap_reques...Christophe Jaillet2019-08-101-1/+1
* Clarify pool lifetime constraints when modifying ap_server_config_defines.Joe Orton2019-06-201-2/+4
* The bump in r1855311 looks slighly optimistic.Christophe Jaillet2019-05-051-4/+4
* mod_proxy: follow up to r1836588: configurable Proxy100Continue.Yann Ylavic2019-03-221-1/+2
* Merge consecutive slashes in the URL by defaultEric Covener2019-03-173-3/+17
* Follow up to r1855306: Axe bucket number from struct process_score.Yann Ylavic2019-03-122-6/+3
* MPMs unix: bind the bucket number of each child to its slot numberYann Ylavic2019-03-121-1/+4
* Update a comment about the 'PATCH' HTTP commandChristophe Jaillet2019-02-201-1/+1
* Follow up to r1847430.Christophe Jaillet2019-02-101-1/+1
* fix a misleading comment about s->defn_nameEric Covener2019-01-151-1/+1
* Happy New Year 2019Rainer Jung2019-01-011-1/+1
* Bump seems to have been missedJim Jagielski2018-12-031-1/+1
* core: Split out the ability to parse wildcard files and directoriesGraham Leggett2018-11-253-0/+102
* Define "state directory" for storing persistent child-writable state,Joe Orton2018-10-053-3/+12
* * include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.Joe Orton2018-09-261-0/+1
* Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic2018-09-111-22/+0
* Follow up to r1840149: core input filter pending data.Yann Ylavic2018-09-072-3/+17
* Follow up to r1840149: MMN text rephrased.Yann Ylavic2018-09-051-2/+2
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-053-26/+30
* core: follow up to r1839997: some runtime optimizations.Yann Ylavic2018-09-042-2/+2
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-042-1/+11
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-043-13/+10
* util_filter: split pending filters ring in two: input and output ones.Yann Ylavic2018-09-033-6/+13
* MMN bumpJim Jagielski2018-08-261-1/+2
* minor bump from r1838055Eric Covener2018-08-141-1/+2
* Add StrictHostCheck Eric Covener2018-08-142-0/+14
* mod_status: Cumulate CPU time of exited childRainer Jung2018-08-072-1/+9
* mod_status: Add cumulated response duration timeRainer Jung2018-08-072-1/+4
* Bump mmn for worker_share struct updateJim Jagielski2018-08-031-1/+2
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-1/+2
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-0/+4
* * mod_proxy: Remove load order and link dependency between mod_lbmethod_*Ruediger Pluem2018-07-201-1/+4
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-202-12/+3
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-191-2/+8
* core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.Yann Ylavic2018-07-162-1/+16
* util_filter: Axe conn_rec->empty brigade.Yann Ylavic2018-07-162-5/+3
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-162-1/+15
* util_filter: keep filters with aside buckets in order.Yann Ylavic2018-07-113-3/+14
* Avoid cyclic dependency by moving ap_set_etag() from module http to core.Yann Ylavic2018-06-061-1/+2
* Fix typoChristophe Jaillet2018-05-251-2/+2
* Axe ap_rgetline_core(), not used anymore.Yann Ylavic2018-04-222-22/+3
* http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.Yann Ylavic2018-04-202-30/+41