| Commit message (Expand) | Author | Age | Files | Lines |
| * | *) mod_http2: v2.0.15 with the following fixes and improvements | Stefan Eissing | 2023-05-12 | 1 | -0/+62 |
| * | *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximum | Stefan Eissing | 2023-02-16 | 1 | -0/+22 |
| * | *) mod_http2: field values (headers and trailers) are stripped of | Stefan Eissing | 2022-10-22 | 1 | -29/+0 |
| * | Sync with v2.0.10 from github: | Stefan Eissing | 2022-10-11 | 1 | -0/+3 |
| * | *) mod_http2: new directive "H2HeaderStrictness" to control the compliance | Stefan Eissing | 2022-09-26 | 1 | -0/+29 |
| * | *) mod_http2: new implementation of h2 worker pool. | Stefan Eissing | 2022-06-17 | 1 | -34/+30 |
| * | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -130/+68 |
| * | mod_htt2, synch with changes from github module version: | Stefan Eissing | 2021-02-22 | 1 | -0/+24 |
| * | *) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was... | Stefan Eissing | 2019-11-26 | 1 | -2/+1 |
| * | *) mod_http2: new configuration directive: ```H2Padding numbits``` to control | Stefan Eissing | 2019-03-07 | 1 | -0/+36 |
| * | *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec... | Stefan Eissing | 2019-01-28 | 1 | -195/+437 |
| * | mod_http2: bringing some signed/unsigned casting goodness, aligning with gith... | Stefan Eissing | 2018-10-10 | 1 | -3/+6 |
| * | Fix some typos reported in PR 59998 | Christophe Jaillet | 2018-03-24 | 1 | -1/+1 |
| * | mod_proxy: follow up to r1822849. | Yann Ylavic | 2018-02-01 | 1 | -0/+24 |
| * | On the trunk: | Stefan Eissing | 2018-01-17 | 1 | -15/+0 |
| * | correct copyright/license headers | Jim Jagielski | 2017-12-15 | 1 | -0/+16 |
| * | On the trunk: | Stefan Eissing | 2017-03-19 | 1 | -12/+5 |
| * | On the trunk: | Stefan Eissing | 2017-01-21 | 1 | -1/+1 |
| * | https://bz.apache.org/bugzilla/show_bug.cgi?id=58855 | Jim Jagielski | 2017-01-09 | 1 | -2/+2 |
| * | On the trunk: | Stefan Eissing | 2017-01-08 | 1 | -16/+0 |
| * | On the trunk: | Stefan Eissing | 2016-12-31 | 1 | -0/+16 |
| * | mod_http2: new directove H2EarlyPushes for enabled 103 interim responses | Stefan Eissing | 2016-11-23 | 1 | -1/+25 |
| * | mod_http2: fixes for compiler warnings | Stefan Eissing | 2016-11-14 | 1 | -0/+1 |
| * | mod_http2: H2PushResource directive for early pushing | Stefan Eissing | 2016-11-13 | 1 | -6/+74 |
| * | mod_http2: AP_DEBUG_ASSERT changed to ap_assert | Stefan Eissing | 2016-10-26 | 1 | -1/+1 |
| * | mod_http2: new H2CopyFiles directive | Stefan Eissing | 2016-07-20 | 1 | -1/+24 |
| * | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -0/+1 |
| * | removed experimental++ H2* timeout directives, instead using normal Timeout a... | Stefan Eissing | 2016-01-29 | 1 | -57/+0 |
| * | mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2... | Stefan Eissing | 2016-01-15 | 1 | -1/+1 |
| * | push diary work, introduction of N/P for cache digest handling | Stefan Eissing | 2016-01-12 | 1 | -0/+6 |
| * | new directive H2PushDiarySize, first simple apr_hash implementation of a push... | Stefan Eissing | 2016-01-11 | 1 | -0/+19 |
| * | dynamic allocation of transfer file handles used to pass buckets to master co... | Stefan Eissing | 2016-01-05 | 1 | -28/+1 |
| * | reworked synching of session shutdown with worker threads, workers now stick ... | Stefan Eissing | 2016-01-04 | 1 | -1/+1 |
| * | fixes after fuzzing tests, changed H2KeepAliveTimeout default | Stefan Eissing | 2015-12-30 | 1 | -1/+1 |
| * | rewrote http2 connection state handling, fixed keepalive timeout handling for... | Stefan Eissing | 2015-12-22 | 1 | -10/+1 |
| * | when normal read timeout expires, http2 switches to its keepalive timeout, on... | Stefan Eissing | 2015-12-21 | 1 | -2/+2 |
| * | 3 new timeout configuration directives for mod_http2 | Stefan Eissing | 2015-12-18 | 1 | -0/+57 |
| * | correcting error messages, better str concat, provided by CJ | Stefan Eissing | 2015-12-17 | 1 | -18/+9 |
| * | mod_http2: returning idle connections back to the mpm in case of async mpm en... | Stefan Eissing | 2015-12-15 | 1 | -1/+10 |
| * | saving some bytes and cycles by not create h2_ctx for every connection and ch... | Stefan Eissing | 2015-12-14 | 1 | -7/+9 |
| * | removing weight from H2PushPriority with dependency 'before' as on stream clo... | Stefan Eissing | 2015-12-07 | 1 | -1/+3 |
| * | adding include for older apr versions | Stefan Eissing | 2015-11-25 | 1 | -0/+1 |
| * | new directive H2PushPriority to define content-type based priorities on serve... | Stefan Eissing | 2015-11-25 | 1 | -22/+98 |
| * | fixes races during session shutdown when connection is aborted | Stefan Eissing | 2015-11-23 | 1 | -1/+1 |
| * | chaning WINDOW_SIZE default to protocol default, avoid sending the default va... | Stefan Eissing | 2015-11-16 | 1 | -16/+17 |
| * | new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe... | Stefan Eissing | 2015-11-13 | 1 | -0/+24 |
| * | rework of output handling on stream/session close, rework of cleartext (http:... | Stefan Eissing | 2015-11-03 | 1 | -2/+2 |
| * | http2 TLS record size handling configuration, improved output write frequency | Stefan Eissing | 2015-10-27 | 1 | -0/+38 |
| * | new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad... | Stefan Eissing | 2015-10-20 | 1 | -12/+36 |
| * | changed H2Compliance to H2ModernTLSOnly, added description in module docs | Stefan Eissing | 2015-10-15 | 1 | -11/+11 |