summaryrefslogtreecommitdiffstats
path: root/server/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-2/+2
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-0/+3
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-281-2/+10
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-20/+20
* - Add <ElseIf> and <Else> to complement <If> sections. These are both easierStefan Fritsch2011-06-051-7/+22
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-161-1/+1
* Initialize the core_dir_config->sec_files and ->sec_if only if needed.Stefan Fritsch2011-01-181-4/+14
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-171-15/+125
* Save a useless check:Stefan Fritsch2011-01-121-3/+1
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-3/+3
* PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3Eric Covener2010-11-041-1/+3
* PR49809: Allow DirectoryMatch to match the EOL character ($). andEric Covener2010-08-271-1/+1