summaryrefslogtreecommitdiff
path: root/modules/http2/mod_http2.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-6/+1
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-2/+2
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-171-1/+3
* *) mod_http2: using new session ids also in logging for connectionStefan Eissing2022-04-191-1/+1
* *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing2022-04-191-17/+0
* *) mod_http2: small improvements from the http1-separationStefan Eissing2022-03-211-21/+0
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-061-4/+1
* *) mod_http2:Stefan Eissing2021-10-121-44/+52
* * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing2021-09-101-1/+4
* mod_proxy_http2: follow up to r1883704.Yann Ylavic2020-11-221-5/+8
* mod_proxy_http2: thread safety with MPM prefork, still..Yann Ylavic2020-11-211-3/+18
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-2/+2
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-24/+0
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-15/+10
* mod_http2: bringing some signed/unsigned casting goodness, aligning with gith...Stefan Eissing2018-10-101-1/+1
* Remove some trailing spaces to synch trunk with 2.4Christophe Jaillet2018-06-201-1/+1
* mod_proxy: follow up to r1822849.Yann Ylavic2018-02-011-0/+6
* mod_http2/mod_proxy_http2: add new module flagsStefan Eissing2018-01-291-1/+4
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-07-031-0/+12
* On the trunk:Stefan Eissing2017-03-291-1/+6
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-2/+2
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-2/+3
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-1/+1
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-1/+1
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-3/+9
* mod_http2: using invalid header callback from nghttp2 1.14.0 onwardsStefan Eissing2016-08-271-4/+7
* mod_http2: new H2CopyFiles directiveStefan Eissing2016-07-201-2/+2
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-2/+21
* mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n...Stefan Eissing2016-03-301-21/+77
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-1/+1
* mod_proxy_http2: stability improvementsStefan Eissing2016-03-081-7/+0
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-051-8/+9
* using proxy http2 connection concurrently, if main connection also uses http/...Stefan Eissing2016-02-181-32/+6
* fix segfault when not identifying mpm module, added detection for winnt, sime...Stefan Eissing2016-02-171-0/+6
* first working h2 request engine implementation that does serial processing of...Stefan Eissing2016-02-151-0/+56
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-1/+1
* using keepalive timeout only when no streams are open, changing from seconds ...Stefan Eissing2016-01-291-0/+1
* expr support for HTTP2 variableStefan Eissing2016-01-221-2/+3
* bytes read/written on slave connections are reported to mod_logio, fixes PR 5...Stefan Eissing2016-01-191-0/+3
* Added many log numbers to log statements thatRainer Jung2016-01-191-3/+3
* mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2...Stefan Eissing2016-01-151-0/+5
* fixed segfault in connection shutdown, added accept-push-policy supportStefan Eissing2015-12-231-1/+2
* cleanup of DEBUG log level to who all frame types receveid and sentStefan Eissing2015-12-211-1/+1
* gack, c99 mode stroke againStefan Eissing2015-12-211-1/+2
* gack, c99 mode stroke againStefan Eissing2015-12-211-1/+3
* subprocess_env vars HTTP2 and H2PUSH supported, export of mod_http2.h with OP...Stefan Eissing2015-12-211-1/+92
* bye bye mod_h2, hello mod_http2Jim Jagielski2015-09-281-0/+146