summaryrefslogtreecommitdiffstats
path: root/include/http_protocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a warning associated with the ap_send_fd change from earlier today.Ryan Bloom2000-07-111-1/+1
* Reimplement ap_send_fd. Eliminate ap_send_fd_length. If APR_HAS_SENDFILE isBill Stoddard2000-07-101-2/+2
* add ap_get_status_line() so that modules can get a standardizedGreg Stein2000-07-041-0/+7
* blast the old names for the status codesGreg Stein2000-06-241-5/+5
* PR:William A. Rowe Jr2000-05-281-4/+4
* William A. Rowe Jr2000-05-271-4/+4
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-4/+4
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+33
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* time overhaul:dgaudet2000-01-091-1/+1
* First step in getting Apache to use APR's time libraries. This gets a goodRyan Bloom1999-12-201-1/+1
* Next stage of ap_mmap support. Tested on FreeBSD and BeOS.David Reid1999-11-201-1/+2
* Export ap_send_error_responseBill Stoddard1999-11-051-1/+1
* Update ap_send_fd() and ap_send_fd_length() to use an ap_file_t. Hummm...Bill Stoddard1999-10-051-2/+2
* Fix warnings.Ben Laurie1999-09-121-1/+2
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-2/+3
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-0/+12
* Replace file descriptor with APRFile [Dean]Roy T. Fielding1999-08-261-2/+2
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+223