| Commit message (Expand) | Author | Age | Files | Lines |
* | Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consist... | Christophe Jaillet | 2017-01-06 | 1 | -0/+1 |
* | When redrawing the parser, ap_get_http_token looked to be useful, but there's | William A. Rowe Jr | 2016-10-18 | 1 | -10/+0 |
* | Complete r1764961, missed .h updates | William A. Rowe Jr | 2016-10-16 | 1 | -1/+3 |
* | Followup to r1764961: | Rainer Jung | 2016-10-15 | 1 | -8/+0 |
* | Fix new declaration. | Rainer Jung | 2016-10-15 | 1 | -1/+1 |
* | Followup to r1764961: | Rainer Jung | 2016-10-15 | 1 | -5/+3 |
* | Introduce StrictURI|UnsafeURI for RFC3986 enforcement | William A. Rowe Jr | 2016-08-19 | 1 | -0/+7 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -2/+2 |
* | Introduce ap_scan_http_field_content, ap_scan_http_token | William A. Rowe Jr | 2016-07-29 | 1 | -0/+25 |
* | A whole lotta nope, if you implement HTCPCP then register your methods in init | William A. Rowe Jr | 2016-07-18 | 1 | -3/+9 |
* | A much more innocuous cut-and-paste flaw | William A. Rowe Jr | 2016-06-09 | 1 | -1/+1 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -13/+22 |
* | Major issue with these two specific edits falling into r1747469 | William A. Rowe Jr | 2016-06-09 | 1 | -22/+13 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -13/+22 |
* | Follow up to r1734656: restore c->data_in_input_filters usage to | Yann Ylavic | 2016-03-22 | 1 | -1/+1 |
* | core: Extend support for setting aside data from the network input filter | Graham Leggett | 2016-03-12 | 1 | -1/+1 |
* | Add 451... Needed to adjust RESPONSE_CODES which | Jim Jagielski | 2016-02-16 | 1 | -1/+2 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-12 | 1 | -0/+10 |
* | Unwind commit 1729901 (and 1729926), it was not ready for trunk | William A. Rowe Jr | 2016-02-12 | 1 | -10/+0 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -0/+10 |
* | Revert r1729897, 1729898, my copy of core.c was polluted by a different patch | William A. Rowe Jr | 2016-02-11 | 1 | -10/+0 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -0/+10 |
* | Note that this should become private to mod_ident, accessed by the accessor fn | William A. Rowe Jr | 2016-02-11 | 1 | -0/+1 |
* | Constify the protocol field in the request_rec structure. | Christophe Jaillet | 2016-02-05 | 1 | -1/+1 |
* | Fix typo in comment (s/patterm/pattern/). | Rainer Jung | 2016-01-21 | 1 | -2/+2 |
* | New support function: ap_getword_conf2[_nc] which acts | Jim Jagielski | 2015-12-30 | 1 | -0/+19 |
* | revert... hold off for now. | Jim Jagielski | 2015-12-29 | 1 | -19/+0 |
* | Ok... allow for getting "words" by also allowing the | Jim Jagielski | 2015-12-29 | 1 | -0/+19 |
* | we just worry about "equality" with this implementation... | Jim Jagielski | 2015-11-23 | 1 | -6/+4 |
* | 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 | 1 | -0/+21 |
* | core: Limit to ten the number of tolerated empty lines between request, | Yann Ylavic | 2015-10-22 | 1 | -0/+4 |
* | Add the AsyncFilter directive that allows the asynchronous filter | Graham Leggett | 2015-10-06 | 1 | -0/+3 |
* | core: Extend support for asynchronous write completion from the | Graham Leggett | 2015-10-04 | 1 | -1/+8 |
* | 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 |
* | 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 |
* | s/\<\(\w\+\)\>\s\+\<\1\>/\1/g | Yann Ylavic | 2015-07-09 | 1 | -1/+1 |
* | http, mod_ssl: Introduce and return the 421 (Misdirected Request) status code | Yann Ylavic | 2015-06-12 | 1 | -0/+1 |
* | Allow for array of multiple simul requests per connection and | Jim Jagielski | 2015-05-28 | 1 | -0/+3 |
* | Not that hard to explain... | William A. Rowe Jr | 2015-04-02 | 1 | -2/+3 |
* | http: Add support for RFC2324/RFC7168. | Graham Leggett | 2015-04-01 | 1 | -0/+3 |
* | core: Follow up to r1664071: comments on new keep_alive_timeout_set flag. | Yann Ylavic | 2015-03-05 | 1 | -2/+3 |
* | core: If explicitly configured, use the KeepaliveTimeout value of the | Yann Ylavic | 2015-03-04 | 1 | -1/+4 |
* | PR54613: protect the invoke_mtx with #if APR_HAS_THREADS. | Eric Covener | 2015-03-02 | 1 | -0/+2 |
* | *) SECURITY: CVE-2013-5704 (cve.mitre.org) | Eric Covener | 2014-07-15 | 1 | -0/+5 |