summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].Yann Ylavic2023-03-131-11/+23
* mod_rewrite: New BNEG flag to negate B=, BCTLS and B= not mutually exclusive.Yann Ylavic2023-03-131-33/+16
* Do not double encode encoded slashesRuediger Pluem2023-03-1311-22/+83
* * Favour HUGE_STRING_LEN * 2 over 1024 * 16Ruediger Pluem2023-03-131-3/+3
* add [BCTLS] alternative to [B] for 2.4.56 problemsEric Covener2023-03-111-7/+24
* followup to r1908296: only for redirectsEric Covener2023-03-111-2/+1
* allow decoded chars when they will be escapedEric Covener2023-03-111-18/+27
* mod_proxy: Check the query-string for proxy-noencode too.Yann Ylavic2023-03-105-50/+50
* * Fix 'warning: suggest parentheses around assignment used as truth value'Ruediger Pluem2023-03-071-1/+1
* Use ap_parse_strict_length() to parse client-supplied Content-Lengthmanu2023-03-071-6/+14
* Remove usuless double check of APR_FINFO_NAME neing setmanu2023-03-071-6/+0
* Add SSL_SHARED_CIPHER environment variableDirk-Willem van Gulik2023-03-062-0/+6
* * modules/http2/mod_proxy_http2.c: Fix missing APLOGNO.Joe Orton2023-03-061-1/+1
* avoid delimiting the query with a backreferenceEric Covener2023-03-051-13/+33
* don't forward invalid query stringsEric Covener2023-03-056-0/+72
* *) mod_md:Stefan Eissing2023-03-0512-58/+84
* *) mod_htt2: recent small improvements from the github/icing/mod_h2Stefan Eissing2023-03-053-2/+14
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-9/+6
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-0/+359
* mod_proxy_uwsgi: Stricter backend HTTP response parsing/validationYann Ylavic2023-03-021-14/+35
* mod_proxy_uwsgi: Honor "proxy-nocanon" and "proxy-noencode".Yann Ylavic2023-03-021-2/+8
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-026-8/+233
* Fix NULL derefernece for anonymous usersmanu2023-03-021-1/+1
* mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.Yann Ylavic2023-03-027-8/+34
* Re-order the fields of 'struct h2_session_props' to avoid a hole and some pad...Christophe Jaillet2023-02-191-2/+2
* *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximumStefan Eissing2023-02-166-6/+38
* *) mod_http2: deny protocol upgrade if the request has a chunked-encoded body.Stefan Eissing2023-02-162-4/+5
* Fix signedness formatting check in mod_dav code.Stefan Eissing2023-02-161-4/+4
* Fix warning for NULL pointermanu2023-02-151-1/+1
* Fix warningsmanu2023-02-151-15/+4
* Turn msext_opts into a bitfieldmanu2023-02-141-21/+19
* Add MS-WDV supportmanu2023-02-137-4/+932
* * Optimize code: We know that we already have a valid encoding string,Ruediger Pluem2023-02-101-3/+4
* * In the reverse proxy case r->filename might contain a query string ifRuediger Pluem2023-02-071-1/+14
* LDAPConnectionPoolTTL should accept negative values in order to allowChristophe Jaillet2023-01-271-2/+4
* * Report an error if the AJP backend sends an invalid number of headersRuediger Pluem2023-01-231-1/+8
* *) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errorsStefan Eissing2023-01-181-1/+1
* cleanup on errorEric Covener2023-01-101-0/+2
* fail on bad headerEric Covener2023-01-101-19/+27
* * modules/dav/main/util.c (dav_process_if_header): Fix errorJoe Orton2023-01-091-1/+7
* *) mod_proxy_http2: apply the standard httpd content type handlingStefan Eissing2022-12-171-0/+5
* Open the lock database read-only when possiblemanu2022-11-111-4/+2
* Initialize allow_lockdiscovery as unsetmanu2022-11-091-2/+0
* Turn DavLockDiscovery into a flagmanu2022-11-091-31/+14
* *) mod_http2: field values (headers and trailers) are stripped ofStefan Eissing2022-10-228-101/+95
* mod_dav: Follow up to r1904638: Fix duplicated APLOGNO.Yann Ylavic2022-10-171-1/+1
* catch by CJJim Jagielski2022-10-171-1/+2
* mod_dav: Allow to disable lock discovery via an DAVLockDiscovery expression.Yann Ylavic2022-10-173-8/+70
* mod_http2: resolving duplicate log tag in #if/#else code copies.Stefan Eissing2022-10-141-1/+1
* aplogno should be called aplogyesStefan Eissing2022-10-131-1/+1