| Commit message (Expand) | Author | Files | Lines |
2023-06-20 | ab: Fix crash with -W when exiting earlya on fatal error. | Yann Ylavic | 1 | -237/+308 |
2023-06-20 | *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as | Stefan Eissing | 41 | -95/+2530 |
2023-06-20 | stealing numbers | Stefan Eissing | 1 | -1/+1 |
2023-06-16 | * mod_htt2: fixed an inconsistency in main connection io state after the con... | Stefan Eissing | 1 | -2/+1 |
2023-06-15 | update log tags, as usual | Stefan Eissing | 1 | -1/+1 |
2023-06-15 | steal a number | Stefan Eissing | 1 | -1/+1 |
2023-06-14 | openssl needs Ws2_32.lib for WSAGetLastError(). | jfclere | 1 | -1/+1 |
2023-06-13 | *) mod_http2: fixed a bug that could lead to a crash in main connection | Stefan Eissing | 7 | -12/+103 |
2023-06-12 | Arrange ap_h1_response_out_filter() according to include/mod_core.h. | Jean-Frederic Clere | 1 | -2/+2 |
2023-06-10 | fr doc rebuild. | Lucien Gentis | 2 | -2/+2 |
2023-06-10 | fr doc XML file update. | Lucien Gentis | 1 | -2/+2 |
2023-06-09 | do not run strlen(3) on a NULL value | Giovanni Bechis | 1 | -0/+4 |
2023-06-09 | *) mod_http2: fixed a bug in flushing pending data on an already closed | Stefan Eissing | 2 | -1/+8 |
2023-06-09 | * Fix copy and paste error | Ruediger Pluem | 2 | -2/+2 |
2023-06-08 | fix return codes | Giovanni Bechis | 1 | -3/+3 |
2023-06-07 | log an error if BIO_write(3) fails | Giovanni Bechis | 2 | -2/+5 |
2023-06-07 | check BIO_read return values | Giovanni Bechis | 1 | -5/+16 |
2023-06-07 | mod_ext_filter: check exit status of filter processes | Giovanni Bechis | 2 | -2/+47 |
2023-06-06 | there is a separate `connectiontimeout` | Eric Covener | 1 | -1/+1 |
2023-06-06 | fix link in comment | Giovanni Bechis | 1 | -1/+1 |
2023-06-03 | fr doc rebuild. | Lucien Gentis | 10 | -17/+17 |
2023-06-03 | fr doc XML files updates. | Lucien Gentis | 2 | -9/+10 |
2023-06-01 | CI: re-add TEST_H2 apr cache ignore, still needed. :( | Stefan Eissing | 1 | -0/+5 |
2023-06-01 | CI: re-enable apr caching for TEST_H2, require newer curl for test_h2_601_05 | Stefan Eissing | 2 | -4/+2 |
2023-06-01 | CI: force reset of cached apr for TEST_H2, it seems to be broken | Stefan Eissing | 1 | -0/+4 |
2023-06-01 | *) core: add `final_resp_passed` flag to request_rec to allow | Stefan Eissing | 8 | -49/+58 |
2023-06-01 | * mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backend | Stefan Eissing | 8 | -77/+126 |
2023-06-01 | tests: synch with recent changes from mod_h2 repository | Stefan Eissing | 8 | -50/+233 |
2023-05-30 | ab: STATE_CONNECTED is not used anymore. | Yann Ylavic | 1 | -8/+0 |
2023-05-22 | *) mod_proxy_http2: fix retry handling to not leak temporary errors. | Stefan Eissing | 4 | -33/+34 |
2023-05-22 | tests: parameterize some h2 tests to make fail cases better visible | Stefan Eissing | 2 | -34/+37 |
2023-05-21 | When we are at flush_max_threshold and the next bucket is a metadata (i.e. ne... | Christophe Jaillet | 1 | -30/+30 |
2023-05-21 | The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, ... | Christophe Jaillet | 1 | -1/+1 |
2023-05-19 | *) mod_http2: avoid double chunked-encoding on internal redirects. | Stefan Eissing | 4 | -2/+25 |
2023-05-19 | mod_authnz_ldap.c: Make sure the authentication variables are set in | Graham Leggett | 2 | -0/+20 |
2023-05-19 | Update log-message tags. | Graham Leggett | 1 | -1/+1 |
2023-05-19 | Sign with the signer key. Previously the verify key was used, which only worked | Graham Leggett | 1 | -2/+3 |
2023-05-15 | a few tweaks to SetEnvIfExpr doc | Eric Covener | 1 | -3/+4 |
2023-05-13 | fr doc rebuild. | Lucien Gentis | 3 | -576/+611 |
2023-05-13 | fr doc XML file update. | Lucien Gentis | 1 | -1/+39 |
2023-05-12 | *) mod_http2: v2.0.15 with the following fixes and improvements | Stefan Eissing | 29 | -115/+586 |
2023-05-09 | ignore errors due to races if a parallel mkdir.sh already | Giovanni Bechis | 1 | -1/+7 |
2023-05-05 | dav_fs_cmds is declared twice in the file... VS 2022 complains about it. | Jean-Frederic Clere | 1 | -2/+0 |
2023-05-04 | Follow up to r1909429: Fix scope/block syntax. | Yann Ylavic | 1 | -2/+2 |
2023-05-02 | tests, adding ignore for warnings that child did not exist in time | Stefan Eissing | 1 | -0/+1 |
2023-05-02 | tests, make test_h2_106_02 more robust | Stefan Eissing | 1 | -4/+10 |
2023-05-02 | test_h2_700_11, limit parallel connections, better error output | Stefan Eissing | 1 | -9/+9 |
2023-05-02 | test_h2_200_16, check that we have at least nghttp2 v1.45.0 | Stefan Eissing | 1 | -4/+4 |
2023-05-02 | tests, re-enable http/2 tests in github workflow, install latest rustls-ffi v... | Stefan Eissing | 3 | -20/+18 |
2023-05-02 | *) test: check for recent curl version in proxy tests | Stefan Eissing | 3 | -0/+19 |