Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-10444721 - PushCacheFilter cleanup/improvements.Simone Bordet1-1/+1
2015-03-25Fixed race sending SETTINGS with INITIAL_WINDOW_SIZE.Simone Bordet2-10/+35
2015-03-20459845 - Support upgrade from http1 to http2.Simone Bordet3-1/+17
2015-03-20Renamed ISession.control() to ISession.frames().Simone Bordet5-8/+8
2015-03-19459845 - Support upgrade from http1 to http2Greg Wilkins1-0/+15
2015-03-13459845 - Support upgrade from http1 to http2Greg Wilkins1-7/+10
2015-03-12Small refactoring of HTTP/2 upgrade code.Simone Bordet3-4/+52
2015-03-12459845 - Support upgrade from http1 to http2Greg Wilkins1-2/+2
2015-03-11Renamed methods in FlowControlStrategy.Simone Bordet4-11/+11
2015-03-11423974 - Optimize flow control.Simone Bordet1-5/+13
2015-03-10459081 - http2 push failures.Simone Bordet1-11/+10
2015-02-27461052 - Local streams created after INITIAL_WINDOW_SIZE setting have wrong s...Simone Bordet8-113/+157
2015-02-24Fixing compile errorJoakim Erdfelt1-1/+1
2015-02-18Guarding against null streams when resetting.Simone Bordet1-2/+5
2015-02-18Improved handling of the stream close state.Simone Bordet6-41/+79
2015-02-18460211 Fixed Idle race in ExecuteProduceRunGreg Wilkins1-0/+2
2015-02-13Implemented notification of session failure events.Simone Bordet3-8/+37
2015-02-13Removed TODO.Simone Bordet1-1/+0
2015-02-13Organised http2 importsGreg Wilkins1-1/+0
2015-02-13459845 - Support upgrade from http1 to http2/websocketGreg Wilkins1-1/+3
2015-02-13459845 - Support upgrade from http1 to http2/websocketGreg Wilkins3-4/+45
2015-02-12Simplified HTTP/2 parser and its listener.Simone Bordet29-451/+369
2015-02-11Fix http2 osgi manifests and testsJan Bartel1-0/+19
2015-02-11HTTP/2 API Javadocs.Simone Bordet5-8/+260
2015-02-11459655 - Remove SPDY and NPN.Simone Bordet2-4/+0
2015-02-10Renamed GatheringCallback to CountingCallback.Simone Bordet1-2/+2
2015-02-09Fixed removal of streams upon sending the response HEADERS frame.Simone Bordet2-3/+16
2015-02-09423974 - Optimize flow control.Simone Bordet8-51/+281
2015-02-09Fixed failure of stalled frames.Simone Bordet2-64/+71
2015-02-09First take at implementing the HttpClientTransport for HTTP2.Simone Bordet24-142/+238
2015-01-08Merge remote-tracking branch 'origin/master' into jetty-9.3-ewykGreg Wilkins68-68/+68
2015-01-08Happy New Year 2015Joakim Erdfelt68-68/+68
2015-01-02Reworked buffer releasing to ensure that it is always executed beforeSimone Bordet1-2/+2
2015-01-01Allow configuration of ExecutionStrategyGreg Wilkins1-1/+1
2015-01-01Deprecated the AbstractConnection dispatchIO mechanismGreg Wilkins1-2/+2
2014-12-19Cleaned up ExecutionStrategy by adding javadocs, removing methods notSimone Bordet1-7/+2
2014-12-18Switched ExecutionStrategy to EWYK.Simone Bordet1-2/+2
2014-12-18Implemented dispatch to the application using an ExecutionStrategy.Simone Bordet1-27/+86
2014-12-18Clearing the buffer in case of parser errors that lead to aSimone Bordet12-5/+49
2014-12-04Handle HTTP2-16 black listed ciphersGreg Wilkins1-0/+334
2014-12-04updated hpack for draft 10 name changesGreg Wilkins3-5/+5
2014-09-26445167 - Allow configuration of dispatch after select.Simone Bordet1-2/+2
2014-09-26Calling notIdle() to avoid the idle timeout triggers when sending frames.Simone Bordet1-22/+50
2014-09-21improved debug loggingGreg Wilkins1-2/+10
2014-09-18minor cleanups of exceptionsGreg Wilkins1-1/+2
2014-08-21Renamed onConnect() to onAccept() to reflect its server-side role.Simone Bordet1-2/+2
2014-08-21Improved configurability of stream idle timeout.Simone Bordet1-5/+27
2014-08-21Rewritten close workflow to make sure that connections are correctly closed.Simone Bordet11-105/+348
2014-08-21Removed debug logging (wrongly assumes the ByteBuffer has a backing array).Simone Bordet1-8/+1
2014-08-19442083 - Client resets stream, pending server data is failed, connection closed.Simone Bordet2-2/+47

Back to the top