summaryrefslogtreecommitdiff
path: root/include/http_request.h
Commit message (Expand)AuthorAgeFilesLines
* core: Add the token_checker hook, that allows authentication to takeGraham Leggett2023-04-251-0/+31
* Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.Yann Ylavic2020-06-241-1/+4
* Follow up to r1879076: axe stray copy/paste in pre_translate_name description.Yann Ylavic2020-06-221-1/+0
* Add pre_translate_name hook running before URI-path decoding.Yann Ylavic2020-06-221-0/+10
* Axe an empty line in a dox comment in order to synch with 2.4.xChristophe Jaillet2020-06-191-1/+0
* util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.Yann Ylavic2020-04-271-9/+0
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-011-0/+7
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-311-12/+9
* Parentheses around AP_BUCKET_IS_EOR argument.Yann Ylavic2020-03-271-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-4/+4
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-121-0/+15
* Revert r1756064 and r1756060 until fixed (tests framework passes).Yann Ylavic2016-08-111-15/+0
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-111-0/+15
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-0/+12
* ap_process_request needs exportation for use in mod_h2 on WindowsGregg Lewis Smith2015-08-101-1/+1
* SECURITY: CVE-2015-3185 (cve.mitre.org)William A. Rowe Jr2015-06-091-0/+24
* Mention how "satisfy any" affects AAA hooks run after access_checker Eric Covener2013-08-271-0/+3
* access_checker_ex runs immediately after access_checker, Eric Covener2013-08-081-1/+1
* document paramsStefan Fritsch2013-06-091-0/+2
* add dirwalk_stat hook, for use by mpm-itkJeff Trawick2012-09-211-0/+9
* core: Add post_perdir_config hook.Jeff Trawick2012-08-011-0/+10
* Rename ap_func_attr_* macros to AP_FN_ATTR_*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