summaryrefslogtreecommitdiffstats
path: root/server/protocol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Grrr.. Cliff warned me about this. APR should return APR_SUCCESS withBill Stoddard2001-07-061-3/+3
* Reimplement content length filter to fix problem where all output fromBill Stoddard2001-07-061-58/+98
* Do non-blocking reads from pipes in the content-length filter.Bill Stoddard2001-07-051-5/+24
* *) Account for the new pool parameter to apr_bucket_file_create()Cliff Woolley2001-06-271-1/+1
* Back out the change to allocate files out of the main request pool, andRyan Bloom2001-06-151-1/+1
* Add a pool to the ap_save_brigade prototype. This removes a todo fromRyan Bloom2001-06-131-2/+2
* use apr-util's apr_date_parse_http() instead of the to-be-removedJeff Trawick2001-06-061-1/+0
* Move the addition of default AP_HTTP_HTTP_HEADER filters to theGraham Leggett2001-06-011-5/+0
* back out filter change that is preventing headers to be sentDoug MacEachern2001-05-301-0/+5
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-4/+4
* Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filterGraham Leggett2001-05-221-4/+0
* fix the type of a parameter to ap_get_brigade()Jeff Trawick2001-05-071-1/+1
* Back out the recent change to ap_get_brigade, to make it use indirectionRyan Bloom2001-05-071-1/+2
* Fix a bug in the input handling. ap_http_filter() was modifying *readbytesGreg Stein2001-05-051-2/+3
* Removed the keptalive boolean from conn_rec because it is now onlyRoy T. Fielding2001-04-261-6/+4
* At the hack-athon we decided to change the way that input filtersRyan Bloom2001-04-231-3/+2
* Revert the change that moved keepalives out of conn_rec. That variableRoy T. Fielding2001-04-211-3/+137
* Don't overwrite r->the_request. This was causing us to never get theRyan Bloom2001-04-181-1/+0
* Move the keepalives field out of the conn_rec and into an HTTP specificRyan Bloom2001-04-181-136/+3
* When I initially pulled the BYTERANGE filter into the core, Greg SteinRyan Bloom2001-04-121-388/+0
* Move ap_set_last_modified to the core. This is a potentiallyRyan Bloom2001-03-251-0/+13
* back out the logging of read errors in getline. daedalus was loggingGreg Ames2001-03-211-3/+0
* Empty out the brigade shared by ap_getline()/ap_get_client_block()Jeff Trawick2001-03-201-6/+15
* Handle ap_discard_request_body() being called more than once.Jeff Trawick2001-03-191-0/+2
* Add a hook, create_request. This hook allows modules to modifyRyan Bloom2001-03-181-5/+1
* This is a fix that went into v1.3 quite a while back, but not into v2.0.Chuck Murcko2001-03-161-3/+3
* Avoid using sscanf to determine the HTTP protocol number inBill Stoddard2001-03-161-10/+23
* Fix content-length computation. We ONLY compute a content-length ifRyan Bloom2001-03-071-8/+8
* Make the old_write filter use the ap_f* functions for buffering the data.Ryan Bloom2001-03-051-74/+17
* Another missing AP_DECLARE mismatchWilliam A. Rowe Jr2001-02-281-1/+1
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-0/+1594