]> granicus.if.org Git - apache/history - modules/http2/h2_config.c
correct copyright/license headers
[apache] / modules / http2 / h2_config.c
2017-12-15 Jim Jagielskicorrect copyright/license headers
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-03-19 Stefan EissingOn the trunk:
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-01-21 Stefan EissingOn the trunk:
2017-01-09 Jim Jagielskihttps://bz.apache.org/bugzilla/show_bug.cgi?id=58855
2017-01-09 Jacob ChampionSync-merge with trunk
2017-01-08 Stefan EissingOn the trunk:
2016-12-31 Stefan EissingOn the trunk:
2016-11-23 Stefan Eissingmod_http2: new directove H2EarlyPushes for enabled...
2016-11-14 Stefan Eissingmod_http2: fixes for compiler warnings
2016-11-13 Stefan Eissingmod_http2: H2PushResource directive for early pushing
2016-10-26 Stefan Eissingmod_http2: AP_DEBUG_ASSERT changed to ap_assert
2016-07-20 Stefan Eissingmod_http2: new H2CopyFiles directive
2016-02-08 Stefan Eissingnew experimental http2 proxy module for h2: and h2c...
2016-01-29 Stefan Eissingremoved experimental++ H2* timeout directives, instead...
2016-01-15 Stefan Eissingmod_http2: push diary to avoid duplicate pushes, cache...
2016-01-12 Stefan Eissingpush diary work, introduction of N/P for cache digest...
2016-01-11 Stefan Eissingnew directive H2PushDiarySize, first simple apr_hash...
2016-01-05 Stefan Eissingdynamic allocation of transfer file handles used to...
2016-01-04 Stefan Eissingreworked synching of session shutdown with worker threa...
2015-12-30 Stefan Eissingfixes after fuzzing tests, changed H2KeepAliveTimeout...
2015-12-22 Stefan Eissingrewrote http2 connection state handling, fixed keepaliv...
2015-12-21 Stefan Eissingwhen normal read timeout expires, http2 switches to...
2015-12-18 Stefan Eissing3 new timeout configuration directives for mod_http2
2015-12-17 Stefan Eissingcorrecting error messages, better str concat, provided...
2015-12-15 Stefan Eissingmod_http2: returning idle connections back to the mpm...
2015-12-14 Stefan Eissingsaving some bytes and cycles by not create h2_ctx for...
2015-12-07 Stefan Eissingremoving weight from H2PushPriority with dependency...
2015-11-25 Stefan Eissingadding include for older apr versions
2015-11-25 Stefan Eissingnew directive H2PushPriority to define content-type...
2015-11-23 Stefan Eissingfixes races during session shutdown when connection...
2015-11-16 Stefan Eissingchaning WINDOW_SIZE default to protocol default, avoid...
2015-11-13 Stefan Eissingnew directive H2Push on/off to en-/disable HTTP/2 serve...
2015-11-03 Stefan Eissingrework of output handling on stream/session close,...
2015-10-27 Stefan Eissinghttp2 TLS record size handling configuration, improved...
2015-10-20 Stefan Eissingnew ap_is_allowed_protocol() for testing configured...
2015-10-15 Stefan Eissingchanged H2Compliance to H2ModernTLSOnly, added descript...
2015-10-14 Stefan Eissingmod_http2: new directive H2Compliance on/off, checking...
2015-10-12 Stefan Eissingmod_ssl: performing protocol switch directly after...
2015-09-28 Jim Jagielskibye bye mod_h2, hello mod_http2
2015-09-14 Stefan Eissingchanging r->protocol to HTTP/2 for all directly handles...
2015-09-02 Stefan Eissingeliminating some stricter compiler warnings in mod_h2
2015-09-01 Stefan Eissingbetter connection state on ending sessions, improved...
2015-08-25 Stefan Eissingfixing msvc compiler warnings
2015-08-25 Gregg Lewis SmithNoise reduction
2015-08-24 Stefan Eissingremoved mod_h2 directives which were experimental and...
2015-08-19 Stefan Eissingreplacing strchr on const char * by proper ap_ variants
2015-08-14 Stefan Eissingremoved HackMpm and MaxWrite config directives, added...
2015-08-14 Stefan Eissingremoved H2Engine directive
2015-07-22 Stefan Eissingrenamed H2InitialWindowSize to H2WindowSize, fixed...
2015-07-17 Jean-Frederic ClereArrange the C++ declarations to make my compiler happy.
2015-07-10 Stefan Eissingreworked mod_h2 donation checkin into build system...