| Commit message (Expand) | Author | Age | Files | Lines |
| * | *) mod_http2: field values (headers and trailers) are stripped of | Stefan Eissing | 2022-10-22 | 1 | -22/+3 |
| * | Sync with v2.0.10 from github: | Stefan Eissing | 2022-10-11 | 1 | -5/+5 |
| * | *) mod_http2: synchronization with github sources. | Stefan Eissing | 2022-09-27 | 1 | -2/+18 |
| * | *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t... | Stefan Eissing | 2022-09-27 | 1 | -19/+2 |
| * | *) mod_http2: remove unused and insecure code. Fixes PR66037. | Stefan Eissing | 2022-04-28 | 1 | -4/+0 |
| * | *) mod_http2: use the new RESPONSE buckets introduced in r1899648. | Stefan Eissing | 2022-04-07 | 1 | -5/+15 |
| * | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -40/+26 |
| * | *) mod_http2: | Stefan Eissing | 2020-07-13 | 1 | -1/+6 |
| * | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
| * | *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co... | Stefan Eissing | 2019-12-19 | 1 | -2/+0 |
| * | Fix some easy doxygen comment. | Christophe Jaillet | 2018-03-22 | 1 | -2/+2 |
| * | On the trunk: | Stefan Eissing | 2018-01-17 | 1 | -6/+7 |
| * | bumping version, removing some unused code, fixes in base64url from mod_md | Stefan Eissing | 2017-08-04 | 1 | -9/+0 |
| * | On the trunk: | Stefan Eissing | 2017-07-06 | 1 | -1/+67 |
| * | On the trunk: | Stefan Eissing | 2017-04-21 | 1 | -1/+0 |
| * | On the trunk: | Stefan Eissing | 2017-04-14 | 1 | -7/+9 |
| * | On the trunk: | Stefan Eissing | 2017-04-05 | 1 | -3/+25 |
| * | On the trunk: | Stefan Eissing | 2017-03-27 | 1 | -2/+2 |
| * | On the trunk: | Stefan Eissing | 2017-03-25 | 1 | -0/+51 |
| * | mod_http2: using int queue instead of ihash for stream output event handling | Stefan Eissing | 2016-10-30 | 1 | -5/+32 |
| * | mod_proxy_http2: resolving last 2 reported dup symbol clashes | Stefan Eissing | 2016-10-11 | 1 | -1/+0 |
| * | mod_http2: reverting int->apr_uint32_t changes of v1.7.x | Stefan Eissing | 2016-10-09 | 1 | -1/+1 |
| * | various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi... | Stefan Eissing | 2016-10-03 | 1 | -5/+8 |
| * | mod_http2: more const goodiness and checks on h2 request creation, less NULL ... | Stefan Eissing | 2016-09-07 | 1 | -10/+4 |
| * | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -1/+1 |
| * | mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2... | Stefan Eissing | 2016-06-09 | 1 | -27/+0 |
| * | The answer to the question appears to be in 2.4.21, drop h2_casecmpstr fork | William A. Rowe Jr | 2016-06-09 | 1 | -4/+0 |
| * | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -1/+1 |
| * | Fix r1746183 | Christophe Jaillet | 2016-05-30 | 1 | -1/+1 |
| * | Fix some obvious doxygen warning | Christophe Jaillet | 2016-05-30 | 1 | -6/+6 |
| * | mod_http2: fixing re-entrancy problems with new master event dispatching | Stefan Eissing | 2016-05-20 | 1 | -0/+4 |
| * | mod_http2: improved resume/response/window update handling on master connection | Stefan Eissing | 2016-05-20 | 1 | -1/+0 |
| * | mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy module | Stefan Eissing | 2016-04-29 | 1 | -2/+29 |
| * | mod_http2: elimination of h2_io intermediate stream instances | Stefan Eissing | 2016-04-20 | 1 | -1/+1 |
| * | compilation fixes for VC | Stefan Eissing | 2016-04-20 | 1 | -0/+4 |
| * | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -52/+144 |
| * | mod_http2: more effient passing of response bodies | Stefan Eissing | 2016-03-29 | 1 | -4/+30 |
| * | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 1 | -1/+9 |
| * | mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAY | Stefan Eissing | 2016-03-09 | 1 | -1/+2 |
| * | mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare... | Stefan Eissing | 2016-02-26 | 1 | -0/+3 |
| * | mod_proxy_http2: stability improvements, timeout blocking read when waiting, ... | Stefan Eissing | 2016-02-25 | 1 | -0/+1 |
| * | goodbye h2_stream_set, hello h2_ihash in h2_util | Stefan Eissing | 2016-02-25 | 1 | -18/+67 |
| * | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -1/+14 |
| * | bytes read/written on slave connections are reported to mod_logio, fixes PR 5... | Stefan Eissing | 2016-01-19 | 1 | -0/+10 |
| * | mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2... | Stefan Eissing | 2016-01-15 | 1 | -0/+2 |
| * | dynamic allocation of transfer file handles used to pass buckets to master co... | Stefan Eissing | 2016-01-05 | 1 | -1/+1 |
| * | removed no longer used h2_strlwr() dinosaur | Stefan Eissing | 2015-12-18 | 1 | -2/+0 |
| * | incoming trailers passed into chunked request bodies, outgoing trailers not s... | Stefan Eissing | 2015-11-20 | 1 | -0/+6 |
| * | new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe... | Stefan Eissing | 2015-11-13 | 1 | -0/+14 |
| * | eliminating some compiler warnings on win32/win64, removing frame data size c... | Stefan Eissing | 2015-11-07 | 1 | -9/+9 |