summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump MMN correctly.Graham Leggett2020-07-031-2/+2
* core: Remove support for the Content-MD5 header, removed in RFC7231.Graham Leggett2020-07-033-17/+2
* mod_dav: Allow other DAV modules to use dav_get_resource().Graham Leggett2020-07-031-2/+3
* Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic2020-07-023-7/+5
* mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic2020-07-023-9/+22
* mpm_common: remove ap_mpm_unregister_poll_callback().Yann Ylavic2020-07-023-19/+4
* mod_dav: Add method_precondition hook. WebDAV extensions defineGraham Leggett2020-06-291-1/+2
* Add hooks deliver_report and gather_reports to mod_dav.h. Allows otherGraham Leggett2020-06-281-1/+3
* Add dav_get_provider(), dav_open_lockdb() and dav_close_lockdb() mod_dav.h.Graham Leggett2020-06-281-1/+3
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-284-10/+99
* Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.Yann Ylavic2020-06-241-1/+3
* Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.Yann Ylavic2020-06-241-1/+4
* Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped buildsJoe Orton2020-06-231-0/+1
* Follow up to r1879076: axe stray copy/paste in pre_translate_name description.Yann Ylavic2020-06-221-1/+0
* Add pre_translate_name hook running before URI-path decoding.Yann Ylavic2020-06-222-1/+12
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-222-1/+17
* Axe an empty line in a dox comment in order to synch with 2.4.xChristophe Jaillet2020-06-191-1/+0
* mod_ldap: Use the LDAP API directly to implement the rebind callbackJoe Orton2020-06-161-1/+0
* 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