summaryrefslogtreecommitdiffstats
path: root/include/http_protocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix the invalid return value entry for ap_meets_conditionsStas Bekman2004-07-181-1/+2
* declare the prototypes as well.André Malo2004-04-221-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* fix out-of-date commentJeff Trawick2004-01-261-1/+1
* update license to 2004.André Malo2004-01-011-1/+1
* *) Add a hook (insert_error_filter) to allow filters to re-insertPaul J. Reder2003-12-121-0/+7
* finished that boring job:André Malo2003-02-031-1/+1
* Fix commentsWilliam A. Rowe Jr2002-07-111-4/+3
* Re-use the same temp brigade to read all lines of a request header,Brian Pane2002-07-041-5/+17
* fix some major badness: error buckets *cannot* use simple_copy becauseCliff Woolley2002-05-311-0/+2
* Add macro to check for an error bucket. (Can't call it APR_BUCKET_IS_ERRORJustin Erenkrantz2002-05-301-0/+7
* Moved ap_setup_make_content_type() declaration to http_protocol.hBrian Pane2002-05-101-1/+11
* fix a spelling error in a commentJeff Trawick2002-04-191-1/+1
* fix a typo in a comment for ap_get_client_block()Jeff Trawick2002-04-191-1/+1
* Adds support for reading trailers on input by exporting get_mime_headersJustin Erenkrantz2002-04-161-0/+6
* BUCKET FREELISTSCliff Woolley2002-03-291-4/+6
* Commit 2 of 2 to:Bill Stoddard2002-03-201-2/+8
* ap_rset_content_type() should take const char * instead of char *Jeff Trawick2002-03-201-1/+1
* Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyTypeBill Stoddard2002-03-201-0/+5
* The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein2002-03-191-13/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* 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