summaryrefslogtreecommitdiff
path: root/modules/http/http_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-2/+2
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-2/+2
* * modules/http/http_protocol.c (ap_http_filter): Always fail if theJoe Orton2004-09-291-1/+1
* use HTML 2.0 <hr>André Malo2004-09-151-1/+1
* Fix Bug 18388 (Set-Cookie in 304)Nick Kew2004-09-011-0/+2
* parse byteranges correctly using the new apr_strtoff functionAndré Malo2004-05-251-5/+15
* * modules/http/http_protocol.c (ap_setup_client_block,Joe Orton2004-05-251-23/+10
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* Build array of allowed methods with proper dimensions, fixingJeff Trawick2004-01-161-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
* get rid of _FOREACHCliff Woolley2003-11-161-2/+8
* fix the EBCDIC path in send_all_header_fields() to actually return somethingJeff Trawick2003-11-151-1/+1
* Resolve the ap_get_client_block() showstopper by looking at APR_BRIGADE_LASTJustin Erenkrantz2003-08-311-1/+19
* Don't respect the Server header field as set by modules and CGIs.Jeff Trawick2003-06-061-3/+6
* Porting EBCDIC: headers wer incorrectly (i.e., not) convertedMartin Kraemer2003-05-091-0/+9
* back out a recent change which causes the server to segfault orJeff Trawick2003-04-261-14/+7
* fix some discrepancies between format strings and arguments,Jeff Trawick2003-04-151-3/+2
* If a Date response header was already set in the headers array,Graham Leggett2003-04-151-7/+14
* Return 413 if chunk-ext-header is too long rather than reading from a truncatedJustin Erenkrantz2003-02-191-2/+13
* finished that boring job:André Malo2003-02-031-1/+1
* don't apply byte ranges to redirects, error documents, etc.Greg Ames2002-10-251-1/+1
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-1/+12
* Fixed the new send_all_header_fields() function to properlyBrian Pane2002-10-071-1/+2
* Simpler, faster code for generating HTTP response headers:Brian Pane2002-10-071-2/+43
* Switch the most frequent apr_brigade_write() and apr_brigade_puts()Brian Pane2002-09-221-10/+26
* Clean up the temporary brigade in error cases in ap_discard_request_body()Brian Pane2002-09-061-0/+3
* Fixed some bucket memory leaks in ap_http_filter()Brian Pane2002-09-061-2/+3
* Free the temporary working brigade upon exit from ap_get_client_block()Brian Pane2002-09-051-0/+7
* Fix FileETag None directive.Justin Erenkrantz2002-09-011-1/+10
* fix weird things that happen with canned error messages due to using twoGreg Ames2002-08-131-15/+5
* remove some dead code. It's been there since 1996 (1.3 rev 1.28), soGreg Ames2002-08-081-7/+6
* Just an observation, we potentially read/retain far too much of the body,William A. Rowe Jr2002-08-041-0/+5
* catch up with the apr_atoll -> apr_atoi64 renameWilliam A. Rowe Jr2002-08-031-3/+3
* Replace atol() calls which should return long long with apr_atoll() calls.Wilfredo Sanchez2002-07-241-3/+3
* Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so thatWilliam A. Rowe Jr2002-07-171-0/+8
* add notes about a portability problem -- formatting apr_time_tJeff Trawick2002-07-171-0/+1
* Optimize away a couple 64bit integer divides.Aaron Bannert2002-07-161-1/+1
* Streamline the handling of C-L values in the common case by usingJim Jagielski2002-07-141-31/+20