summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) 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
* * Add server directory to include path as mod_rewrite requires test_char.h.Ruediger Pluem2023-04-191-0/+5
* mod_alias: When an alias is declared inside a Location, make sureGraham Leggett2023-04-141-0/+16
* * Silence 'may be used uninitialized' warningRuediger Pluem2023-04-111-1/+1
* log an error when ap_runtime_dir_relative fails.Giovanni Bechis2023-04-051-1/+4
* Fix a possible NULL pointer dereference of ap_runtime_dir_relative()Giovanni Bechis2023-04-041-0/+2
* add SSL_CTX_set_session_id_context(3) checksGiovanni Bechis2023-04-041-3/+13
* check SSL_do_handshake(3) return value Giovanni Bechis2023-04-041-3/+7
* SSL_do_handshake can fail with 0 or <0 status codes.Giovanni Bechis2023-04-031-1/+1
* mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.Yann Ylavic2023-03-317-48/+101
* fix regression in 2.4.56Eric Covener2023-03-301-0/+1
* check for more possible SSL failuresGiovanni Bechis2023-03-301-4/+1
* *) mod_http2: fixed a crash during connection termination. See PR 66539.Stefan Eissing2023-03-241-2/+2
* add error message when storing data to temp file fails.Giovanni Bechis2023-03-241-1/+8
* * modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]Joe Orton2023-03-232-3/+3
* mod_wombat => mod_luaJoe Orton2023-03-233-9/+9
* fix separator parsing, PR #333Giovanni Bechis2023-03-231-1/+1
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-2210-10/+10
* mod_md: Fix compat warnings with OpenSSL 3.0.Yann Ylavic2023-03-191-12/+31
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-1913-140/+288
* mod_http2: Fix memory leak in calc_sha256_hash().Yann Ylavic2023-03-181-0/+1
* mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].Yann Ylavic2023-03-131-11/+23