summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_alt_svc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2:Stefan Eissing2021-10-121-132/+0
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-1/+1
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-6/+6
* mod_http2: bringing some signed/unsigned casting goodness, aligning with gith...Stefan Eissing2018-10-101-2/+2
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* mod_http2: fixing config lookup now that we have dir confStefan Eissing2016-07-201-1/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* Save a few cycles in 'h2_alt_svc_parse'.Christophe Jaillet2015-12-171-5/+5
* saving some bytes and cycles by not create h2_ctx for every connection and ch...Stefan Eissing2015-12-141-3/+1
* new directive H2PushPriority to define content-type based priorities on serve...Stefan Eissing2015-11-251-1/+1
* replacing strchr on const char * by proper ap_ variantsStefan Eissing2015-08-191-2/+2
* mod_h2 compiles warning free in maintainer-modeStefan Eissing2015-08-191-2/+2
* announcing Alt-Svc only on first request per connection, using handler indepe...Stefan Eissing2015-08-171-5/+13
* c89-ify http2Edward Lu2015-07-231-1/+2
* Arrange the C++ declarations to make my compiler happy.Jean-Frederic Clere2015-07-171-1/+2
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-101-0/+122