summaryrefslogtreecommitdiff
path: root/server/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* ap_get_mime_headers_core: alloc space for trailing null when foldingGreg Ames2003-04-181-3/+4
* Simplify and shorten the code path for scanning request headersBrian Pane2003-03-291-81/+31
* backport a fix for seg faults with huge headersGreg Ames2003-03-281-0/+3
* update license to 2003.André Malo2003-02-031-1/+1
* ap_get_mime_headers: merge the null termination fix back to the 2.0 stable br...Greg Ames2003-01-221-5/+4
* 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
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Style Police comming through...Sander Striker2002-03-111-169/+209
* ap_rgetline_core: fix a bug with folding observed while testing ebcdic.Greg Ames2002-03-081-4/+11
* ap_rgetline: fix folding and partial line handling on ebcdic boxes. TheGreg Ames2002-03-071-8/+29
* Remove the prev pointer from the filter chain. This removesRyan Bloom2002-03-071-3/+0
* This fixes most of the header bug that was committed last night. The serverRyan Bloom2002-03-031-0/+4
* Fix the mod_dir/mod_negotiation bug, where redirects and sub requestsRyan Bloom2002-03-031-2/+4
* ownership of the brigade is passed in the ap_pass_brigade callAllan K. Edwards2002-02-271-1/+3
* Just toss these debug messages since so many people use httpd withJustin Erenkrantz2002-02-151-2/+0
* update CHANGES for an input side seg fault fix.Greg Ames2002-02-081-1/+1
* ensure that ap_rgetline allocates storage for the request line each time it isGreg Ames2002-02-081-0/+4
* We totally disregard the fact that notice is level 5 and always printJustin Erenkrantz2002-02-061-2/+2
* don't try to place a header field in error-notes if ap_rgetline()Jeff Trawick2002-02-061-1/+3
* Tone down the logging levels for these two messages from ERROR to NOTICE.Justin Erenkrantz2002-02-061-8/+2
* If the MIME-continuation line returns nothing, then we should return notJustin Erenkrantz2002-02-061-0/+6
* make it compile on win32Ian Holsman2002-01-301-1/+1