summaryrefslogtreecommitdiff
path: root/server/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* * server/protocol.c (ap_rgetline_core): Fix folding if header isJoe Orton2004-01-261-0/+1
* * server/protocol.c (ap_rgetline_core): Re-indent function after beingJoe Orton2004-01-261-148/+143
* update license to 2004.André Malo2004-01-011-1/+1
* get rid of _FOREACHCliff Woolley2003-11-161-1/+4
* Set the scoreboard state to indicate logging prior to runningJeff Trawick2003-10-221-0/+7
* tag the pools created for requests and subrequestsJeff Trawick2003-10-131-0/+1
* zap an incorrect comment that remained from 1.3 daysJeff Trawick2003-09-101-4/+0
* minor style changesJeff Trawick2003-07-121-7/+9
* Update comment after removal of tmp_headers in r1.132.Joe Orton2003-07-111-1/+1
* Update the header token parsing code to allow LWS between the token wordPaul J. Reder2003-07-081-1/+18
* Eliminate creation of a temporary table in ap_get_mime_headers_core()Brian Pane2003-06-221-6/+2
* fix some discrepancies between format strings and arguments,Jeff Trawick2003-04-151-3/+3
* Simplify and shorten the code path for scanning request headersBrian Pane2003-03-291-81/+31
* ap_rgetline_core: set the number of bytes read & copied into the caller'sGreg Ames2003-03-271-0/+3
* ap_get_mime_headers_core: allocate space for the trailing null when thereGreg Ames2003-03-241-3/+4
* finished that boring job:André Malo2003-02-031-1/+1
* ap_get_mime_headers: combine some error paths to remove a conditionalGreg Ames2002-12-111-18/+16
* ap_get_mime_headers: whoops - need to insure that we use a configuredGreg Ames2002-12-111-1/+1
* ap_get_mime_headers: tighten up the null termination of header line which isGreg Ames2002-12-111-5/+2
* prevent a potential seg fault in ap_escape_html if a header field is tooGreg Ames2002-12-101-0/+2
* Move the check of the Expect request header field after the hookJustin Erenkrantz2002-12-031-6/+6
* bucket length parameter is apr_size_t, which isn't always signed,Jeff Trawick2002-11-191-1/+1
* when the connection drops, c->aborted is set but generallyJeff Trawick2002-10-311-1/+1
* Ensure that output already available is flushed to the networkJeff Trawick2002-10-021-0/+3
* Minor simplification... The can_send_content_length variable isGreg Stein2002-09-251-19/+13
* The protocol version (eg: HTTP/1.1) in the request line parsingJim Jagielski2002-09-171-2/+4
* Changed the content-length filter to allow streaming deliveryBrian Pane2002-08-281-114/+63
* fix weird things that happen with canned error messages due to using twoGreg Ames2002-08-131-4/+0
* add notes about a portability problem -- formatting apr_time_tJeff Trawick2002-07-171-0/+1
* fix folding when the continuation charater is a blankGreg Ames2002-07-081-1/+1
* silence an unhelpful gcc warningJeff Trawick2002-07-081-1/+1
* Eliminated the use of AP_MODE_SPECULATIVE brigade reads to checkBrian Pane2002-07-061-29/+77
* Re-use the same temp brigade to read all lines of a request header,Brian Pane2002-07-041-36/+41
* Fix C-L filter non-blocking-mode brokenness. It was failing to everCliff Woolley2002-07-021-1/+5
* Optimization for ap_rgetline_core(): When "folding" mode is enabled,Brian Pane2002-07-011-16/+16
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-1/+2
* ap_finalize_sub_req_protocol() shouldn't send an EOS bucket ifJeff Trawick2002-06-101-1/+4
* Call ap_discard_request_body from ap_finalize_request. Remove the callRyan Bloom2002-06-071-1/+2
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-8/+8
* Start with a larger buffer size in ap_rgetline_core() to avoidBrian Pane2002-05-131-1/+7
* Optimization: modified the power-of-two allocator in ap_rgetline_core()Brian Pane2002-05-131-5/+5
* Fixed missing null-termination of ap_make_content_type() patterns listBrian Pane2002-05-121-0/+1
* Optimization: Replaced apr_strcat() with apr_strcatv() inBrian Pane2002-05-121-2/+8
* Performance fix: replaced the strcasecmp calls in ap_make_content_type()Brian Pane2002-05-101-8/+32
* cleanup old-school backward uses of APR_BRIGADE_CONCAT to useCliff Woolley2002-05-061-12/+4
* Simplify this little chunk of code since r is set to f->r earlier.Justin Erenkrantz2002-04-281-2/+1
* Adds support for reading trailers on input by exporting get_mime_headersJustin Erenkrantz2002-04-161-2/+2
* Correct partitioning of filter handles between core and http, andWilliam A. Rowe Jr2002-04-051-0/+1
* BUCKET FREELISTSCliff Woolley2002-03-291-13/+18
* Seems like this is the end of the compiler emits on Win32, once again.William A. Rowe Jr2002-03-171-2/+5