summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-123-2/+40
* Unwind commit 1729901 (and 1729926), it was not ready for trunkWilliam A. Rowe Jr2016-02-123-40/+2
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-113-2/+40
* Revert r1729897, 1729898, my copy of core.c was polluted by a different patchWilliam A. Rowe Jr2016-02-113-40/+2
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-113-2/+40
* Note that this should become private to mod_ident, accessed by the accessor fnWilliam A. Rowe Jr2016-02-111-0/+1
* r1726009 was a minor bump onlyEric Covener2016-02-091-3/+4
* Constify the protocol field in the request_rec structure.Christophe Jaillet2016-02-051-1/+1
* new hook pre_close_connectionStefan Eissing2016-01-271-0/+14
* from feedback, assume all parameters to SetHandler are expressions.Eric Covener2016-01-221-2/+2
* Fix typo in comment (s/patterm/pattern/).Rainer Jung2016-01-211-2/+2
* mmn bump for scoreboard api changesStefan Eissing2016-01-211-2/+3
* scoreboard addition of protocol, new ap_udpte_child_status methodsStefan Eissing2016-01-211-0/+5
* missed in r1725149Eric Covener2016-01-181-1/+1
* allow expressions to be used in SetHandler. Opt-in with expr= prefix.Eric Covener2016-01-182-1/+2
* Happy New Year 2016Rainer Jung2016-01-011-1/+1
* New support function: ap_getword_conf2[_nc] which actsJim Jagielski2015-12-302-1/+21
* revert... hold off for now.Jim Jagielski2015-12-292-20/+0
* Ok... allow for getting "words" by also allowing theJim Jagielski2015-12-292-0/+20
* Use 'unsigned int' instead of 'int' for bitfieldsChristophe Jaillet2015-12-211-1/+1
* we just worry about "equality" with this implementation...Jim Jagielski2015-11-231-6/+4
* MMN update and func name changeJim Jagielski2015-11-231-2/+2
* Before they are used, rename ap_str[n]casecmp() to ap_casecmpstr[n]() to matchYann Ylavic2015-11-231-2/+2
* Not strictly ASCII only, but only ASCII char case is foldedWilliam A. Rowe Jr2015-11-211-2/+2
* further info re implJim Jagielski2015-11-211-2/+2
* make bill happy (if possible!)Jim Jagielski2015-11-201-2/+2
* Provide our own impl of str[n]casecmp()Jim Jagielski2015-11-202-0/+22
* first request on master connection only reports more preferred protocols in U...Stefan Eissing2015-10-261-1/+6
* Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. Eric Covener2015-10-241-0/+13
* announce protocol choices on first requestStefan Eissing2015-10-231-1/+16
* core: Limit to ten the number of tolerated empty lines between request,Yann Ylavic2015-10-221-0/+4
* new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad...Stefan Eissing2015-10-201-0/+17
* Add the AsyncFilter directive that allows the asynchronous filterGraham Leggett2015-10-073-1/+7
* fix parameter name in ap_log_rdata C99 macro def. Eric Covener2015-10-061-1/+1
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-045-3/+85
* Follow-up to r1702948:Jeff Trawick2015-10-031-1/+1
* Synch 2.4.x and trunk.Christophe Jaillet2015-09-301-1/+1
* Add MMN bump: Add protocols and protocols_honor_order to core_server_config.Graham Leggett2015-09-271-1/+6
* httpd compiles warning free on gcc and every new warning will be treated as a...Stefan Eissing2015-09-142-2/+19
* improvements in ap_select_protocol(), supplied by yann ylavicStefan Eissing2015-09-041-1/+1
* changed Protocols default to http/1.1 only, updated documentation, changed ap...Stefan Eissing2015-09-031-2/+6
* final final change to the new ap_array_str_* functions after reviewStefan Eissing2015-09-031-8/+8
* giving ap_array_index a start parameter, adding ap_array_containsStefan Eissing2015-08-271-4/+18
* Allowing protocol_propose hooks to be called with offers=NULL, clarifying sem...Stefan Eissing2015-08-271-9/+19
* adding ap_get_protocol(c) which safeguards against NULL returns, for use inst...Stefan Eissing2015-08-261-6/+22
* creating ap_array_index in util, forwarding scheme into request processing, e...Stefan Eissing2015-08-181-1/+1
* introducing ap_array_index in util, used in protocol and mod_h2Stefan Eissing2015-08-171-0/+8
* new directive ProtocolsHonorOrder, added documentation for Protocols feature,...Stefan Eissing2015-08-131-0/+1
* ap_process_request needs exportation for use in mod_h2 on WindowsGregg Lewis Smith2015-08-101-1/+1
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-242-0/+106