summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-202-1/+11
* mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.Yann Ylavic2020-05-121-1/+2
* util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.Yann Ylavic2020-05-102-1/+13
* util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.Yann Ylavic2020-04-271-9/+0
* Add optional options= argument to Listen to add listener-specificJoe Orton2020-04-232-5/+10
* core, h2: common ap_parse_request_line() and ap_check_request_header() code.Yann Ylavic2020-04-172-1/+17
* Axe remainder from r1875947.Yann Ylavic2020-04-161-1/+0
* t/apache/mmn.t caught meEric Covener2020-04-121-1/+1
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-111-0/+1
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-023-1/+14
* MMN major bump for r1875947.Yann Ylavic2020-04-011-1/+3
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-311-12/+9
* Parentheses around AP_BUCKET_IS_EOR argument.Yann Ylavic2020-03-271-1/+1
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-173-6/+11
* Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.Yann Ylavic2020-02-172-2/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-1310-21/+21
* don't use DOTALL from mod_substitute which leaves \n at the end of the line.Eric Covener2020-02-122-1/+4
* factor out TE=chunked checkingEric Covener2020-02-072-1/+11
* factor out default regex flagsEric Covener2020-02-072-1/+4
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-0/+4
* 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