summaryrefslogtreecommitdiffstats
path: root/server/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+3
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-311-118/+0
* revert for now, surprising the scheme is present.Eric Covener2020-03-251-3/+1
* PR63437: don't clobber the scheme in r->uri with MergeSlashesEric Covener2020-03-251-1/+3
* * r->parsed_uri.path can be NULL in case of the CONNECT method.Ruediger Pluem2019-03-181-1/+3
* * Revert r1855741 which committed other stuff as well.Ruediger Pluem2019-03-181-3/+1
* * Play safe in case we get no nameRuediger Pluem2019-03-181-1/+3
* Merge consecutive slashes in the URL by defaultEric Covener2019-03-171-16/+9
* request: forward as much buckets as possible in ap_request_core_filter().Yann Ylavic2018-10-241-12/+49
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-051-16/+19
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-041-3/+1
* ap_request_core_filter() can check whether the next filter should yield.Yann Ylavic2018-08-101-1/+1
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-161-10/+4
* core: follow up to r1822596.Yann Ylavic2018-01-301-2/+5
* core: fix ap_request_core_filter()'s brigade lifetime.Yann Ylavic2018-01-301-22/+38
* Revert misguided commit r1799731.William A. Rowe Jr2017-06-261-15/+0
* style: where did the tabs come from?Gregg Lewis Smith2017-06-241-2/+2
* Send a 404 response like other OSs do instead of 403 on Windows when Gregg Lewis Smith2017-06-241-0/+15
* core: deprecate and replace ap_get_basic_auth_pwEric Covener2017-05-261-3/+14
* Evaluate nested If/ElseIf/Else config sectionsLuca Toscano2017-04-251-3/+18
* Revert r1783759: really more things than intended :pYann Ylavic2017-02-201-10/+7
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-7/+10
* Fix bug 58528 - Do not read .htaccess if override and overridelist are "None"Daniel Ruggeri2016-03-301-1/+3
* Avoid a call to 'prep_walk_cache' if possible, just as in 'ap_if_walk' and 'a...Christophe Jaillet2016-03-201-3/+3
* Added some more log numbers to log statements thatRainer Jung2016-01-191-1/+1
* There is no need to duplicate some memory here, the 'path' given to ap_parse...Christophe Jaillet2015-12-101-2/+1
* core: follow up to r1708084.Yann Ylavic2015-10-121-7/+9
* core: follow up to r1708084,1708088: remove tabs.Yann Ylavic2015-10-121-3/+3
* core: follow up to r1708084: we still need to take care of DONE in any case.Yann Ylavic2015-10-121-3/+3
* core: we don't want to run the subrequest's handler if theYann Ylavic2015-10-121-1/+1
* Add the AsyncFilter directive that allows the asynchronous filterGraham Leggett2015-10-071-0/+9
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-0/+58
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-4/+3
* Avoid adding duplicate subequest filters, as they would not be strippedEric Covener2015-08-281-2/+12
* reversal of 1698239 due to nedless loop in t/apache/pr17629.tStefan Eissing2015-08-281-11/+2
* avoid adding multiple subrequest filters when there are nested subrequests. Eric Covener2015-08-281-2/+11
* SECURITY: CVE-2015-3185 (cve.mitre.org)William A. Rowe Jr2015-06-091-18/+56
* Revert r4635428 corresponding to PR41867.William A. Rowe Jr2015-01-211-7/+0
* core: Do not match files when using DirectoryMatch. PR41867.Jan Kaluža2014-10-301-0/+7
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-301-11/+111
* Add LogLevelOverride directive that allows to override the loglevel forStefan Fritsch2012-12-081-6/+10
* add dirwalk_stat hook, for use by mpm-itkJeff Trawick2012-09-211-7/+9
* ap_sub_req_lookup_dirent() depends on the over-allocation done byStefan Fritsch2012-09-141-1/+1
* spelling fixJeff Trawick2012-08-011-1/+1
* core: Add post_perdir_config hook.Jeff Trawick2012-08-011-0/+7
* Adjust log message: Condition can be caused by configuration errorStefan Fritsch2012-06-171-2/+6
* add filesystem paths to some common error messages.Eric Covener2012-03-161-4/+5
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-2/+2
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-15/+15