index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
request.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Add the token_checker hook, that allows authentication to take
Graham Leggett
2023-04-25
1
-0
/
+29
*
core: Add ap_unescape_url_ex() for better decoding control, and deprecate
Yann Ylavic
2021-10-07
1
-6
/
+7
*
legacy default slash-matching behavior w/ 'MergeSlashes OFF'
Eric Covener
2021-04-21
1
-3
/
+16
*
Follow up to r1879079: fail early if URI path resolves above root.
Yann Ylavic
2020-06-24
1
-4
/
+5
*
Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.
Yann Ylavic
2020-06-24
1
-4
/
+4
*
Follow up to r1879079: merge slashes (if configured to) before pre_trans
Yann Ylavic
2020-06-23
1
-11
/
+6
*
Follow up to r1879079: merge/walk locations for pre_trans hooks.
Yann Ylavic
2020-06-23
1
-41
/
+53
*
ap_location_walk/ap_directory_walk: copy the cached uri/filename.
Yann Ylavic
2020-06-23
1
-2
/
+2
*
Allow for URI-path pre_translate_name before (and/or instead of) decoding.
Yann Ylavic
2020-06-22
1
-10
/
+46
*
Add pre_translate_name hook running before URI-path decoding.
Yann Ylavic
2020-06-22
1
-0
/
+3
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+3
*
core: handle morphing buckets setaside/reinstate and kill request core filter.
Yann Ylavic
2020-03-31
1
-118
/
+0
*
revert for now, surprising the scheme is present.
Eric Covener
2020-03-25
1
-3
/
+1
*
PR63437: don't clobber the scheme in r->uri with MergeSlashes
Eric Covener
2020-03-25
1
-1
/
+3
*
* r->parsed_uri.path can be NULL in case of the CONNECT method.
Ruediger Pluem
2019-03-18
1
-1
/
+3
*
* Revert r1855741 which committed other stuff as well.
Ruediger Pluem
2019-03-18
1
-3
/
+1
*
* Play safe in case we get no name
Ruediger Pluem
2019-03-18
1
-1
/
+3
*
Merge consecutive slashes in the URL by default
Eric Covener
2019-03-17
1
-16
/
+9
*
request: forward as much buckets as possible in ap_request_core_filter().
Yann Ylavic
2018-10-24
1
-12
/
+49
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
1
-16
/
+19
*
core: follow up to r1839997: recycle request filters to a delayed ring first.
Yann Ylavic
2018-09-04
1
-3
/
+1
*
ap_request_core_filter() can check whether the next filter should yield.
Yann Ylavic
2018-08-10
1
-1
/
+1
*
core: Add ap_reuse_brigade_from_pool().
Yann Ylavic
2018-07-16
1
-10
/
+4
*
core: follow up to r1822596.
Yann Ylavic
2018-01-30
1
-2
/
+5
*
core: fix ap_request_core_filter()'s brigade lifetime.
Yann Ylavic
2018-01-30
1
-22
/
+38
*
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-06
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-27
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
[next]