summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: sync with module's github.Stefan Eissing2024-05-271-1/+4
* *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximumStefan Eissing2023-02-161-1/+2
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-9/+9
* *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing2022-04-191-3/+7
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-2/+2
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-061-0/+1
* *) mod_http2:Stefan Eissing2021-10-121-39/+27
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-1/+1
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-8/+8
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-8/+8
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-0/+2
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-15/+2
* On the trunk:Stefan Eissing2018-09-041-2/+5
* On the trunk:Stefan Eissing2018-01-171-6/+7
* On the trunk:Stefan Eissing2017-03-271-0/+7
* On the trunk:Stefan Eissing2017-03-111-4/+8
* On the trunk:Stefan Eissing2017-02-141-1/+2
* On the trunk:Stefan Eissing2017-02-141-0/+6
* On the trunk:Stefan Eissing2017-02-131-26/+2
* On the trunk:Stefan Eissing2017-01-211-8/+0
* On the trunk:Stefan Eissing2017-01-031-2/+2
* mod_http2: earlier slave connection allocator destroy, code cleanupsStefan Eissing2016-10-301-1/+0
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-6/+0
* Fix spelling in comments and text files.Rainer Jung2016-08-111-4/+4
* mod_http2: no master timeout while requests are ongoingStefan Eissing2016-07-111-1/+0
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-201-1/+2
* mod_http2: fixes timeout vs. keepalive timeout use when closing streams on fl...Stefan Eissing2016-05-181-0/+2
* mod_http2: some more cleanup on stream/task/session takedownsStefan Eissing2016-04-291-5/+2
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-2/+2
* reduced h2_request initialization/copy after review by CJStefan Eissing2016-04-111-1/+6
* mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends...Stefan Eissing2016-03-181-20/+14
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-0/+1
* mod_http2: avoid unnecessary out flushing, avoid scoreboard updates unless co...Stefan Eissing2016-03-111-0/+2
* mod_http2: more safe approach to async mpm keepalive connection handlingStefan Eissing2016-03-091-0/+1
* goodbye h2_stream_set, hello h2_ihash in h2_utilStefan Eissing2016-02-251-1/+2
* tuning the output passing and flushing a bitStefan Eissing2016-02-101-0/+1
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-10/+2
* using keepalive timeout only when no streams are open, changing from seconds ...Stefan Eissing2016-01-291-1/+1
* removed experimental++ H2* timeout directives, instead using normal Timeout a...Stefan Eissing2016-01-291-3/+1
* async handling of idle http2 connectionsStefan Eissing2016-01-271-1/+7
* scoreboard http2 status gives stream summaryStefan Eissing2016-01-211-0/+2
* reverting messupStefan Eissing2016-01-211-2/+0
* update scoreboard CHANGES, dohStefan Eissing2016-01-211-0/+2
* using socket timeouts to stutter keepalives, so that MPM stopping can be prop...Stefan Eissing2016-01-211-0/+2
* mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2...Stefan Eissing2016-01-151-9/+11
* new directive H2PushDiarySize, first simple apr_hash implementation of a push...Stefan Eissing2016-01-111-0/+3
* removing session flags, using state enums only, added event enums for state t...Stefan Eissing2016-01-081-7/+20
* no async http2 read for now, fixed GOAWAY flush at end of session, scoreboard...Stefan Eissing2016-01-051-1/+0
* always sending GOAWAY frame on session shutdown if not already done, GOAWAY f...Stefan Eissing2016-01-051-1/+1
* reworked synching of session shutdown with worker threads, workers now stick ...Stefan Eissing2016-01-041-0/+2