summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_rewrite: Fix a possible NULL pointer dereference in hook_uri2fileJoe Orton2023-07-061-1/+1
* Allow mod_dav_fs to tolerate race conditions between PROPFIND and anJoe Orton2023-07-063-1/+16
* proxy_util: revert timeout selection on a proxy tunnel back toStefan Eissing2023-07-061-2/+2
* typos/whitespaceEric Covener2023-06-301-4/+4
* proxy: in proxy tunnels, use the smaller timeout value ofStefan Eissing2023-06-301-3/+3
* mod_http2: add aplogno where makefile did not detect it missing?Stefan Eissing2023-06-291-1/+1
* mod_http2: when failing a request, make sure the request_rec fieldsStefan Eissing2023-06-291-1/+15
* mod_http2: move get_pollfd_from_conn hook outside the HAS_RESPONSE_BUCKET partStefan Eissing2023-06-291-27/+31
* incorporate feedback from rpluemEric Covener2023-06-281-6/+9
* Follow up to r1910656: Fix dumplicate APLOGNO.Yann Ylavic2023-06-281-1/+1
* back to original patch in PR66672Eric Covener2023-06-281-3/+5
* revert recent r1910650Eric Covener2023-06-281-8/+10
* lognos for the new debugsStefan Eissing2023-06-281-2/+2
* *) mod_http2: new directive `H2ProxyRequests on|off` to enable handlingStefan Eissing2023-06-283-2/+58
* act more like pre-r1908097 with rewriteEric Covener2023-06-281-10/+8
* mod_http2: optimization for c1 output passing when collectingStefan Eissing2023-06-281-4/+11
* PR66672: rewrite QSA+trailing ? regressionEric Covener2023-06-271-2/+5
* *) mod_http2: adding checks for websocket support on platform andStefan Eissing2023-06-217-44/+106
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-2024-90/+744
* * mod_htt2: fixed an inconsistency in main connection io state after the con...Stefan Eissing2023-06-161-2/+1
* update log tags, as usualStefan Eissing2023-06-151-1/+1
* *) mod_http2: fixed a bug that could lead to a crash in main connectionStefan Eissing2023-06-136-12/+97
* Arrange ap_h1_response_out_filter() according to include/mod_core.h.Jean-Frederic Clere2023-06-121-2/+2
* *) mod_http2: fixed a bug in flushing pending data on an already closedStefan Eissing2023-06-091-1/+4
* fix return codesGiovanni Bechis2023-06-081-3/+3
* log an error if BIO_write(3) failsGiovanni Bechis2023-06-071-1/+4
* check BIO_read return valuesGiovanni Bechis2023-06-071-5/+16
* mod_ext_filter: check exit status of filter processesGiovanni Bechis2023-06-071-1/+46
* fix link in commentGiovanni Bechis2023-06-061-1/+1
* *) core: add `final_resp_passed` flag to request_rec to allowStefan Eissing2023-06-012-37/+45
* * mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backendStefan Eissing2023-06-017-77/+113
* *) mod_proxy_http2: fix retry handling to not leak temporary errors.Stefan Eissing2023-05-221-6/+3
* *) mod_http2: avoid double chunked-encoding on internal redirects.Stefan Eissing2023-05-191-1/+1
* mod_authnz_ldap.c: Make sure the authentication variables are set inGraham Leggett2023-05-191-0/+16
* Sign with the signer key. Previously the verify key was used, which only workedGraham Leggett2023-05-191-2/+3
* *) mod_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-1214-68/+196
* dav_fs_cmds is declared twice in the file... VS 2022 complains about it.Jean-Frederic Clere2023-05-051-2/+0
* Follow up to r1909429: Fix scope/block syntax.Yann Ylavic2023-05-041-2/+2
* *) mod_tls: updating to rustls-ffi version 0.9.2 or higher.Stefan Eissing2023-05-022-3/+4
* * In the reverse proxy case when we only want to keep encoded slashes untouchedRuediger Pluem2023-04-281-19/+29
* * If we fail to connect to all looked up IP's from the worker lookup cache itRuediger Pluem2023-04-271-0/+31
* Make sources build with latest clang versionStefan Eissing2023-04-272-4/+0
* mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers".Rainer Jung2023-04-261-25/+23
* De-duplicate log message tags.Graham Leggett2023-04-251-2/+2
* Apply log next numbers.Graham Leggett2023-04-252-24/+24
* The apr_jose API requires apr-util 1.7+.Graham Leggett2023-04-251-2/+36
* *) mod_autht_jwt: New module to handle RFC 7519 JWT tokens withinGraham Leggett2023-04-254-0/+1749
* * Rephrase comment [skip ci]Ruediger Pluem2023-04-251-1/+1
* * Clear the dns_pool before to avoid a memory leak in case we did the lookupRuediger Pluem2023-04-251-0/+4
* * For retriggering a DNS lookup worker->cp->addr should be set to NULL and thusRuediger Pluem2023-04-251-6/+12