summaryrefslogtreecommitdiff
path: root/modules/http2/h2_util.h
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: field values (headers and trailers) are stripped ofStefan Eissing2022-10-221-22/+3
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-5/+5
* *) mod_http2: synchronization with github sources.Stefan Eissing2022-09-271-2/+18
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-19/+2
* *) mod_http2: remove unused and insecure code. Fixes PR66037.Stefan Eissing2022-04-281-4/+0
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-5/+15
* *) mod_http2:Stefan Eissing2021-10-121-40/+26
* *) mod_http2: Stefan Eissing2020-07-131-1/+6
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...Stefan Eissing2019-12-191-2/+0
* Fix some easy doxygen comment.Christophe Jaillet2018-03-221-2/+2
* On the trunk:Stefan Eissing2018-01-171-6/+7
* bumping version, removing some unused code, fixes in base64url from mod_mdStefan Eissing2017-08-041-9/+0
* On the trunk:Stefan Eissing2017-07-061-1/+67
* On the trunk:Stefan Eissing2017-04-211-1/+0
* On the trunk:Stefan Eissing2017-04-141-7/+9
* On the trunk:Stefan Eissing2017-04-051-3/+25
* On the trunk:Stefan Eissing2017-03-271-2/+2
* On the trunk:Stefan Eissing2017-03-251-0/+51
* mod_http2: using int queue instead of ihash for stream output event handlingStefan Eissing2016-10-301-5/+32
* mod_proxy_http2: resolving last 2 reported dup symbol clashesStefan Eissing2016-10-111-1/+0
* 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-5/+8
* mod_http2: more const goodiness and checks on h2 request creation, less NULL ...Stefan Eissing2016-09-071-10/+4
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-27/+0
* The answer to the question appears to be in 2.4.21, drop h2_casecmpstr forkWilliam A. Rowe Jr2016-06-091-4/+0
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* Fix r1746183Christophe Jaillet2016-05-301-1/+1
* Fix some obvious doxygen warningChristophe Jaillet2016-05-301-6/+6
* mod_http2: fixing re-entrancy problems with new master event dispatchingStefan Eissing2016-05-201-0/+4
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-201-1/+0
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-291-2/+29
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-1/+1
* compilation fixes for VCStefan Eissing2016-04-201-0/+4
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-52/+144
* mod_http2: more effient passing of response bodiesStefan Eissing2016-03-291-4/+30
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-1/+9
* mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAYStefan Eissing2016-03-091-1/+2
* mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare...Stefan Eissing2016-02-261-0/+3
* mod_proxy_http2: stability improvements, timeout blocking read when waiting, ...Stefan Eissing2016-02-251-0/+1
* goodbye h2_stream_set, hello h2_ihash in h2_utilStefan Eissing2016-02-251-18/+67
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-1/+14
* bytes read/written on slave connections are reported to mod_logio, fixes PR 5...Stefan Eissing2016-01-191-0/+10
* mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2...Stefan Eissing2016-01-151-0/+2
* dynamic allocation of transfer file handles used to pass buckets to master co...Stefan Eissing2016-01-051-1/+1
* removed no longer used h2_strlwr() dinosaurStefan Eissing2015-12-181-2/+0
* incoming trailers passed into chunked request bodies, outgoing trailers not s...Stefan Eissing2015-11-201-0/+6
* new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe...Stefan Eissing2015-11-131-0/+14
* eliminating some compiler warnings on win32/win64, removing frame data size c...Stefan Eissing2015-11-071-9/+9