summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
Commit message (Expand)AuthorAgeFilesLines
* ------------------------------------------------------------------------Jim Jagielski2016-12-051-5/+12
* Fix a small doxygen issue (r1734716 in trunk)Christophe Jaillet2016-03-121-1/+1
* Add an alert for module developers that this subset (specifically,William A. Rowe Jr2015-12-081-0/+32
* merge of 1708107,1709587,1709602,1709995,1710231,1710419,1710572,1710583 from...Stefan Eissing2015-11-041-1/+38
* Merge r1697855, r1697339, r1696428, r1696266, r1696264, r1695874, r1695727, r...Jim Jagielski2015-09-281-0/+133
* core, modules: Avoid error response/document handling by the core if someWilliam A. Rowe Jr2015-05-291-0/+17
* Merge r1529449 from trunk:Gregg Lewis Smith2013-10-071-1/+1
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-281-0/+66
* Typo in comment (r1407526 in trunk)Christophe Jaillet2012-11-181-1/+1
* bad header doxygen: ap_rflush does not return the numberRainer Jung2012-08-111-1/+1
* Merge r1229134, r1229136: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
* Revert a premature bit of r1228262, part of size_t corrections part 2William A. Rowe Jr2012-01-061-4/+2
* Cure size_t abuse; Backport r1227856William 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-261-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-281-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-231-10/+10
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-10/+10
* fix the invalid return value entry for ap_meets_conditionsStas Bekman2004-07-181-1/+2
* declare the prototypes as well.André Malo2004-04-221-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* fix out-of-date commentJeff Trawick2004-01-261-1/+1
* update license to 2004.André Malo2004-01-011-1/+1
* *) Add a hook (insert_error_filter) to allow filters to re-insertPaul J. Reder2003-12-121-0/+7
* finished that boring job:André Malo2003-02-031-1/+1
* Fix commentsWilliam A. Rowe Jr2002-07-111-4/+3