summaryrefslogtreecommitdiffstats
path: root/server/protocol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the exit paths of ap_rgetline by creating a second brigade forJustin Erenkrantz2002-01-301-13/+25
* optimized away one more filter name lookup during request processingBrian Pane2002-01-271-1/+2
* Fixed a read from a deleted brigade in the new version ofBrian Pane2002-01-271-3/+10
* ap_rgetline(): completely ignore an empty bucket... previously the logicJeff Trawick2002-01-271-0/+8
* Eliminate needless variable that wasn't initialized anyway.Justin Erenkrantz2002-01-251-4/+2
* Add another status code to ignore in the error_log.Justin Erenkrantz2002-01-251-3/+4
* Turn the log verbosity WAY down by not logging TIMEUP and EOF errors inJustin Erenkrantz2002-01-251-2/+6
* Somehow, I lost this condition when I changed to account for ap_rgetline.Justin Erenkrantz2002-01-251-1/+1
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-2/+2
* Rewrite ap_rgetline to remove the need to have an "internal" brigade storedJustin Erenkrantz2002-01-251-149/+299
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-2/+3
* A modification to reduce the memory usage of the server:Brian Pane2002-01-131-2/+2
* Making sure that the global variables have been initialized to avoid linkerBradley Nicholes2002-01-031-1/+1
* Fixed a bug in ap_rgetline()Brian Pane2001-12-211-5/+21
* Skip the setting of Last-Modified in the response header onBrian Pane2001-12-191-4/+6
* Address a signedness warning. No cleaner solutions here.William A. Rowe Jr2001-12-131-1/+1
* Fixed check for buffer overrun in ap_rgetline()Brian Pane2001-12-051-1/+1
* get rid of an unused variableJeff Trawick2001-12-031-1/+0
* include/http_protocol.hBrian Pane2001-12-031-21/+31
* Optimization: changed some apr_pstrndup calls to apr_pstrmemdupBrian Pane2001-12-021-1/+1
* Yea, sure a message is always good. Note we can't log the exception.William A. Rowe Jr2001-11-281-3/+4
* Fix the timeout logic that I broke last week. This adds a requestRyan Bloom2001-11-211-2/+0
* Prevent segv in ap_note_basic_auth_failure() when no AuthName is configuredDoug MacEachern2001-11-211-5/+15
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-131-11/+2
* ap_getline() is useful to modules outside of the core..Doug MacEachern2001-11-071-1/+1
* change ap_getline to return the size of the buffer when there's no apparent endGreg Ames2001-10-311-2/+5
* don't lose the return code from ap_fwrite() when called from buffer_output()Jeff Trawick2001-10-231-3/+1
* I believe it is a kosher for a filter to return EOS, but return APR_SUCCESSJustin Erenkrantz2001-10-051-0/+4
* Remove the lameo create_req hack and delay the addition of the HTTP_INJustin Erenkrantz2001-09-291-0/+2
* Input filtering rewrite. Consolidate how we handle HTTP input parsing byJustin Erenkrantz2001-09-291-4/+4
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-191-11/+0
* A very small optimization to the OLD_WRITE logic. This just makes us storeRyan Bloom2001-09-111-1/+3
* Fix breakage from Brian Pane's util_filter switch to hash tables.Justin Erenkrantz2001-09-041-1/+1
* Make test for EAGAIN portable in content length filter. This fixes someBrian Havard2001-08-201-1/+1
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-2/+2
* We can't use a static buffer for this patch, because that wouldn'tRyan Bloom2001-08-161-1/+1
* Fix ap_rvprintf to support more than 4K of data.Ryan Bloom2001-08-161-5/+49