| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert misguided commit r1799731. | William A. Rowe Jr | 2017-06-26 | 1 | -15/+0 |
* | style: where did the tabs come from? | Gregg Lewis Smith | 2017-06-24 | 1 | -2/+2 |
* | Send a 404 response like other OSs do instead of 403 on Windows when | Gregg Lewis Smith | 2017-06-24 | 1 | -0/+15 |
* | core: deprecate and replace ap_get_basic_auth_pw | Eric Covener | 2017-05-26 | 1 | -3/+14 |
* | Evaluate nested If/ElseIf/Else config sections | Luca Toscano | 2017-04-25 | 1 | -3/+18 |
* | Revert r1783759: really more things than intended :p | Yann Ylavic | 2017-02-20 | 1 | -10/+7 |
* | Follow up to r1783755: update APLOGNO. | Yann Ylavic | 2017-02-20 | 1 | -7/+10 |
* | Fix bug 58528 - Do not read .htaccess if override and overridelist are "None" | Daniel Ruggeri | 2016-03-30 | 1 | -1/+3 |
* | Avoid a call to 'prep_walk_cache' if possible, just as in 'ap_if_walk' and 'a... | Christophe Jaillet | 2016-03-20 | 1 | -3/+3 |
* | Added some more log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -1/+1 |
* | There is no need to duplicate some memory here, the 'path' given to ap_parse... | Christophe Jaillet | 2015-12-10 | 1 | -2/+1 |
* | core: follow up to r1708084. | Yann Ylavic | 2015-10-12 | 1 | -7/+9 |
* | core: follow up to r1708084,1708088: remove tabs. | Yann Ylavic | 2015-10-12 | 1 | -3/+3 |
* | core: follow up to r1708084: we still need to take care of DONE in any case. | Yann Ylavic | 2015-10-12 | 1 | -3/+3 |
* | core: we don't want to run the subrequest's handler if the | Yann Ylavic | 2015-10-12 | 1 | -1/+1 |
* | Add the AsyncFilter directive that allows the asynchronous filter | Graham Leggett | 2015-10-07 | 1 | -0/+9 |
* | core: Extend support for asynchronous write completion from the | Graham Leggett | 2015-10-04 | 1 | -0/+58 |
* | Silence a sparse warning about inconsistent indenting | Christophe Jaillet | 2015-08-31 | 1 | -4/+3 |
* | Avoid adding duplicate subequest filters, as they would not be stripped | Eric Covener | 2015-08-28 | 1 | -2/+12 |
* | reversal of 1698239 due to nedless loop in t/apache/pr17629.t | Stefan Eissing | 2015-08-28 | 1 | -11/+2 |
* | avoid adding multiple subrequest filters when there are nested subrequests. | Eric Covener | 2015-08-28 | 1 | -2/+11 |
* | SECURITY: CVE-2015-3185 (cve.mitre.org) | William A. Rowe Jr | 2015-06-09 | 1 | -18/+56 |
* | Revert r4635428 corresponding to PR41867. | William A. Rowe Jr | 2015-01-21 | 1 | -7/+0 |
* | core: Do not match files when using DirectoryMatch. PR41867. | Jan Kaluža | 2014-10-30 | 1 | -0/+7 |
* | core: Support named groups and backreferences within the LocationMatch, | Graham Leggett | 2013-12-30 | 1 | -11/+111 |
* | Add LogLevelOverride directive that allows to override the loglevel for | Stefan Fritsch | 2012-12-08 | 1 | -6/+10 |
* | add dirwalk_stat hook, for use by mpm-itk | Jeff Trawick | 2012-09-21 | 1 | -7/+9 |
* | ap_sub_req_lookup_dirent() depends on the over-allocation done by | Stefan Fritsch | 2012-09-14 | 1 | -1/+1 |
* | spelling fix | Jeff Trawick | 2012-08-01 | 1 | -1/+1 |
* | core: Add post_perdir_config hook. | Jeff Trawick | 2012-08-01 | 1 | -0/+7 |
* | Adjust log message: Condition can be caused by configuration error | Stefan Fritsch | 2012-06-17 | 1 | -2/+6 |
* | add filesystem paths to some common error messages. | Eric Covener | 2012-03-16 | 1 | -4/+5 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -2/+2 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -15/+15 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -2/+2 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -0/+3 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -4/+4 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 1 | -2/+10 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -20/+20 |
* | - Add <ElseIf> and <Else> to complement <If> sections. These are both easier | Stefan Fritsch | 2011-06-05 | 1 | -7/+22 |
* | core: AllowEncodedSlashes new option NoDecode to allow encoded slashes | Daniel Earl Poirier | 2011-03-16 | 1 | -1/+1 |
* | Initialize the core_dir_config->sec_files and ->sec_if only if needed. | Stefan Fritsch | 2011-01-18 | 1 | -4/+14 |
* | Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk. | Stefan Fritsch | 2011-01-17 | 1 | -15/+125 |
* | Save a useless check: | Stefan Fritsch | 2011-01-12 | 1 | -3/+1 |
* | ap_expr related fixes/enhancements: | Stefan Fritsch | 2010-11-21 | 1 | -1/+1 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -3/+3 |
* | PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3 | Eric Covener | 2010-11-04 | 1 | -1/+3 |
* | PR49809: Allow DirectoryMatch to match the EOL character ($). and | Eric Covener | 2010-08-27 | 1 | -1/+1 |