summaryrefslogtreecommitdiffstats
path: root/include/http_protocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ap_rgetline: fix folding and partial line handling on ebcdic boxes. TheGreg Ames2002-03-071-2/+18
* Rewrite ap_rgetline to remove the need to have an "internal" brigade storedJustin Erenkrantz2002-01-251-5/+6
* Added a version of ap_getline() that allocs a buffer fromBrian Pane2001-12-031-0/+26
* ap_getline() is useful to modules outside of the core..Doug MacEachern2001-11-071-1/+1
* Remove SMS from the error bucket. SMS is going away now, it isn't reallyRyan Bloom2001-09-281-2/+0
* A very small optimization to the OLD_WRITE logic. This just makes us storeRyan Bloom2001-09-111-0/+5
* BUCKETS SMS PHASE 1Cliff Woolley2001-08-261-0/+2
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-2/+3
* Add the ability to extend the methods that Apache understandsRyan Bloom2001-08-021-0/+34
* Doc formatting fixesWilliam A. Rowe Jr2001-07-271-4/+4
* Change the length of the content args to apr_off_t identifiers, and fixWilliam A. Rowe Jr2001-07-261-2/+2
* Update to reflect the absence of the apr_bucket_sharedCliff Woolley2001-02-271-1/+1
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-21/+27
* shift some declarations over to mod_core.h where they're totally private.Greg Stein2001-02-181-12/+0
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-0/+16
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* rename:Doug MacEachern2001-02-131-4/+4
* Make the header filter use the brigade buffering functions for creatingRyan Bloom2001-02-091-3/+3
* s/l/r/ in ap_send_http_header protototypeDoug MacEachern2001-02-051-3/+3
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-041-4/+4
* Forgot this header file when I cleaned the error_bucket code.Ryan Bloom2001-01-271-4/+4
* Was there a file that wasn't updated with the error buckets patch?William A. Rowe Jr2001-01-271-1/+1
* filters can now report an HTTP error to the server. This is doneRyan Bloom2001-01-271-0/+42
* Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLAREGreg Stein2001-01-241-11/+0
* Improve the performance of the ap_r* functions by buffering their data inGreg Stein2001-01-241-0/+1
* We only want to define ap_send_mmap if APR_HAS_MMAP is true. WithoutRyan Bloom2001-01-231-0/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-7/+7
* This removes all BUFF's from the HTTP proxy. This code is relativelyRyan Bloom2000-11-171-0/+2
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-2/+2
* The byte-ranges filter. This looks like it should work, but theRyan Bloom2000-11-081-16/+1
* Use apr_off_t for the content length, rather than long. Propagate throughGreg Stein2000-11-071-3/+9
* Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()Sascha Schumann2000-11-031-1/+0
* Clean up the http filter a lot. Instead of sending a bucket per header,Ryan Bloom2000-11-011-12/+3
* Compute the content length (and add appropriate header field) forJeff Trawick2000-10-311-0/+3
* namespace-protect dechunk_filter and http_filterJeff Trawick2000-10-221-2/+2
* Fix the return type of ap_http_header_filter().Jeff Trawick2000-10-221-1/+1
* Fix Win32 compile break introduced by the http_header filter code.Bill Stoddard2000-10-221-1/+1
* Hack headers to work semi-properly. This is a hack that will need to beRyan Bloom2000-10-211-0/+2
* Input filters and ap_get_brigade() now have a input mode parameterJeff Trawick2000-10-211-2/+2
* input filtering changes:Jeff Trawick2000-10-161-0/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-45/+45
* Implement a length argument on input filters. There are three possibleRyan Bloom2000-10-121-1/+1
* Remove ap_send_fb and ap_send_fb_length. These functions don't make muchRyan Bloom2000-10-081-17/+0
* Add the first draft of the http_filter. In time this filter will splitRyan Bloom2000-10-061-0/+4
* Fix the calling convention on Windows for ap_bucket_printf() andJeff Trawick2000-09-181-4/+4
* Start introducing the extension-method elements so we're notKen Coar2000-09-131-0/+63
* Initial Filtering code. This uses a bucket brigade scheme to allow modulesRyan Bloom2000-08-121-1/+3
* More prototypical API support for arbitrary extension HTTP methods.Ken Coar2000-08-121-0/+9
* Update http_protocol.h to use ScanDoc.Ryan Bloom2000-08-051-49/+318
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-6/+6