summaryrefslogtreecommitdiff
path: root/modules/http/http_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1799784, r1799786 from trunk:Jim Jagielski2017-06-261-5/+1
* Merge r1753257 from trunk:Jim Jagielski2016-08-251-1/+4
* Merge r1730723 from trunk:Jim Jagielski2016-06-131-1/+27
* Merge r1719252, r1719254, r1719255, r1720996 from trunk:Jim Jagielski2016-01-191-19/+6
* Merge r1697855, r1697339, r1696428, r1696266, r1696264, r1695874, r1695727, r...Jim Jagielski2015-09-281-1/+6
* Merge r1646282 from trunk:Jim Jagielski2015-04-191-5/+2
* Merge r1610813 from trunk:Christophe Jaillet2014-10-161-3/+3
* Merge r1609938 from trunk:Jeff Trawick2014-07-141-5/+6
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-281-62/+263
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-281-9/+8
* Merge r1361801 from trunk:Jim Jagielski2012-08-141-14/+2
* Add missing HTTP status codes taken fromRainer Jung2012-07-201-24/+67
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-0/+7
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+2
* Reverted r1040177 due to Joe's objection.Guenter Knauf2010-12-031-8/+0
* Supress compiler warning.Guenter Knauf2010-11-291-0/+8
* Phrasing changes recommended by Jack Dozier. Bug #50145Rich Bowen2010-10-241-2/+2
* Take a slightly less "you broke it!!" tone in the default 500 InternalRich Bowen2010-10-221-5/+4
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-7/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Don't keepalive when we send a non-100 response while Client is expecting 100Nick Kew2009-12-081-0/+4
* * Add missing , to make it compile again.Ruediger Pluem2009-09-121-1/+1
* Catch the somewhat absurd combination of a 417 error where no Expect headerWilliam A. Rowe Jr2009-09-111-10/+13
* axe ancient platform checksJeff Trawick2009-03-291-8/+0
* Improve canned 504 error message in the light of r729586 and covener's comment.Nick Kew2009-01-071-2/+2
* Make %k work as it should. No regression noted in perlJim Jagielski2008-11-241-2/+12
* * Fix compiler warning (missing sentinel in function call).Ruediger Pluem2008-09-081-2/+2
* Relax checks on HTTP Response status line from a backend.Nick Kew2008-09-081-9/+21
* * modules/http/http_protocol.c (is_mpm_running): Fix warning withJoe Orton2008-04-071-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_queryPaul Querna2008-04-071-1/+16
* http_protocol: Escape request method in 405 error reporting.Jeff Trawick2007-12-111-1/+2
* http_protocol: Escape request method in 413 error reporting.William A. Rowe Jr2007-12-031-2/+2
* core: Avoid some unexpected connection closes by telling the clientJeff Trawick2007-11-141-1/+4
* * Revert r561352 as this breaks authentication completely.Ruediger Pluem2007-09-281-0/+2
* this appears to be a "mv" rather than a "swap", so we should be able toGreg Ames2007-07-311-2/+0
* 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
* Thiago Zaninotti reported to security@apache.org on 20060410 a possibleMark J. Cox2006-04-181-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-10/+10
* Plug AllowTrace extended|on|off into proxy and http core.William A. Rowe Jr2005-07-011-2/+6
* Support the suppress-error-charset setting, as with Apache 1.3.x.Jeff Trawick2005-05-161-1/+13
* Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...Paul Querna2005-04-251-24/+0
* More tweaks primarily driven by caching.Sander Striker2005-02-101-16/+22
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* undo changes made in 111386 due to vetoGeoffrey Young2004-12-091-22/+3
* add response code 226 constant (HTTP_IM_USED) and statusGeoffrey Young2004-12-091-3/+22
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-271-1715/+0