summaryrefslogtreecommitdiff
path: root/include/httpd.h
Commit message (Expand)AuthorAgeFilesLines
* Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consist...Christophe Jaillet2017-01-061-0/+1
* When redrawing the parser, ap_get_http_token looked to be useful, but there'sWilliam A. Rowe Jr2016-10-181-10/+0
* Complete r1764961, missed .h updatesWilliam A. Rowe Jr2016-10-161-1/+3
* Followup to r1764961:Rainer Jung2016-10-151-8/+0
* Fix new declaration.Rainer Jung2016-10-151-1/+1
* Followup to r1764961:Rainer Jung2016-10-151-5/+3
* Introduce StrictURI|UnsafeURI for RFC3986 enforcementWilliam A. Rowe Jr2016-08-191-0/+7
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* Introduce ap_scan_http_field_content, ap_scan_http_tokenWilliam A. Rowe Jr2016-07-291-0/+25
* A whole lotta nope, if you implement HTCPCP then register your methods in initWilliam A. Rowe Jr2016-07-181-3/+9
* A much more innocuous cut-and-paste flawWilliam A. Rowe Jr2016-06-091-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-13/+22
* Major issue with these two specific edits falling into r1747469William A. Rowe Jr2016-06-091-22/+13
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-13/+22
* Follow up to r1734656: restore c->data_in_input_filters usage toYann Ylavic2016-03-221-1/+1
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-1/+1
* Add 451... Needed to adjust RESPONSE_CODES whichJim Jagielski2016-02-161-1/+2
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-121-0/+10
* Unwind commit 1729901 (and 1729926), it was not ready for trunkWilliam A. Rowe Jr2016-02-121-10/+0
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-111-0/+10
* Revert r1729897, 1729898, my copy of core.c was polluted by a different patchWilliam A. Rowe Jr2016-02-111-10/+0
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-111-0/+10
* Note that this should become private to mod_ident, accessed by the accessor fnWilliam A. Rowe Jr2016-02-111-0/+1
* Constify the protocol field in the request_rec structure.Christophe Jaillet2016-02-051-1/+1
* Fix typo in comment (s/patterm/pattern/).Rainer Jung2016-01-211-2/+2
* New support function: ap_getword_conf2[_nc] which actsJim Jagielski2015-12-301-0/+19
* revert... hold off for now.Jim Jagielski2015-12-291-19/+0
* Ok... allow for getting "words" by also allowing theJim Jagielski2015-12-291-0/+19
* we just worry about "equality" with this implementation...Jim Jagielski2015-11-231-6/+4
* 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-201-0/+21
* core: Limit to ten the number of tolerated empty lines between request,Yann Ylavic2015-10-221-0/+4
* Add the AsyncFilter directive that allows the asynchronous filterGraham Leggett2015-10-061-0/+3
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-1/+8
* 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
* 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
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-091-1/+1
* http, mod_ssl: Introduce and return the 421 (Misdirected Request) status codeYann Ylavic2015-06-121-0/+1
* Allow for array of multiple simul requests per connection andJim Jagielski2015-05-281-0/+3
* Not that hard to explain...William A. Rowe Jr2015-04-021-2/+3
* http: Add support for RFC2324/RFC7168.Graham Leggett2015-04-011-0/+3
* core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.Yann Ylavic2015-03-051-2/+3
* core: If explicitly configured, use the KeepaliveTimeout value of theYann Ylavic2015-03-041-1/+4
* PR54613: protect the invoke_mtx with #if APR_HAS_THREADS.Eric Covener2015-03-021-0/+2
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-151-0/+5