summaryrefslogtreecommitdiff
path: root/modules/http2
Commit message (Expand)AuthorAgeFilesLines
...
* *) 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
* * mod_http2: the new pollset implementation is disabled whenStefan Eissing2021-11-261-1/+3
* Revert spurious commit r1895340.Yann Ylavic2021-11-251-1/+1
* Trigger ci.Yann Ylavic2021-11-251-1/+1
* mod_http2: fix logic for non-proxy Server and Date response headers.Yann Ylavic2021-11-251-5/+5
* *) mod_http2: always return an EOS bucket for requestsStefan Eissing2021-11-111-4/+4
* * mod_http2: a regression in v1.15.24 of the modules was fixed thatStefan Eissing2021-11-042-4/+2
* * mod_http2: hopeful (as always) fix for the stalling in 400_20.Stefan Eissing2021-10-141-0/+1
* *) mod_http2: another travis test of the 400_20 and 401_31 tests that produ...Stefan Eissing2021-10-143-10/+17
* *) mod_http2: when pollset signals output, resume a streams dataStefan Eissing2021-10-141-19/+12
* *) mod_http2: H2HEADER buckets have the correct lenght of zero and noStefan Eissing2021-10-145-6/+33
* *) mod_http2: no longer splitting buckets on adding them to a beam,Stefan Eissing2021-10-141-45/+54
* * mod_http2: I regret my decision to have removed nghttp2 feature checks...Stefan Eissing2021-10-131-0/+4
* * mod_http2: resurrecting check for nghttp functionStefan Eissing2021-10-131-1/+4
* * mod_http2: checking for nghttp2 function 'set_no_closed_streams' on confi...Stefan Eissing2021-10-132-1/+5
* *) mod_http2: resurrecting the check for older nghttp2 versions.Stefan Eissing2021-10-131-1/+4
* * Fix compiler warning about unused variableRuediger Pluem2021-10-131-3/+1
* * mod_http2: fixing some compiler warnings.Stefan Eissing2021-10-126-20/+18
* updated log tag to resolve duplicate.Stefan Eissing2021-10-121-1/+1
* *) mod_http2:Stefan Eissing2021-10-1250-6682/+4777
* mod_http2: fixed speling error.Stefan Eissing2021-09-231-2/+2
* * mod_http2: fix version suffix after sync with githubStefan Eissing2021-09-232-9/+8
* * Log the correct timeoutRuediger Pluem2021-09-141-2/+2
* fix time-of-use vs time-of-checkRuediger Pluem2021-09-141-1/+1
* * Switch to using OpenSSL EVP_* API to avoid deprecation warnings withStefan Eissing2021-09-102-15/+20
* * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing2021-09-109-8/+27
* mod_http2: fixes a use-after-read of an integer value whenStefan Eissing2021-08-251-14/+12
* Remove trailing space to synch with 2.4.xChristophe Jaillet2021-07-282-2/+2
* What is wrong with me?Stefan Eissing2021-07-151-2/+2
* * mod_http2: Stefan Eissing2021-07-153-12/+49
* *) mod_http2:Stefan Eissing2021-07-068-84/+269
* mod_h2: Make h2_headers_create() constant and simplfy code using it.Yann Ylavic2021-06-073-70/+27
* mod_h2: Don't strip headers from 304 responses.Yann Ylavic2021-06-071-18/+1