summaryrefslogtreecommitdiffstats
path: root/modules/http2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_http2: ap_proxy_determine_connection()'s given &url is in/out.Yann Ylavic2024-06-261-1/+2
* mod_http2: early exit if bb is nullEric Covener2024-06-241-0/+7
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-211-10/+8
* mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OKYann Ylavic2024-06-113-34/+42
* Follow up to r1918098 (and r1918022): Push missing changes.Yann Ylavic2024-06-012-4/+4
* mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic2024-06-011-2/+2
* Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...Yann Ylavic2024-05-293-1/+13
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-281-3/+8
* *) mod_http2: sync with module's github.Stefan Eissing2024-05-277-13/+86
* bail after too many failed readsEric Covener2024-04-033-3/+9
* *) mod_http2: v2.0.26 with the following fixes:Stefan Eissing2024-01-174-4/+14
* * modules/http2/h2_ws.c: Fix comment, no functional change. [skip ci]Joe Orton2023-10-181-1/+1
* Fix h2 build broken in r1913019:Joe Orton2023-10-162-1/+5
* Further h2 compile fixes:Joe Orton2023-10-162-1/+2
* * modules/http2: Fill in APLOGNO.Joe Orton2023-10-161-1/+1
* *) mod_http2: enable WebSockets on when compiling against aStefan Eissing2023-10-161-1/+3
* * mod_http2: improved early cleanup of streams.Stefan Eissing2023-10-164-7/+42
* DOXYGEN has nothing to do here, just remove this strange "#if defined(DOXYGEN)"Christophe Jaillet2023-10-011-1/+1
* Slightly optimize h2_mplx_c1_streams_do().Christophe Jaillet2023-10-011-2/+3
* *) mod_http2: fixed a compile time issue for Windows builds.Stefan Eissing2023-09-191-1/+1
* * mod_http2: fixed a bug in handling of stream timeouts.Stefan Eissing2023-09-185-1/+49
* *) mod_proxy_http2: fix `X-Forward-Host` header to carry the correct value.Stefan Eissing2023-09-081-10/+10
* *) mod_proxy_http2: improved error handling on connection errors whileStefan Eissing2023-08-282-4/+20
* Fix missing break in config settings, code styleStefan Eissing2023-08-282-1/+2
* *) mod_http2: sync with github versionStefan Eissing2023-08-166-9/+29
* HTTP/2, websocketsStefan Eissing2023-08-145-11/+24
* *) mod_http2: Fix reporting of `Total Accesses` in server-status to not countStefan Eissing2023-07-262-15/+0
* mod_http2: add aplogno where makefile did not detect it missing?Stefan Eissing2023-06-291-1/+1
* mod_http2: when failing a request, make sure the request_rec fieldsStefan Eissing2023-06-291-1/+15
* mod_http2: move get_pollfd_from_conn hook outside the HAS_RESPONSE_BUCKET partStefan Eissing2023-06-291-27/+31
* Follow up to r1910656: Fix dumplicate APLOGNO.Yann Ylavic2023-06-281-1/+1
* lognos for the new debugsStefan Eissing2023-06-281-2/+2
* *) mod_http2: new directive `H2ProxyRequests on|off` to enable handlingStefan Eissing2023-06-283-2/+58
* mod_http2: optimization for c1 output passing when collectingStefan Eissing2023-06-281-4/+11
* *) mod_http2: adding checks for websocket support on platform andStefan Eissing2023-06-217-44/+106
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-2023-69/+675
* * mod_htt2: fixed an inconsistency in main connection io state after the con...Stefan Eissing2023-06-161-2/+1
* update log tags, as usualStefan Eissing2023-06-151-1/+1
* *) mod_http2: fixed a bug that could lead to a crash in main connectionStefan Eissing2023-06-136-12/+97
* *) mod_http2: fixed a bug in flushing pending data on an already closedStefan Eissing2023-06-091-1/+4
* * 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_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-1214-68/+196
* mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.Yann Ylavic2023-03-311-13/+18
* *) mod_http2: fixed a crash during connection termination. See PR 66539.Stefan Eissing2023-03-241-2/+2
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-221-1/+1
* mod_http2: Fix memory leak in calc_sha256_hash().Yann Ylavic2023-03-181-0/+1
* Do not double encode encoded slashesRuediger Pluem2023-03-131-2/+5
* mod_proxy: Check the query-string for proxy-noencode too.Yann Ylavic2023-03-101-10/+10