summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* *) 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
* Sync with v2.0.10 from github:Stefan Eissing2022-10-1121-446/+602
* *) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302.Jim Jagielski2022-10-112-1/+3
* *) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300.Jim Jagielski2022-10-111-11/+12
* mod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch whenYann Ylavic2022-10-111-19/+50
* Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat.Stefan Eissing2022-10-061-1/+1
* *) mod_http2: synchronization with github sources.Stefan Eissing2022-09-2725-97/+1914
* *) mod_http2: use proper apr_time_t where it is due, no (int) casting.Stefan Eissing2022-09-271-4/+5
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-2714-233/+118
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-2618-278/+359
* *) mod_http2: removing bucket splitting into an extra recv brigade.Stefan Eissing2022-09-212-71/+3
* *) mod_proxy_http2: use only the ':authority' header to forward 'Host'Stefan Eissing2022-09-201-2/+9
* Allow for HTTP/1.1 or HTTP/1.0 protocol health checksJim Jagielski2022-08-283-10/+29
* mod_md v2.4.19 from github syncStefan Eissing2022-08-2513-67/+347
* * http2_get_num_workers is not deprecated.Ruediger Pluem2022-08-171-3/+3
* *) mod_ssl: when a proxy connection had handled a request using SSL, anStefan Eissing2022-08-011-0/+7