summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/http/byterange_filter.c (ap_byterange_filter): Update someJoe Orton2005-08-091-9/+7
* * modules/http/http_filters.c (ap_send_http_trace): Silence gccJoe Orton2005-07-191-2/+2
* Plug AllowTrace extended|on|off into proxy and http core.William A. Rowe Jr2005-07-012-9/+85
* * modules/http/byterange_filter.c (ap_byterange_filter): No functionalJoe Orton2005-06-081-33/+32
* * modules/http/byterange_filter.c (ap_byterange_filter): Refuse toJoe Orton2005-06-071-27/+21
* EBCDIC: Handle chunked input from client or, with proxy, originJeff Trawick2005-05-241-0/+2
* Support the suppress-error-charset setting, as with Apache 1.3.x.Jeff Trawick2005-05-161-1/+13
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-151-1/+1
* Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...Paul Querna2005-04-251-24/+0
* update comments for *_client_block functions. Greg Ames2005-03-231-7/+5
* 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-049-9/+18
* Keep track of time taken to process requests again.Jim Jagielski2005-02-021-0/+4
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-2/+2
* * Style fixes only. No functional changes. Remove two tabs. Fix an If. Split ...Paul Querna2004-12-131-9/+14
* 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
* * modules/http/mod_core.h: Prototype ap_http_chunk_filter.Joe Orton2004-12-023-133/+5
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-276-1716/+2023
* ap_process_http_async_connection (used by the Event MPM):Greg Ames2004-11-261-21/+18
* Compile Fix for Netware Port with CodeWarrior.Paul Querna2004-11-211-2/+4
* The Event MPM.Paul Querna2004-11-202-3/+70
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-241-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
* * modules/http/http_request.c (ap_internal_redirect): Call quick_handlerJustin Erenkrantz2004-08-021-5/+7
* 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-095-5/+5
* fix copyright dates according to the first check inAndré Malo2004-02-085-5/+5
* apply Apache License, Version 2.0André Malo2004-02-065-261/+50
* Build array of allowed methods with proper dimensions, fixingJeff Trawick2004-01-161-1/+1
* internal_fast_redirect: take over important request_rec membersAndré Malo2004-01-141-0/+3
* update license to 2004.André Malo2004-01-015-5/+5
* *) Add a hook (insert_error_filter) to allow filters to re-insertPaul J. Reder2003-12-121-0/+7
* get rid of _FOREACHCliff Woolley2003-11-162-3/+13
* fix the EBCDIC path in send_all_header_fields() to actually return somethingJeff Trawick2003-11-151-1/+1
* add a commentAndré Malo2003-11-021-1/+5
* Set the scoreboard state to indicate logging prior to runningJeff Trawick2003-10-221-0/+2
* 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
* Rework of the recursion stopper - collapse recursion counters into one functionAndré Malo2003-05-301-1/+1
* - revert my patch (r1.155) since it produces regressions.André Malo2003-05-291-24/+5
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-191-3/+22
* 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-162-5/+3