summaryrefslogtreecommitdiff
path: root/include/http_core.h
Commit message (Expand)AuthorAgeFilesLines
* core: axe struct core_net_rec.Yann Ylavic2020-12-141-14/+0
* core: Remove support for the Content-MD5 header, removed in RFC7231.Graham Leggett2020-07-031-2/+0
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-271-6/+7
* Axe remainder from r1875947.Yann Ylavic2020-04-161-1/+0
* Change the position of the 'response_code_exprs' field in the 'core_dir_confi...Christophe Jaillet2019-10-231-7/+6
* Merge consecutive slashes in the URL by defaultEric Covener2019-03-171-0/+1
* Add StrictHostCheck Eric Covener2018-08-141-0/+1
* core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.Yann Ylavic2018-07-161-0/+12
* core: Create a conn_config_t structure to hold an extendable core config rather Graham Leggett2018-02-171-0/+5
* Complete r1764961, missed .h updatesWilliam A. Rowe Jr2016-10-161-6/+0
* Folding StrictWhitespace into the Strict ruleset of RFC7230, per dev@ poll.William A. Rowe Jr2016-08-291-5/+0
* Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespaceWilliam A. Rowe Jr2016-08-251-1/+1
* Introduce StrictURI|UnsafeURI for RFC3986 enforcementWilliam A. Rowe Jr2016-08-191-0/+5
* Perform correct, strict parsing of the request line, handling theWilliam A. Rowe Jr2016-08-181-0/+10
* Correct AP_HTTP_CONFORMANCE_ flags with an ap_mmn.h bumpWilliam A. Rowe Jr2016-08-161-2/+1
* Add CGIVar directive for configuring REQUEST_URI behaviorJeff Trawick2016-03-141-0/+3
* Correct doxygen groupnameWilliam A. Rowe Jr2016-02-121-1/+1
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-121-1/+27
* Unwind commit 1729901 (and 1729926), it was not ready for trunkWilliam A. Rowe Jr2016-02-121-27/+1
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-111-1/+27
* Revert r1729897, 1729898, my copy of core.c was polluted by a different patchWilliam A. Rowe Jr2016-02-111-27/+1
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-111-1/+27
* from feedback, assume all parameters to SetHandler are expressions.Eric Covener2016-01-221-2/+2
* allow expressions to be used in SetHandler. Opt-in with expr= prefix.Eric Covener2016-01-171-1/+1
* Use 'unsigned int' instead of 'int' for bitfieldsChristophe Jaillet2015-12-211-1/+1
* Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. Eric Covener2015-10-241-0/+13
* Add the AsyncFilter directive that allows the asynchronous filterGraham Leggett2015-10-061-0/+2
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-0/+1
* new directive ProtocolsHonorOrder, added documentation for Protocols feature,...Stefan Eissing2015-08-131-0/+1
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-241-0/+3
* core: Add expression support to ErrorDocument. Switch from a fixedGraham Leggett2015-02-211-6/+8
* Revert r4635428 corresponding to PR41867.William A. Rowe Jr2015-01-211-1/+0
* core: Add CGIPassAuth directive to control whether HTTP authorizationJeff Trawick2014-12-021-0/+9
* core: Do not match files when using DirectoryMatch. PR41867.Jan Kaluža2014-10-301-0/+1
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-151-0/+4
* Add in the concept of "slave" connections...Jim Jagielski2014-02-071-0/+9
* Add directives to control two protocol options:Justin Erenkrantz2013-12-301-0/+10
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-301-0/+4
* Follow-up to r1541029:Jeff Trawick2013-11-211-1/+4
* Add parse_errorlog_arg callback to ap_errorlog_provider to allow providersJan Kaluža2013-11-121-0/+7
* Error log providers need to be able to trigger a startup error from theirJeff Trawick2013-09-271-0/+4
* Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.Jan Kaluža2013-09-241-1/+7
* Add ap_errorlog_provider to make ErrorLog logging modular. MoveJan Kaluža2013-09-231-2/+26
* *) core: merge AllowEncodedSlashes from the base configuration intoEric Covener2013-06-251-0/+2
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-301-0/+5
* Change HttpProtocol to again only allow to enable/disable 0.9Stefan Fritsch2012-12-221-4/+5
* Add LogLevelOverride directive that allows to override the loglevel forStefan Fritsch2012-12-081-0/+2
* fixed types since MSVC doesnt have uint*_t.Gregg Lewis Smith2012-12-051-2/+2
* Make HttpProtocol accept a range of allowed versions.Stefan Fritsch2012-11-091-4/+3
* New directive HttpProtocol which allows to disable HTTP/0.9 support.Stefan Fritsch2012-11-071-0/+5