Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Happy New Year 2016Joakim Erdfelt1-1/+1
2016-01-04Happy New Year 2016Joakim Erdfelt1-1/+1
2015-11-25Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet1-4/+12
2015-11-25482959 - Local stream count never decrements when closing a stream causing Il...Simone Bordet1-4/+12
2015-11-09481718 - Improve stream interleaving.Simone Bordet1-3/+31
2015-07-22470727 - Thread Starvation of selector wakeups.Greg Wilkins1-3/+3
2015-03-20Renamed ISession.control() to ISession.frames().Simone Bordet1-2/+2
2015-02-27461052 - Local streams created after INITIAL_WINDOW_SIZE setting have wrong s...Simone Bordet1-2/+1
2015-02-18Improved handling of the stream close state.Simone Bordet1-16/+29
2015-02-12Simplified HTTP/2 parser and its listener.Simone Bordet1-18/+14
2015-02-11HTTP/2 API Javadocs.Simone Bordet1-1/+1
2015-02-09Fixed removal of streams upon sending the response HEADERS frame.Simone Bordet1-1/+6
2015-02-09423974 - Optimize flow control.Simone Bordet1-1/+1
2015-02-09First take at implementing the HttpClientTransport for HTTP2.Simone Bordet1-18/+56
2015-01-08Happy New Year 2015Joakim Erdfelt1-1/+1
2014-09-26Calling notIdle() to avoid the idle timeout triggers when sending frames.Simone Bordet1-22/+50
2014-08-21Rewritten close workflow to make sure that connections are correctly closed.Simone Bordet1-15/+4
2014-08-19Moved reset() from Session to Stream.Simone Bordet1-1/+7
2014-08-14Implemented HTTP/2 push functionality.Simone Bordet1-4/+16
2014-08-12Updated flow control implementation to detect when senders exceedSimone Bordet1-9/+30
2014-08-01Moved http2.parser.ErrorCode to http2.ErrorCodes.Simone Bordet1-2/+1
2014-06-24Improved handling of errors for streams.Simone Bordet1-13/+15
2014-06-18Implemented idle timeout functionality for streams.Simone Bordet1-11/+68
2014-06-13Split the generation of frames into 2: flow-controlled andSimone Bordet1-2/+2
2014-06-13Improved flow control logging.Simone Bordet1-6/+2
2014-06-13Removed generation of padding bytes, which simplified the code a lot.Simone Bordet1-4/+6
2014-06-13Implemented flow control.Simone Bordet1-20/+38
2014-06-11Put some more flesh on the HTTP2 implementation.Simone Bordet1-15/+105
2014-06-11Properly linking stream object with HEADERS frame.Simone Bordet1-5/+6
2014-06-10Improved logging.Simone Bordet1-0/+6
2014-06-10Reworked generation of frames (split into different generators) andSimone Bordet1-1/+72
2014-06-09Reorganized HTTP2 modules.Simone Bordet1-0/+57

    Back to the top