summaryrefslogtreecommitdiffstats
path: root/modules/http2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* aplogno should be called aplogyesStefan Eissing2022-10-131-1/+1
* Sync with v2.0.10 from github:Stefan Eissing2022-10-1121-446/+602
* Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat.Stefan Eissing2022-10-061-1/+1
* *) mod_http2: synchronization with github sources.Stefan Eissing2022-09-2725-97/+1914
* *) mod_http2: use proper apr_time_t where it is due, no (int) casting.Stefan Eissing2022-09-271-4/+5
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-2714-233/+118
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-2618-278/+359
* *) mod_http2: removing bucket splitting into an extra recv brigade.Stefan Eissing2022-09-212-71/+3
* *) mod_proxy_http2: use only the ':authority' header to forward 'Host'Stefan Eissing2022-09-201-2/+9
* * http2_get_num_workers is not deprecated.Ruediger Pluem2022-08-171-3/+3
* *) mod_http2: fixed trailer handling. Empty response bodiesStefan Eissing2022-07-022-31/+58
* *) mod_http2: remove the workers pool from APR_POOL_DEBUGStefan Eissing2022-06-201-4/+3
* *) mod_http2: init local var since write in loop may be buypassed.Stefan Eissing2022-06-201-1/+1
* * Use s directly like in the other ap_log_error callsRuediger Pluem2022-06-201-1/+1
* * workers is not always initialized hereRuediger Pluem2022-06-201-1/+1
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-178-425/+539
* *) mod_http2: fix an edge case in h2_fifo_remove,Stefan Eissing2022-06-173-19/+34
* Fix a typoChristophe Jaillet2022-05-081-1/+1
* *) mod_http2: remove unused and insecure code. Fixes PR66037.Stefan Eissing2022-04-282-24/+0
* *) mod_http2: clear the h2 worker slot connection early to avoidStefan Eissing2022-04-211-5/+7
* *) mod_http2: fix edge case in removal of entriesStefan Eissing2022-04-211-1/+3
* *) mod_http2: make APLOGNO check happy with line continuation.Stefan Eissing2022-04-191-1/+1
* *) mod_http2: using new session ids also in logging for connectionStefan Eissing2022-04-194-2/+10
* *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing2022-04-197-90/+92
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-1317-292/+349
* *) mod_http2: some minor tweaks to connection mood updates.Stefan Eissing2022-04-081-42/+41
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-0723-1145/+211
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-044-221/+36
* *) mod_http2: in a recent change, code was removed that prevented connectionsStefan Eissing2022-03-241-5/+21
* *) mod_http2: fixed a possible concurrency issue withStefan Eissing2022-03-242-56/+83
* *) mod_http2: removed extra h2_mplx_worker_c2_done() argStefan Eissing2022-03-233-69/+38
* *) mod_http2: when using a pipe for input signalling, alwaysStefan Eissing2022-03-213-1/+33
* *) mod_http2: small improvements from the http1-separationStefan Eissing2022-03-217-117/+51
* *) mod_http2: remove internal bucket beamer registry and justStefan Eissing2022-03-215-72/+13
* *) mod_http2: use pollset only for main connection and wakeupsStefan Eissing2022-03-216-170/+34
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-189-297/+218
* *) mod_http2: disabling use of apr_pollsets for secondaryStefan Eissing2022-03-151-0/+34
* *) mod_http2: change the port synthesis on upgraded h1 requestsStefan Eissing2022-03-041-16/+17
* *) mod_http2: optimize authority construction on upgradedStefan Eissing2022-02-181-1/+1
* *) mod_http2: preserve the port number given in a HTTP/1.1Stefan Eissing2022-02-171-6/+19
* Follow up to r1897940: APLOGNO()s.Yann Ylavic2022-02-101-2/+2
* *) mod_http2: :scheme pseudo-header values, not matching theStefan Eissing2022-02-103-31/+127
* Follow up to r1897872: New APLOGNOYann Ylavic2022-02-091-1/+1
* *) mod_http2: when a h2 request carries a ':scheme' pseudoheader,Stefan Eissing2022-02-081-4/+12
* mod_http2: Fix possible beam bucket double free from session destroy.Yann Ylavic2022-02-081-22/+50
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-2/+2
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-131-1/+1
* * When reaching server limits, such as MaxRequestsPerChild, the HTTP/2 conne...Stefan Eissing2021-12-092-3/+13
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-0614-112/+154
* * mod_http2: handle gracefully when SSL_PROTOCOL variable is not available.Stefan Eissing2021-11-301-1/+1