summaryrefslogtreecommitdiff
path: root/modules/http2/h2_config.c
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-121-0/+62
* *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximumStefan Eissing2023-02-161-0/+22
* *) mod_http2: field values (headers and trailers) are stripped ofStefan Eissing2022-10-221-29/+0
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-0/+3
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-261-0/+29
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-171-34/+30
* *) mod_http2:Stefan Eissing2021-10-121-130/+68
* mod_htt2, synch with changes from github module version:Stefan Eissing2021-02-221-0/+24
* *) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was...Stefan Eissing2019-11-261-2/+1
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-0/+36
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-195/+437
* mod_http2: bringing some signed/unsigned casting goodness, aligning with gith...Stefan Eissing2018-10-101-3/+6
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-1/+1
* mod_proxy: follow up to r1822849.Yann Ylavic2018-02-011-0/+24
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-03-191-12/+5
* On the trunk:Stefan Eissing2017-01-211-1/+1
* https://bz.apache.org/bugzilla/show_bug.cgi?id=58855Jim Jagielski2017-01-091-2/+2
* On the trunk:Stefan Eissing2017-01-081-16/+0
* On the trunk:Stefan Eissing2016-12-311-0/+16
* mod_http2: new directove H2EarlyPushes for enabled 103 interim responsesStefan Eissing2016-11-231-1/+25
* mod_http2: fixes for compiler warningsStefan Eissing2016-11-141-0/+1
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-6/+74
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-1/+1
* mod_http2: new H2CopyFiles directiveStefan Eissing2016-07-201-1/+24
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-0/+1
* removed experimental++ H2* timeout directives, instead using normal Timeout a...Stefan Eissing2016-01-291-57/+0
* mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2...Stefan Eissing2016-01-151-1/+1
* push diary work, introduction of N/P for cache digest handlingStefan Eissing2016-01-121-0/+6
* new directive H2PushDiarySize, first simple apr_hash implementation of a push...Stefan Eissing2016-01-111-0/+19
* dynamic allocation of transfer file handles used to pass buckets to master co...Stefan Eissing2016-01-051-28/+1
* reworked synching of session shutdown with worker threads, workers now stick ...Stefan Eissing2016-01-041-1/+1
* fixes after fuzzing tests, changed H2KeepAliveTimeout defaultStefan Eissing2015-12-301-1/+1
* rewrote http2 connection state handling, fixed keepalive timeout handling for...Stefan Eissing2015-12-221-10/+1
* when normal read timeout expires, http2 switches to its keepalive timeout, on...Stefan Eissing2015-12-211-2/+2
* 3 new timeout configuration directives for mod_http2Stefan Eissing2015-12-181-0/+57
* correcting error messages, better str concat, provided by CJStefan Eissing2015-12-171-18/+9
* mod_http2: returning idle connections back to the mpm in case of async mpm en...Stefan Eissing2015-12-151-1/+10
* saving some bytes and cycles by not create h2_ctx for every connection and ch...Stefan Eissing2015-12-141-7/+9
* removing weight from H2PushPriority with dependency 'before' as on stream clo...Stefan Eissing2015-12-071-1/+3
* adding include for older apr versionsStefan Eissing2015-11-251-0/+1
* new directive H2PushPriority to define content-type based priorities on serve...Stefan Eissing2015-11-251-22/+98
* fixes races during session shutdown when connection is abortedStefan Eissing2015-11-231-1/+1
* chaning WINDOW_SIZE default to protocol default, avoid sending the default va...Stefan Eissing2015-11-161-16/+17
* new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe...Stefan Eissing2015-11-131-0/+24
* rework of output handling on stream/session close, rework of cleartext (http:...Stefan Eissing2015-11-031-2/+2
* http2 TLS record size handling configuration, improved output write frequencyStefan Eissing2015-10-271-0/+38
* new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad...Stefan Eissing2015-10-201-12/+36
* changed H2Compliance to H2ModernTLSOnly, added description in module docsStefan Eissing2015-10-151-11/+11