summaryrefslogtreecommitdiff
path: root/include/http_request.h
Commit message (Expand)AuthorAgeFilesLines
...
* Revert to the 1.39 comments about NULL for ap_sub_req_lookup() next_filterWilliam A. Rowe Jr2002-06-221-3/+3
* Note the changed meaning of the NULL next_filter argument to theWilliam A. Rowe Jr2002-06-221-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Which PR? I can't count them all. Get QUERY_STRING and PATH_INFOWilliam A. Rowe Jr2002-01-271-3/+12
* This patch eliminates the wasteful run-time conversion of method names fromJustin Erenkrantz2001-09-191-0/+19
* Normalize all paths to run the same, common code for pre-request setupWilliam A. Rowe Jr2001-08-311-0/+8
* Introduce the map_to_storage hook, which allows modules to bypassWilliam A. Rowe Jr2001-08-251-3/+18
* Fix the macro expansion problem in the hook declaration.Ryan Bloom2001-08-111-4/+0
* _THIS_ is why mod_dir wouldn't serve the results of mod_negotiationWilliam A. Rowe Jr2001-08-061-1/+1
* The real slim shady finally stood up. This patch segregates the fastWilliam A. Rowe Jr2001-08-061-0/+10
* Downgrade non-stopper from XXX->###William A. Rowe Jr2001-07-231-1/+1
* Here, finally are a few cleanups of my fat fingers.William A. Rowe Jr2001-06-271-1/+1
* Move duplicated rnew cloning from apr_ap_sub_req_lookup_*() functions,William A. Rowe Jr2001-06-271-0/+17
* change create_request hook to RUN_ALL/return int so handlers can throw errorsDoug MacEachern2001-03-251-1/+1
* Add a hook, create_request. This hook allows modules to modifyRyan Bloom2001-03-181-0/+8
* Check in not-quite-working hooks groupings.Ben Laurie2001-03-131-9/+15
* Another chunk of code from http to core. This should continue to buildRyan Bloom2001-03-051-0/+4
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-041-7/+7
* More doc improvements.Ben Laurie2001-01-291-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-3/+3
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-221-3/+13
* Fix a broken thingWilliam A. Rowe Jr2000-10-181-2/+2
* Add a sub-request filter. This filter just strips the EOS from theRyan Bloom2000-10-161-0/+10
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-12/+12
* Document http_request.h using ScanDoc.Ryan Bloom2000-08-141-2/+144
* Add mnemonics for the ap_allow_methods() reset flag meanings.Ken Coar2000-08-111-0/+4
* Add support for arbitrary extension methods for the AllowKen Coar2000-08-101-1/+17
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-2/+2
* http_request.[ch]:Greg Stein2000-06-241-0/+1
* PR:William A. Rowe Jr2000-05-271-6/+6
* William A. Rowe Jr2000-05-271-6/+6
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-6/+6
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* 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
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-1/+1
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-0/+10
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+117