]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2023-06-03  Lucien Gentisfr doc XML files updates.
2023-06-01  Stefan EissingCI: re-add TEST_H2 apr cache ignore, still needed. :(
2023-06-01  Stefan EissingCI: re-enable apr caching for TEST_H2, require newer...
2023-06-01  Stefan EissingCI: force reset of cached apr for TEST_H2, it seems...
2023-06-01  Stefan Eissing *) core: add `final_resp_passed` flag to request_rec...
2023-06-01  Stefan Eissing * mod_proxy_http2: fixed using the wrong "bucket_alloc...
2023-06-01  Stefan Eissingtests: synch with recent changes from mod_h2 repository
2023-05-30  Yann Ylavicab: STATE_CONNECTED is not used anymore.
2023-05-22  Stefan Eissing *) mod_proxy_http2: fix retry handling to not leak...
2023-05-22  Stefan Eissingtests: parameterize some h2 tests to make fail cases...
2023-05-21  Christophe... When we are at flush_max_threshold and the next bucket...
2023-05-21  Christophe... The default value of FlushMaxThreshold is defined as...
2023-05-19  Stefan Eissing *) mod_http2: avoid double chunked-encoding on intern...
2023-05-19  Graham Leggettmod_authnz_ldap.c: Make sure the authentication variabl...
2023-05-19  Graham LeggettUpdate log-message tags.
2023-05-19  Graham LeggettSign with the signer key. Previously the verify key...
2023-05-15  Eric Covenera few tweaks to SetEnvIfExpr doc
2023-05-13  Lucien Gentisfr doc rebuild.
2023-05-13  Lucien Gentisfr doc XML file update.
2023-05-12  Stefan Eissing *) mod_http2: v2.0.15 with the following fixes and...
2023-05-09  Giovanni Bechisignore errors due to races if a parallel mkdir.sh already
2023-05-05  Jean-Frederic... dav_fs_cmds is declared twice in the file... VS 2022...
2023-05-04  Yann YlavicFollow up to r1909429: Fix scope/block syntax.
2023-05-02  Stefan Eissingtests, adding ignore for warnings that child did not...
2023-05-02  Stefan Eissingtests, make test_h2_106_02 more robust
2023-05-02  Stefan Eissingtest_h2_700_11, limit parallel connections, better...
2023-05-02  Stefan Eissingtest_h2_200_16, check that we have at least nghttp2...
2023-05-02  Stefan Eissingtests, re-enable http/2 tests in github workflow, insta...
2023-05-02  Stefan Eissing *) test: check for recent curl version in proxy tests
2023-05-02  Stefan Eissing *) mod_tls: updating to rustls-ffi version 0.9.2...
2023-04-29  Lucien Gentisfr doc - rebuild
2023-04-29  Lucien Gentisfr doc - new translated XML files added.
2023-04-28  Ruediger Pluem* In the reverse proxy case when we only want to keep...
2023-04-27  Stefan Eissingmake test cases for mod_tls work, do not clear gen...
2023-04-27  Stefan Eissingmake the h1 test suite work again
2023-04-27  Stefan Eissingmake the http2 test suite working again
2023-04-27  Ruediger Pluem* If we fail to connect to all looked up IP's from...
2023-04-27  Stefan EissingMake sources build with latest clang version
2023-04-26  Rainer Jungmod_status: Remove duplicate keys "BusyWorkers" and...
2023-04-25  Graham LeggettDe-duplicate log message tags.
2023-04-25  Graham LeggettApply log next numbers.
2023-04-25  Graham LeggettThe apr_jose API requires apr-util 1.7+.
2023-04-25  Graham LeggettRegenerate docs.
2023-04-25  Graham Leggett *) mod_autht_jwt: New module to handle RFC 7519 JWT...
2023-04-25  Graham Leggettcore: Add the token_checker hook, that allows authentic...
2023-04-25  Ruediger Pluem* Rephrase comment [skip ci]
2023-04-25  Ruediger Pluem* Clear the dns_pool before to avoid a memory leak...
2023-04-25  Ruediger Pluem* For retriggering a DNS lookup worker->cp->addr should...
2023-04-25  Graham LeggettRebuild docs.
2023-04-23  Yann Ylavicci: Upgrade to latest apr-1.7.4.
2023-04-23  Yann YlavicFollow up to r1909356: c89/style fix.
2023-04-22  Graham Leggettcore: Restore original regex value when nesting Location,
2023-04-21  Joe OrtonUpdate ci docs for move to GHA. [skip ci]
2023-04-19  Joe OrtonCI tests are failing (since r1909135), set a lower...
2023-04-19  Ruediger Pluem* Add server directory to include path as mod_rewrite...
2023-04-18  Lucien Gentisfr doc rebuild.
2023-04-18  Lucien Gentisfr doc XML file update.
2023-04-18  Stefan Eissing *) cmake support
2023-04-15  Lucien Gentisfr doc rebuild.
2023-04-15  Lucien Gentisfr doc XML files updates.
2023-04-14  Graham Leggettmod_alias: When an alias is declared inside a Location...
2023-04-14  Graham LeggettInclude header file for the explicit regex.
2023-04-14  Graham Leggettcore: Be explicit if an enclosing directive contains...
2023-04-12  Eric Covenerjust request_uri
2023-04-11  Eric Covenerxforms
2023-04-11  Eric CovenerPR66563: escaping of url releated server vars
2023-04-11  Ruediger Pluem* Silence 'may be used uninitialized' warning
2023-04-11  Ruediger Pluem* Xforms [skip ci]
2023-04-11  Ruediger Pluem* Clarify performance topic
2023-04-08  Lucien Gentisfr doc rebuild.
2023-04-08  Lucien Gentisfr doc XML file update.
2023-04-07  Eric Coveneruse anchors
2023-04-05  Giovanni Bechislog an error when ap_runtime_dir_relative fails.
2023-04-05  Giovanni BechisFix possible NULL pointer dereference casued by apreq_p...
2023-04-04  Giovanni BechisFix a possible NULL pointer dereference of ap_runtime_d...
2023-04-04  Giovanni Bechisadd SSL_CTX_set_session_id_context(3) checks
2023-04-04  Giovanni Bechischeck SSL_do_handshake(3) return value
2023-04-03  Giovanni BechisSSL_do_handshake can fail with 0 or <0 status codes.
2023-04-03  Ruediger Pluem* Use latest released versions of APR and APR-UTIL...
2023-04-01  Lucien Gentisfr doc rebuild.
2023-04-01  Lucien Gentisfr doc XML file update.
2023-04-01  Lucien Gentisfr doc XML files updates.
2023-04-01  Lucien GentisMisplaced tag.
2023-04-01  Lucien GentisMisplaced tag.
2023-04-01  Yann YlavicTrigger ci.
2023-04-01  Yann Ylavicmpm_event: useful APLOG_DEBUG messages.
2023-03-31  Yann YlavicSync CHANGES.
2023-03-31  Yann YlavicFollow up to r1908827: CHANGES entry.
2023-03-31  Joe OrtonTry running CI for 2.* tags. [skip ci]
2023-03-31  Yann Ylavicmod_proxy: Check for space/ctrls in nocanon path/urls...
2023-03-31  Yann YlavicSteal some APLOGNOs for next commit.
2023-03-30  Eric Covenerfix regression in 2.4.56
2023-03-30  Giovanni Bechischeck for more possible SSL failures
2023-03-29  manuDocument DavQuota (english and french)
2023-03-29  manuDocument DavMSext (english and french)
2023-03-28  Giovanni BechisFix a possible null pointer dereference in ap_expr_parse()
2023-03-25  Lucien Gentisfr doc rebuild.
2023-03-25  Lucien Gentisfr doc XML file update.
2023-03-25  Lucien Gentisfr doc XML file update.
2023-03-24  Stefan Eissing *) mod_http2: fixed a crash during connection termina...
next