summaryrefslogtreecommitdiff
path: root/modules/http
Commit message (Expand)AuthorAgeFilesLines
* Morph the ap_http_broken_backend_filter() proxy "specific"Jim Jagielski2005-12-203-17/+21
* * Move code for broken backend detection out of core filter into a new httpRuediger Pluem2005-12-183-0/+33
* * If the mod_proxy backend connection broke in the middle of the response,Ruediger Pluem2005-12-181-2/+16
* * Fix ap_http_chunk_filter to create correct chunks in the case that aRuediger Pluem2005-12-171-0/+2
* If a connection aborts while waiting for a chunked line, flag the connection asJustin Erenkrantz2005-12-071-5/+17
* PR 36090Nick Kew2005-12-051-0/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-163-9/+9
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-108-106/+106
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-102-8/+8
* Moved the extended_status scoreboard update from ap_process_http_connectionBrian Pane2005-10-301-8/+18
* Allocate the brigade containing the EOR bucket from the connectionBrian Pane2005-10-291-1/+1
* Async write completion for Event MPMBrian Pane2005-10-242-42/+29
* Redesign of request cleanup and logging to use End-Of-Request bucketBrian Pane2005-10-242-20/+27
* Add new connection states for handler and write completionBrian Pane2005-10-231-5/+10
* * modules/http/http_request.cAndré Malo2005-10-151-0/+1
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-061-1/+3
* Spare us a wasted variable, csd is initialized null, actingWilliam A. Rowe Jr2005-10-061-3/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-4/+11
* * 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-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
* * 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