| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-12 | 3 | -2/+40 |
* | Unwind commit 1729901 (and 1729926), it was not ready for trunk | William A. Rowe Jr | 2016-02-12 | 3 | -40/+2 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 3 | -2/+40 |
* | Revert r1729897, 1729898, my copy of core.c was polluted by a different patch | William A. Rowe Jr | 2016-02-11 | 3 | -40/+2 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 3 | -2/+40 |
* | Note that this should become private to mod_ident, accessed by the accessor fn | William A. Rowe Jr | 2016-02-11 | 1 | -0/+1 |
* | r1726009 was a minor bump only | Eric Covener | 2016-02-09 | 1 | -3/+4 |
* | Constify the protocol field in the request_rec structure. | Christophe Jaillet | 2016-02-05 | 1 | -1/+1 |
* | new hook pre_close_connection | Stefan Eissing | 2016-01-27 | 1 | -0/+14 |
* | from feedback, assume all parameters to SetHandler are expressions. | Eric Covener | 2016-01-22 | 1 | -2/+2 |
* | Fix typo in comment (s/patterm/pattern/). | Rainer Jung | 2016-01-21 | 1 | -2/+2 |
* | mmn bump for scoreboard api changes | Stefan Eissing | 2016-01-21 | 1 | -2/+3 |
* | scoreboard addition of protocol, new ap_udpte_child_status methods | Stefan Eissing | 2016-01-21 | 1 | -0/+5 |
* | missed in r1725149 | Eric Covener | 2016-01-18 | 1 | -1/+1 |
* | allow expressions to be used in SetHandler. Opt-in with expr= prefix. | Eric Covener | 2016-01-18 | 2 | -1/+2 |
* | Happy New Year 2016 | Rainer Jung | 2016-01-01 | 1 | -1/+1 |
* | New support function: ap_getword_conf2[_nc] which acts | Jim Jagielski | 2015-12-30 | 2 | -1/+21 |
* | revert... hold off for now. | Jim Jagielski | 2015-12-29 | 2 | -20/+0 |
* | Ok... allow for getting "words" by also allowing the | Jim Jagielski | 2015-12-29 | 2 | -0/+20 |
* | Use 'unsigned int' instead of 'int' for bitfields | Christophe Jaillet | 2015-12-21 | 1 | -1/+1 |
* | we just worry about "equality" with this implementation... | Jim Jagielski | 2015-11-23 | 1 | -6/+4 |
* | MMN update and func name change | Jim Jagielski | 2015-11-23 | 1 | -2/+2 |
* | Before they are used, rename ap_str[n]casecmp() to ap_casecmpstr[n]() to match | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | Not strictly ASCII only, but only ASCII char case is folded | William A. Rowe Jr | 2015-11-21 | 1 | -2/+2 |
* | further info re impl | Jim Jagielski | 2015-11-21 | 1 | -2/+2 |
* | make bill happy (if possible!) | Jim Jagielski | 2015-11-20 | 1 | -2/+2 |
* | Provide our own impl of str[n]casecmp() | Jim Jagielski | 2015-11-20 | 2 | -0/+22 |
* | first request on master connection only reports more preferred protocols in U... | Stefan Eissing | 2015-10-26 | 1 | -1/+6 |
* | Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. | Eric Covener | 2015-10-24 | 1 | -0/+13 |
* | announce protocol choices on first request | Stefan Eissing | 2015-10-23 | 1 | -1/+16 |
* | core: Limit to ten the number of tolerated empty lines between request, | Yann Ylavic | 2015-10-22 | 1 | -0/+4 |
* | new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad... | Stefan Eissing | 2015-10-20 | 1 | -0/+17 |
* | Add the AsyncFilter directive that allows the asynchronous filter | Graham Leggett | 2015-10-07 | 3 | -1/+7 |
* | fix parameter name in ap_log_rdata C99 macro def. | Eric Covener | 2015-10-06 | 1 | -1/+1 |
* | core: Extend support for asynchronous write completion from the | Graham Leggett | 2015-10-04 | 5 | -3/+85 |
* | Follow-up to r1702948: | Jeff Trawick | 2015-10-03 | 1 | -1/+1 |
* | Synch 2.4.x and trunk. | Christophe Jaillet | 2015-09-30 | 1 | -1/+1 |
* | Add MMN bump: Add protocols and protocols_honor_order to core_server_config. | Graham Leggett | 2015-09-27 | 1 | -1/+6 |
* | httpd compiles warning free on gcc and every new warning will be treated as a... | Stefan Eissing | 2015-09-14 | 2 | -2/+19 |
* | improvements in ap_select_protocol(), supplied by yann ylavic | Stefan Eissing | 2015-09-04 | 1 | -1/+1 |
* | changed Protocols default to http/1.1 only, updated documentation, changed ap... | Stefan Eissing | 2015-09-03 | 1 | -2/+6 |
* | final final change to the new ap_array_str_* functions after review | Stefan Eissing | 2015-09-03 | 1 | -8/+8 |
* | giving ap_array_index a start parameter, adding ap_array_contains | Stefan Eissing | 2015-08-27 | 1 | -4/+18 |
* | Allowing protocol_propose hooks to be called with offers=NULL, clarifying sem... | Stefan Eissing | 2015-08-27 | 1 | -9/+19 |
* | adding ap_get_protocol(c) which safeguards against NULL returns, for use inst... | Stefan Eissing | 2015-08-26 | 1 | -6/+22 |
* | creating ap_array_index in util, forwarding scheme into request processing, e... | Stefan Eissing | 2015-08-18 | 1 | -1/+1 |
* | introducing ap_array_index in util, used in protocol and mod_h2 | Stefan Eissing | 2015-08-17 | 1 | -0/+8 |
* | new directive ProtocolsHonorOrder, added documentation for Protocols feature,... | Stefan Eissing | 2015-08-13 | 1 | -0/+1 |
* | ap_process_request needs exportation for use in mod_h2 on Windows | Gregg Lewis Smith | 2015-08-10 | 1 | -1/+1 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 2 | -0/+106 |