I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Jun 01, 2022 — Jun 01, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CI: re-add TEST_H2 apr cache ignore, still needed. :( More... about 12 hours ago
CI: re-add TEST_H2 apr cache ignore, still needed. :( More... about 12 hours ago
CI: re-enable apr caching for TEST_H2, require newer curl for test_h2_601_05 More... about 12 hours ago
CI: re-enable apr caching for TEST_H2, require newer curl for test_h2_601_05 More... about 12 hours ago
CI: force reset of cached apr for TEST_H2, it seems to be broken More... about 12 hours ago
CI: force reset of cached apr for TEST_H2, it seems to be broken More... about 12 hours ago
*) core: add `final_resp_passed` flag to request_rec to allow More... about 12 hours ago
*) core: add `final_resp_passed` flag to request_rec to allow ap_die() to judge if it can send out a response. Bump mmn. Enable test cases that check errors during response body to appear as error on client side. More... about 12 hours ago
* mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backend connection when sending data on the frontend one. This caused crashes or infinite loops in rare situations. * mod_proxy_http2: fixed a bug in retry/response handling that could lead to wrong status codes or HTTP messages send at the end of response bodies exceeding the announced content-length. * mod_proxy_http2: fix retry handling to not leak temporary errors. On detecting that that an existing connection was shutdown by the other side, a 503 response leaked even though the request was retried on a fresh connection. * mod_http2: fixed a bug that did cleanup of consumed and pending buckets in the wrong order when a bucket_beam was destroyed. More... about 14 hours ago
* mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backend More... about 14 hours ago
tests: synch with recent changes from mod_h2 repository More... about 15 hours ago
tests: synch with recent changes from mod_h2 repository More... about 15 hours ago
ab: STATE_CONNECTED is not used anymore. More... 3 days ago
ab: STATE_CONNECTED is not used anymore. More... 3 days ago
*) mod_proxy_http2: fix retry handling to not leak temporary errors. More... 10 days ago
*) mod_proxy_http2: fix retry handling to not leak temporary errors. On detecting that that an existing connection was shutdown by the other side, a 503 response leaked even though the request was retried on a fresh connection. More... 10 days ago
tests: parameterize some h2 tests to make fail cases better visible More... 10 days ago
tests: parameterize some h2 tests to make fail cases better visible More... 10 days ago
When we are at flush_max_threshold and the next bucket is a metadata (i.e. next->length == 0), we still need to re-check for flush_max_threshold and associated optimisation (is_in_memory_bucket()) when we process this metadata bucket in the next iteration of the loop. More... 11 days ago
When we are at flush_max_threshold and the next bucket is a metadata (i.e. next->length == 0), we still need to re-check for flush_max_threshold and associated optimisation (is_in_memory_bucket()) when we process this metadata bucket in the next iteration of the loop. More... 11 days ago
The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which is 65535. More... 12 days ago
The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which is 65535. More... 12 days ago
*) mod_http2: avoid double chunked-encoding on internal redirects. More... 14 days ago
*) mod_http2: avoid double chunked-encoding on internal redirects. PR 66597 [Yann Ylavic, Stefan Eissing] More... 14 days ago
mod_authnz_ldap.c: Make sure the authentication variables are set in
Graham Leggett
as minfrin
More... 14 days ago
mod_authnz_ldap.c: Make sure the authentication variables are set in all cases where another module is the source of the authentication, and that authenticated user is looked up in LDAP. More... 14 days ago
Update log-message tags.
Graham Leggett
as minfrin
More... 14 days ago
Update log-message tags. More... 14 days ago
Sign with the signer key. Previously the verify key was used, which only worked if the signing and verifying keys were the same. More... 14 days ago
Sign with the signer key. Previously the verify key was used, which only worked
Graham Leggett
as minfrin
More... 14 days ago