| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_proxy_http2: ap_proxy_determine_connection()'s given &url is in/out. | Yann Ylavic | 2024-06-26 | 1 | -1/+2 |
* | mod_http2: early exit if bb is null | Eric Covener | 2024-06-24 | 1 | -0/+7 |
* | mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO. | Yann Ylavic | 2024-06-21 | 1 | -10/+8 |
* | mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK | Yann Ylavic | 2024-06-11 | 3 | -34/+42 |
* | Follow up to r1918098 (and r1918022): Push missing changes. | Yann Ylavic | 2024-06-01 | 2 | -4/+4 |
* | mpm_event, mod_status: Separate processing and write completion queues. | Yann Ylavic | 2024-06-01 | 1 | -2/+2 |
* | Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali... | Yann Ylavic | 2024-05-29 | 3 | -1/+13 |
* | mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state. | Yann Ylavic | 2024-05-28 | 1 | -3/+8 |
* | *) mod_http2: sync with module's github. | Stefan Eissing | 2024-05-27 | 7 | -13/+86 |
* | bail after too many failed reads | Eric Covener | 2024-04-03 | 3 | -3/+9 |
* | *) mod_http2: v2.0.26 with the following fixes: | Stefan Eissing | 2024-01-17 | 4 | -4/+14 |
* | * modules/http2/h2_ws.c: Fix comment, no functional change. [skip ci] | Joe Orton | 2023-10-18 | 1 | -1/+1 |
* | Fix h2 build broken in r1913019: | Joe Orton | 2023-10-16 | 2 | -1/+5 |
* | Further h2 compile fixes: | Joe Orton | 2023-10-16 | 2 | -1/+2 |
* | * modules/http2: Fill in APLOGNO. | Joe Orton | 2023-10-16 | 1 | -1/+1 |
* | *) mod_http2: enable WebSockets on when compiling against a | Stefan Eissing | 2023-10-16 | 1 | -1/+3 |
* | * mod_http2: improved early cleanup of streams. | Stefan Eissing | 2023-10-16 | 4 | -7/+42 |
* | DOXYGEN has nothing to do here, just remove this strange "#if defined(DOXYGEN)" | Christophe Jaillet | 2023-10-01 | 1 | -1/+1 |
* | Slightly optimize h2_mplx_c1_streams_do(). | Christophe Jaillet | 2023-10-01 | 1 | -2/+3 |
* | *) mod_http2: fixed a compile time issue for Windows builds. | Stefan Eissing | 2023-09-19 | 1 | -1/+1 |
* | * mod_http2: fixed a bug in handling of stream timeouts. | Stefan Eissing | 2023-09-18 | 5 | -1/+49 |
* | *) mod_proxy_http2: fix `X-Forward-Host` header to carry the correct value. | Stefan Eissing | 2023-09-08 | 1 | -10/+10 |
* | *) mod_proxy_http2: improved error handling on connection errors while | Stefan Eissing | 2023-08-28 | 2 | -4/+20 |
* | Fix missing break in config settings, code style | Stefan Eissing | 2023-08-28 | 2 | -1/+2 |
* | *) mod_http2: sync with github version | Stefan Eissing | 2023-08-16 | 6 | -9/+29 |
* | HTTP/2, websockets | Stefan Eissing | 2023-08-14 | 5 | -11/+24 |
* | *) mod_http2: Fix reporting of `Total Accesses` in server-status to not count | Stefan Eissing | 2023-07-26 | 2 | -15/+0 |
* | mod_http2: add aplogno where makefile did not detect it missing? | Stefan Eissing | 2023-06-29 | 1 | -1/+1 |
* | mod_http2: when failing a request, make sure the request_rec fields | Stefan Eissing | 2023-06-29 | 1 | -1/+15 |
* | mod_http2: move get_pollfd_from_conn hook outside the HAS_RESPONSE_BUCKET part | Stefan Eissing | 2023-06-29 | 1 | -27/+31 |
* | Follow up to r1910656: Fix dumplicate APLOGNO. | Yann Ylavic | 2023-06-28 | 1 | -1/+1 |
* | lognos for the new debugs | Stefan Eissing | 2023-06-28 | 1 | -2/+2 |
* | *) mod_http2: new directive `H2ProxyRequests on|off` to enable handling | Stefan Eissing | 2023-06-28 | 3 | -2/+58 |
* | mod_http2: optimization for c1 output passing when collecting | Stefan Eissing | 2023-06-28 | 1 | -4/+11 |
* | *) mod_http2: adding checks for websocket support on platform and | Stefan Eissing | 2023-06-21 | 7 | -44/+106 |
* | *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as | Stefan Eissing | 2023-06-20 | 23 | -69/+675 |
* | * mod_htt2: fixed an inconsistency in main connection io state after the con... | Stefan Eissing | 2023-06-16 | 1 | -2/+1 |
* | update log tags, as usual | Stefan Eissing | 2023-06-15 | 1 | -1/+1 |
* | *) mod_http2: fixed a bug that could lead to a crash in main connection | Stefan Eissing | 2023-06-13 | 6 | -12/+97 |
* | *) mod_http2: fixed a bug in flushing pending data on an already closed | Stefan Eissing | 2023-06-09 | 1 | -1/+4 |
* | * mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backend | Stefan Eissing | 2023-06-01 | 7 | -77/+113 |
* | *) mod_proxy_http2: fix retry handling to not leak temporary errors. | Stefan Eissing | 2023-05-22 | 1 | -6/+3 |
* | *) mod_http2: avoid double chunked-encoding on internal redirects. | Stefan Eissing | 2023-05-19 | 1 | -1/+1 |
* | *) mod_http2: v2.0.15 with the following fixes and improvements | Stefan Eissing | 2023-05-12 | 14 | -68/+196 |
* | mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding. | Yann Ylavic | 2023-03-31 | 1 | -13/+18 |
* | *) mod_http2: fixed a crash during connection termination. See PR 66539. | Stefan Eissing | 2023-03-24 | 1 | -2/+2 |
* | * Whitespace fixes. No functional change. | Ruediger Pluem | 2023-03-22 | 1 | -1/+1 |
* | mod_http2: Fix memory leak in calc_sha256_hash(). | Yann Ylavic | 2023-03-18 | 1 | -0/+1 |
* | Do not double encode encoded slashes | Ruediger Pluem | 2023-03-13 | 1 | -2/+5 |
* | mod_proxy: Check the query-string for proxy-noencode too. | Yann Ylavic | 2023-03-10 | 1 | -10/+10 |