summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
Commit message (Expand)AuthorAgeFilesLines
* handle large writes in ap_rputsEric Covener2022-06-011-1/+21
* Merge PR 311:Stefan Eissing2022-04-131-5/+19
* * Fix typoRuediger Pluem2022-04-041-1/+1
* *) core: add ap_h1_append_header() for single header values.Stefan Eissing2022-04-041-0/+10
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-0/+292
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-131-0/+7
* Revert spurious commit r1895340.Yann Ylavic2021-11-251-7/+0
* Trigger ci.Yann Ylavic2021-11-251-0/+7
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-156/+0
* Changed ap_ssl_answer_challenge() and its hook to provide PEM data forStefan Eissing2021-03-031-8/+19
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-021-0/+85
* *) core: Adding SSL related inquiry functions to the server API.Stefan Eissing2021-02-231-0/+60
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-271-1/+38
* core, h2: common ap_parse_request_line() and ap_check_request_header() code.Yann Ylavic2020-04-171-0/+14
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Revert r1869222, wrong files committed.Yann Ylavic2019-10-311-24/+0
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-0/+24
* Axe ap_rgetline_core(), not used anymore.Yann Ylavic2018-04-221-20/+0
* http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.Yann Ylavic2018-04-201-29/+39
* core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core().Yann Ylavic2018-04-191-1/+3
* Fix some doxygen commentChristophe Jaillet2018-03-221-4/+3
* CVE-2017-3167: add documentation to ap_get_basic_auth_pw()Jacob Champion2017-06-201-2/+9
* core: deprecate and replace ap_get_basic_auth_pwEric Covener2017-05-261-1/+24
* http: Allow unknown response status' lines returned in the form of:Yann Ylavic2016-11-151-0/+11
* New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline,William A. Rowe Jr2016-08-291-5/+12
* Fix a small doxygen issueChristophe Jaillet2016-03-121-1/+1
* added AP_DECLARE for new ap_create_requestStefan Eissing2016-03-091-1/+1
* core: Split ap_create_request() from ap_read_request()Graham Leggett2016-03-071-0/+7
* * include/http_protocol.h: Tweak wording.Joe Orton2016-02-261-2/+2
* first request on master connection only reports more preferred protocols in U...Stefan Eissing2015-10-261-1/+6
* announce protocol choices on first requestStefan Eissing2015-10-231-1/+16
* new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad...Stefan Eissing2015-10-201-0/+17
* 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
* 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
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-241-0/+103
* Correct typo in comments for ap_map_http_request_error().Chris Darroch2013-10-071-1/+1
* ap_rputs() silently truncated size_t to int, resulting in 130+ warningsJeff Trawick2013-10-051-1/+1
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-0/+17
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-071-0/+66
* fix comment typoStefan Fritsch2012-11-091-1/+1
* Typo fixDaniel Gruno2012-08-021-1/+1
* bad header info: ap_rflush does not return the number of bytes flushed, it re...Daniel Gruno2012-08-021-1/+1
* Rename ap_func_attr_* macros to AP_FN_ATTR_*Stefan Fritsch2012-01-091-1/+1
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-2/+4
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-37/+37
* typo in commentEric Covener2011-09-081-1/+1
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-0/+7