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