summaryrefslogtreecommitdiffstats
path: root/include/http_protocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* CVE-2017-3167: add documentation to ap_get_basic_auth_pw()Jacob Champion2017-06-211-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-301-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-081-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
* Use APR_INLINE instead of inline, to support pre-C99 compilersStefan Fritsch2011-06-271-1/+1
* Avoid "`sentinel' attribute directive ignored" warning with gcc 3.xStefan Fritsch2011-06-121-1/+1
* Add __attribute__((sentinel)) to a few functions that require a terminal NULLStefan Fritsch2011-06-041-1/+2
* Make ap_rputs an inline function, as it is mostly used with string constantsStefan Fritsch2011-06-041-7/+11
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* New hook: ap_run_pre_read_request()Jim Jagielski2011-02-141-6/+19
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-10/+12
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-1/+1
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-48/+0
* Add a function to the http filters that is able to parse an HTMLGraham Leggett2008-04-091-1/+49
* Remove CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* In hopes of replacing <Limit > with <Method > - choose another exampleWilliam A. Rowe Jr2008-04-051-4/+4
* Add option not to send&clear response headers in ap_send_interim_response.Nick Kew2007-10-271-1/+2
* Introduce ap_send_interim_response function and API, for interimNick Kew2007-10-071-0/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-291-62/+45
* Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...Paul Querna2005-04-251-8/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-5/+5
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-241-10/+10