| Commit message (Expand) | Author | Age | Files | Lines |
* | add UNCList directive on Windows | Eric Covener | 2024-06-24 | 1 | -0/+3 |
* | *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as | Stefan Eissing | 2023-06-20 | 1 | -0/+25 |
* | core: axe struct core_net_rec. | Yann Ylavic | 2020-12-14 | 1 | -14/+0 |
* | core: Remove support for the Content-MD5 header, removed in RFC7231. | Graham Leggett | 2020-07-03 | 1 | -2/+0 |
* | "[mod_dav_fs etag handling] should really honor the FileETag setting". | Graham Leggett | 2020-06-28 | 1 | -6/+7 |
* | Axe remainder from r1875947. | Yann Ylavic | 2020-04-16 | 1 | -1/+0 |
* | Change the position of the 'response_code_exprs' field in the 'core_dir_confi... | Christophe Jaillet | 2019-10-23 | 1 | -7/+6 |
* | Merge consecutive slashes in the URL by default | Eric Covener | 2019-03-17 | 1 | -0/+1 |
* | Add StrictHostCheck | Eric Covener | 2018-08-14 | 1 | -0/+1 |
* | core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives. | Yann Ylavic | 2018-07-16 | 1 | -0/+12 |
* | core: Create a conn_config_t structure to hold an extendable core config rather | Graham Leggett | 2018-02-17 | 1 | -0/+5 |
* | Complete r1764961, missed .h updates | William A. Rowe Jr | 2016-10-16 | 1 | -6/+0 |
* | Folding StrictWhitespace into the Strict ruleset of RFC7230, per dev@ poll. | William A. Rowe Jr | 2016-08-29 | 1 | -5/+0 |
* | Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespace | William A. Rowe Jr | 2016-08-25 | 1 | -1/+1 |
* | Introduce StrictURI|UnsafeURI for RFC3986 enforcement | William A. Rowe Jr | 2016-08-19 | 1 | -0/+5 |
* | Perform correct, strict parsing of the request line, handling the | William A. Rowe Jr | 2016-08-18 | 1 | -0/+10 |
* | Correct AP_HTTP_CONFORMANCE_ flags with an ap_mmn.h bump | William A. Rowe Jr | 2016-08-17 | 1 | -2/+1 |
* | Add CGIVar directive for configuring REQUEST_URI behavior | Jeff Trawick | 2016-03-14 | 1 | -0/+3 |
* | Correct doxygen groupname | William A. Rowe Jr | 2016-02-12 | 1 | -1/+1 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-12 | 1 | -1/+27 |
* | Unwind commit 1729901 (and 1729926), it was not ready for trunk | William A. Rowe Jr | 2016-02-12 | 1 | -27/+1 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -1/+27 |
* | Revert r1729897, 1729898, my copy of core.c was polluted by a different patch | William A. Rowe Jr | 2016-02-11 | 1 | -27/+1 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -1/+27 |
* | from feedback, assume all parameters to SetHandler are expressions. | Eric Covener | 2016-01-22 | 1 | -2/+2 |
* | allow expressions to be used in SetHandler. Opt-in with expr= prefix. | Eric Covener | 2016-01-18 | 1 | -1/+1 |
* | Use 'unsigned int' instead of 'int' for bitfields | Christophe Jaillet | 2015-12-21 | 1 | -1/+1 |
* | Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. | Eric Covener | 2015-10-24 | 1 | -0/+13 |
* | Add the AsyncFilter directive that allows the asynchronous filter | Graham Leggett | 2015-10-07 | 1 | -0/+2 |
* | core: Extend support for asynchronous write completion from the | Graham Leggett | 2015-10-04 | 1 | -0/+1 |
* | new directive ProtocolsHonorOrder, added documentation for Protocols feature,... | Stefan Eissing | 2015-08-13 | 1 | -0/+1 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 1 | -0/+3 |
* | core: Add expression support to ErrorDocument. Switch from a fixed | Graham Leggett | 2015-02-22 | 1 | -6/+8 |
* | Revert r4635428 corresponding to PR41867. | William A. Rowe Jr | 2015-01-21 | 1 | -1/+0 |
* | core: Add CGIPassAuth directive to control whether HTTP authorization | Jeff Trawick | 2014-12-02 | 1 | -0/+9 |
* | core: Do not match files when using DirectoryMatch. PR41867. | Jan Kaluža | 2014-10-30 | 1 | -0/+1 |
* | *) SECURITY: CVE-2013-5704 (cve.mitre.org) | Eric Covener | 2014-07-15 | 1 | -0/+4 |
* | Add in the concept of "slave" connections... | Jim Jagielski | 2014-02-07 | 1 | -0/+9 |
* | Add directives to control two protocol options: | Justin Erenkrantz | 2013-12-30 | 1 | -0/+10 |
* | core: Support named groups and backreferences within the LocationMatch, | Graham Leggett | 2013-12-30 | 1 | -0/+4 |
* | Follow-up to r1541029: | Jeff Trawick | 2013-11-21 | 1 | -1/+4 |
* | Add parse_errorlog_arg callback to ap_errorlog_provider to allow providers | Jan Kaluža | 2013-11-12 | 1 | -0/+7 |
* | Error log providers need to be able to trigger a startup error from their | Jeff Trawick | 2013-09-27 | 1 | -0/+4 |
* | Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN. | Jan Kaluža | 2013-09-24 | 1 | -1/+7 |
* | Add ap_errorlog_provider to make ErrorLog logging modular. Move | Jan Kaluža | 2013-09-23 | 1 | -2/+26 |
* | *) core: merge AllowEncodedSlashes from the base configuration into | Eric Covener | 2013-06-25 | 1 | -0/+2 |
* | Add an option to enforce stricter HTTP conformance | Stefan Fritsch | 2012-12-30 | 1 | -0/+5 |
* | Change HttpProtocol to again only allow to enable/disable 0.9 | Stefan Fritsch | 2012-12-22 | 1 | -4/+5 |
* | Add LogLevelOverride directive that allows to override the loglevel for | Stefan Fritsch | 2012-12-08 | 1 | -0/+2 |
* | fixed types since MSVC doesnt have uint*_t. | Gregg Lewis Smith | 2012-12-05 | 1 | -2/+2 |