]> granicus.if.org Git - apache/history - modules
Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to save a...
[apache] / modules /
2015-12-08 Stefan Eissingremoving HTTP_HEADER output filter on upgraded connecti...
2015-12-08 Yann Ylavich2_from_h1: To avoid any further confusion, r->err_head...
2015-12-08 Stefan Eissingmod_http2: sending out push promises *before* the strea...
2015-12-08 Christophe JailletConstify + save a few bytes in conf pool when parsing...
2015-12-07 Eric Covenerremove dead code leftover from r1023387.
2015-12-07 Eric Covenerduplicate debug-level AH00764 in the just-validated...
2015-12-07 Stefan Eissingremoving weight from H2PushPriority with dependency...
2015-12-07 Stefan Eissingfixing duplice response headers, in case post_read_req...
2015-12-07 Stefan Eissingfixing default port handling in authority composition...
2015-12-04 Stefan Eissingremoving floor() usage as not available everywhere
2015-12-04 Stefan Eissingupdate after backport of mod_http2 v 1.0.10
2015-12-04 Stefan Eissingmax connection window size, reducing write frequency...
2015-12-04 Stefan Eissingusing c->master for ssl var lookups when c holds no...
2015-12-04 Stefan Eissingbuilding against minimum version 1.2.1 of nghttp2
2015-12-03 William A. Rowe JrFix missing Upgrade headers on OPTION * requests, PR58688
2015-12-03 William A. Rowe JrBetter illustrate the ordering of hook processing
2015-12-02 Stefan Eissingfixing input WINDOW_UPDATE handling for new test cases
2015-11-29 Christophe JailletSilent a sparse Warning.
2015-11-29 Christophe JailletFix the use of the default 'flush' provider.
2015-11-28 Christophe JailletUse 'ap_pbase64decode' to simplify code.
2015-11-26 Christophe JailletFix typo in comment
2015-11-25 Stefan Eissingupdate CHANGES and version bump for mod_http2
2015-11-25 Stefan Eissingadding include for older apr versions
2015-11-25 Stefan Eissingchanged nghttp2 write frequency to fix nghttp2_stream...
2015-11-25 Stefan Eissingnew directive H2PushPriority to define content-type...
2015-11-24 Stefan Eissingupdate CHANGES, version and compiler warning
2015-11-24 Stefan Eissingpriorities for pushed streams are changed if nghttp2...
2015-11-24 Yann YlavicFollow up to r1715880: revert abusive ap_casecmpstr...
2015-11-24 Stefan Eissingstart of PUSH priority handling, fixing core when task...
2015-11-23 Yann YlavicFollow up to r1715876: fix typo.
2015-11-23 Stefan Eissingsending trailers out, when seeing EOR bucket and r...
2015-11-23 Yann Ylavicmod_cache: Fix (max-stale with no '=') and enforce...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Stefan Eissingadding nghttp2 alloc logging for trace6
2015-11-23 Stefan Eissingfixes races during session shutdown when connection...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-20 Stefan Eissingincoming trailers passed into chunked request bodies...
2015-11-19 Christophe JailletSave a few bytes in conf pool.
2015-11-19 Stefan Eissinginclude fixes for older apr, added flushing for 2.4...
2015-11-19 Stefan Eissingupdated documenation, fixed includes to work with older...
2015-11-19 Stefan Eissingfix in connection shutdown to no longer log after free...
2015-11-18 Yann Ylavicmod_ssl: follow up to r1709602.
2015-11-17 Stefan Eissingearly release of h2_mplx on session end
2015-11-17 Stefan Eissingflushing and shutdown tuning
2015-11-17 Stefan Eissingreverting change re flush
2015-11-17 Stefan Eissingflushing connection after h2_session is done
2015-11-17 Stefan Eissinghandling body of chunked requests without content-lengt...
2015-11-16 Stefan Eissingtask creation moved into h2_worker domain (pool+thread)
2015-11-16 Stefan Eissingimprovements in handling orphaned stream resources...
2015-11-16 Stefan Eissingchaning WINDOW_SIZE default to protocol default, avoid...
2015-11-16 Stefan Eissingfixing h2c scheme/authority initialization
2015-11-13 Stefan Eissingnew directive H2Push on/off to en-/disable HTTP/2 serve...
2015-11-11 Stefan Eissingsome rework for server push
2015-11-09 Stefan Eissingtask bucket_alloc now created per task pool, spare...
2015-11-09 Stefan Eissingsome connection state tweaks to appease event mpm
2015-11-09 Stefan Eissingrefactored connection io handling to go for blocking...
2015-11-08 Kaspar Brandinsert missing LOGNO in ssl_util_stapling.c
2015-11-07 Stefan Eissingeliminating some compiler warnings on win32/win64,...
2015-11-05 Stefan Eissingreplacing own stream_set with apr_hash internally
2015-11-05 Stefan EissingAP_DECLARRE removals
2015-11-04 Stefan Eissingremoving copy+paste, unwanted AP_DECLAREs and renamed...
2015-11-03 Gregg Lewis Smithadd new h2_bucket_* files to legacy win build
2015-11-03 Stefan Eissingrework of output handling on stream/session close,...
2015-11-02 Yann Ylaviccore: follow up to r1710095, r1710105.
2015-11-01 Kaspar BrandFor the "SSLStaplingReturnResponderErrors off" case...
2015-10-30 Christophe JailletConstify + save a few bytes in conf pool
2015-10-30 Stefan Eissingimproved h2c write performance
2015-10-30 Stefan Eissingfixing unbuffered output handling for h2c
2015-10-29 Stefan Eissingsome tuning of buffer/write record sizes
2015-10-29 Stefan Eissinginserting needed flush buckets on master connections...
2015-10-28 Stefan Eissinghttp2 priority based scheduling of stream execution...
2015-10-27 Stefan Eissinghttp2 TLS record size handling configuration, improved...
2015-10-27 Christophe JailletRFC2616 defines #rules as:
2015-10-26 Stefan Eissingimprovements in stream reset handling and early stream...
2015-10-26 Stefan Eissingfix for null connection states
2015-10-26 Stefan Eissingimproved timeout handling on main connection, shorter...
2015-10-26 Stefan Eissinglowering log level for common client connection issues
2015-10-23 Stefan Eissingimprovements in http2 connection and worker shutdown...
2015-10-22 Yann Ylaviccore: follow up to r1710095.
2015-10-22 Yann Ylaviccore: Limit to ten the number of tolerated empty lines...
2015-10-22 Stefan Eissingmod_http2: no longer messing with mod_ssl config in...
2015-10-22 Stefan Eissingmod_ssl: check request-server for TLS settings compatib...
2015-10-20 Stefan Eissingmoved ssl handshake trigger from mod_http2 to new proce...
2015-10-20 Stefan Eissingnew ap_is_allowed_protocol() for testing configured...
2015-10-16 Yann Ylavicmod_session: Introduce SessionExpiryUpdateInterval...
2015-10-15 Stefan Eissingchanged H2Compliance to H2ModernTLSOnly, added descript...
2015-10-14 Stefan Eissingmod_http2: new directive H2Compliance on/off, checking...
2015-10-13 Stefan Eissingshowing HTTP/2 in access logs and server status
2015-10-12 Stefan Eissingwhen stream gets reset by client, forward info to mplx...
next