summaryrefslogtreecommitdiff
path: root/include/http_request.h
Commit message (Expand)AuthorAgeFilesLines
* core: Add dirwalk_stat hook.Graham Leggett2013-06-101-0/+9
* core: Add post_perdir_config hook.Graham Leggett2013-06-101-0/+10
* Merge r1229134, r1229136:Stefan Fritsch2012-01-091-1/+1
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-8/+8
* Avoid "`sentinel' attribute directive ignored" warning with gcc 3.xStefan Fritsch2011-06-121-1/+1
* Add __attribute__((sentinel)) to a few functions that require a terminal NULLStefan Fritsch2011-06-041-1/+2
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-171-0/+1
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-0/+33
* Add ap_process_request_after_handler to the exported list for mod_serfWilliam A. Rowe Jr2010-02-041-2/+4
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-3/+3
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-1/+4
* * include/http_request.h: Fix warning with gcc -Wall.Joe Orton2008-04-071-1/+1
* Remove CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-4/+138
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Redesign of request cleanup and logging to use End-Of-Request bucketBrian Pane2005-10-241-1/+40
* Corrected an out-of-date comment (it's been a while since main.c hasBrian Pane2005-10-091-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-37/+25
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Minor comment fixes, no code changes:Erik Abele2004-10-111-14/+14
* use more intuitive variable namesStas Bekman2004-08-201-9/+9
* 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
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Clarify the use and sequencing of these three hooks.Greg Stein2002-08-231-6/+18
* 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