index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
fcgistarter.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-30
* Let dump_brigade print the length of the brigade
Ruediger Pluem
1
-0
/
+5
2020-06-30
Follow up to r1877955: don't reuse the connection for mixed C-L / T-E requests
Yann Ylavic
1
-3
/
+10
2020-06-30
Travis changes:
Joe Orton
2
-7
/
+17
2020-06-30
Follow up to r1877955: always validate the Content-Length
Yann Ylavic
1
-11
/
+13
2020-06-30
Add Travis jobs to test shared-MPMs under APR pool-debug with both event and ...
Joe Orton
1
-0
/
+12
2020-06-30
Revert r1879361: 2.4.x material only.
Yann Ylavic
1
-25
/
+8
2020-06-30
mod_proxy: unfail mixed ProxyPass/<Proxy> and ProxyPassMatch/<ProxyMatch>.
Yann Ylavic
2
-9
/
+26
2020-06-30
Follow up to r1879235: fill APLOGNO().
Yann Ylavic
2
-2
/
+2
2020-06-29
server/util_script.c: reserve one APLOGNO number after r1879253
Luca Toscano
2
-2
/
+2
2020-06-29
Use a dedicated constant for the base64 sha1 length.
Graham Leggett
1
-1
/
+3
2020-06-29
Remove tabs.
Graham Leggett
1
-3
/
+3
2020-06-29
Begone foul tabs.
Graham Leggett
1
-26
/
+26
2020-06-29
mod_dav: Add method_precondition hook. WebDAV extensions define
Graham Leggett
4
-19
/
+212
2020-06-29
Make sure the get and restore the file offset when conputing the ETag. Be def...
Graham Leggett
1
-2
/
+9
2020-06-29
Be defensive when the request is missing.
Graham Leggett
1
-1
/
+1
2020-06-28
Add implementation of deliver_report and gather_reports to mod_dav.c.
Graham Leggett
1
-97
/
+157
2020-06-28
Add hooks deliver_report and gather_reports to mod_dav.h. Allows other
Graham Leggett
4
-5
/
+54
2020-06-28
Add dav_get_provider(), dav_open_lockdb() and dav_close_lockdb() mod_dav.h.
Graham Leggett
4
-4
/
+21
2020-06-28
"[mod_dav_fs etag handling] should really honor the FileETag setting".
Graham Leggett
10
-117
/
+319
2020-06-27
server/util_script.c: tune logging Last-Modified header
Luca Toscano
1
-3
/
+2
2020-06-26
Follow up to r1879080 and r1879137: servlet-normalize r->uri if matched.
Yann Ylavic
2
-8
/
+32
2020-06-25
Add a plain mod_cgid build, explicitly without mod_cgi.
Joe Orton
1
-0
/
+3
2020-06-25
Follow up to r1879179: CHANGES entry.
Yann Ylavic
1
-0
/
+4
2020-06-25
EVP_PKEY_up_ref(): fix bad reference count locking.
Yann Ylavic
1
-1
/
+1
2020-06-24
mod_http2: making filter names all uppercase again.
Stefan Eissing
1
-2
/
+2
2020-06-24
Follow up to r1879074: don't let dav_process_if_header() go above root.
Yann Ylavic
1
-0
/
+1
2020-06-24
Follow up to r1879079: fail early if URI path resolves above root.
Yann Ylavic
1
-4
/
+5
2020-06-24
Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.
Yann Ylavic
3
-39
/
+58
2020-06-24
Follow up to r1879075: ap_getparents() to return the empty string above root.
Yann Ylavic
1
-1
/
+4
2020-06-24
Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.
Yann Ylavic
3
-7
/
+11
2020-06-24
* modules/generators/mod_cgid.c (get_req): Add basic sanity
Joe Orton
1
-0
/
+8
2020-06-23
* modules/generators/mod_cgid.c (cgid_handler): Bail immediately with
Joe Orton
2
-7
/
+9
2020-06-23
Follow up to r1879079: merge slashes (if configured to) before pre_trans
Yann Ylavic
1
-11
/
+6
2020-06-23
Follow up to r1879079: merge/walk locations for pre_trans hooks.
Yann Ylavic
2
-42
/
+54
2020-06-23
Mark fdpassing test as failing.
Joe Orton
1
-1
/
+3
2020-06-23
ap_location_walk/ap_directory_walk: copy the cached uri/filename.
Yann Ylavic
1
-2
/
+2
2020-06-23
Disable mod_cgi to ensure mod_cgid is really being tested.
Joe Orton
1
-1
/
+1
2020-06-23
Follow up to r1879111: gcc suggests parentheses around ^ operator, oh well.
Yann Ylavic
1
-1
/
+1
2020-06-23
Follow up to r1879110: avoid signed comparison for use_original_uri.
Yann Ylavic
1
-3
/
+3
2020-06-23
Follow up to r1879094: make use_original_uri signed for unsigned char archs.
Yann Ylavic
1
-1
/
+1
2020-06-23
Fix YAML syntax.
Joe Orton
1
-1
/
+1
2020-06-23
Test mod_cgid w/fdpassing.
Joe Orton
1
-0
/
+4
2020-06-23
Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped builds
Joe Orton
4
-2
/
+13
2020-06-23
Add workaround for IPv6 configuration on non-x86 hosts which
Joe Orton
1
-0
/
+10
2020-06-22
Follow up to r1879076: axe stray copy/paste in pre_translate_name description.
Yann Ylavic
1
-1
/
+0
2020-06-22
Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.
Yann Ylavic
2
-11
/
+12
2020-06-22
Allow for proxy servlet mapping at pre_translate_name stage.
Yann Ylavic
2
-10
/
+247
2020-06-22
Allow for URI-path pre_translate_name before (and/or instead of) decoding.
Yann Ylavic
1
-10
/
+46
2020-06-22
Validate request-target per RFC 7230 section 5.3.
Yann Ylavic
1
-2
/
+17
2020-06-22
Declare pre_translate hook in lua/info/log_debug/example modules, and docs.
Yann Ylavic
7
-2
/
+85
[next]