Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Improved handling of errors for streams.Simone Bordet3-13/+19
2014-06-24Cosmetics.Simone Bordet1-1/+2
2014-06-24PING frames are now processed as soon as possible.Simone Bordet1-1/+6
2014-06-24Closing the connection if frames that carry headers don't have theSimone Bordet2-0/+17
2014-06-24Strengthened the checks to avoid to exceed the max frame length.Simone Bordet3-5/+23
2014-06-24Improved handling of RST_STREAM frames.Simone Bordet3-7/+190
2014-06-23Improved the server transport implementation, and fixed a case whereSimone Bordet1-11/+27
2014-06-23Made ALPN API dependency provided.Simone Bordet1-6/+6
2014-06-19Merge branch 'jetty-http2' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse...Greg Wilkins6-45/+80
2014-06-19encoding debugGreg Wilkins1-0/+1
2014-06-18Fixed tests.Simone Bordet4-29/+74
2014-06-18Fixed handling of zero-length hpacked headers.Simone Bordet2-16/+6
2014-06-18cache path URI in tableGreg Wilkins2-2/+15
2014-06-18fixed clientGreg Wilkins1-0/+1
2014-06-18Implemented idle timeout functionality for streams.Simone Bordet9-42/+325
2014-06-18Update Parser constructor to take additional parameters needed bySimone Bordet17-46/+56
2014-06-18Implemented idle timeout functionality for both client and server.Simone Bordet9-24/+337
2014-06-18Made sure that exceptions thrown by the generator are caught and theSimone Bordet1-1/+2
2014-06-18Made sure that exceptions thrown by the parser are caught and theSimone Bordet2-78/+96
2014-06-18HpackDecoder implements 413 limitGreg Wilkins4-10/+114
2014-06-18encoder headers as lowercaseGreg Wilkins9-19/+69
2014-06-17improved static encoding strategyGreg Wilkins2-13/+22
2014-06-17cleaned up authority handlingGreg Wilkins4-17/+13
2014-06-17Fixed infinite loop when receiving a SETTINGS frame.Simone Bordet2-1/+5
2014-06-17Miscellaneous refactorings.Simone Bordet1-1/+1
2014-06-17Fixed tests to make the generator and the parser have the same scope.Simone Bordet11-164/+176
2014-06-17better hpack debugGreg Wilkins4-11/+36
2014-06-17Fixed references to MetaData, that has been moved to the jetty-http module.Simone Bordet3-9/+11
2014-06-16renamed HTTP/2.0 to HTTP/2Greg Wilkins8-25/+25
2014-06-16Refactored HttpChannel to not have direct HttpParser dependencyGreg Wilkins20-376/+100
2014-06-16Updated version to 9.3.0-SNAPSHOT.Simone Bordet5-5/+5
2014-06-16Removed unneeded reference to jetty-ssl.xml, implicitly referencedSimone Bordet1-1/+0
2014-06-16Updated HTTP2 modules to be included in the distribution.Simone Bordet4-1/+103
2014-06-16Added license header.Simone Bordet1-0/+18
2014-06-16Replying to SETTINGS frame as requested by the specification.Simone Bordet1-0/+5
2014-06-16Implemented PUSH_PROMISE generator/parser.Simone Bordet10-5/+596
2014-06-16Added checks on the validity of the streamId.Simone Bordet5-0/+25
2014-06-16Moved NPN[Client|Server]Connection[Factory] classes to their ownSimone Bordet2-25/+19
2014-06-15Fixed notification of Session's promise upon connect: it must beSimone Bordet1-7/+20
2014-06-13Fixed onPing() method: replaced call to ping() with control() sinceSimone Bordet1-1/+1
2014-06-13More flow control tests.Simone Bordet1-98/+90
2014-06-13Improved logging.Simone Bordet2-0/+22
2014-06-13Properly closing the stream and eventually removing it when receiving data fr...Simone Bordet1-1/+4
2014-06-13Fixed generation of sliced data frames, setting the end stream flagSimone Bordet1-3/+4
2014-06-13Fixed handling of zero length body, that must be HPACK decoded.Simone Bordet1-0/+10
2014-06-13Implemented PING functionality.Simone Bordet4-3/+172
2014-06-13Wrapping debug log statements with LOG.isDebugEnabled().Simone Bordet7-37/+42
2014-06-13Split the generation of frames into 2: flow-controlled andSimone Bordet18-86/+140
2014-06-13Improved flow control logging.Simone Bordet6-25/+50
2014-06-13Removed generation of padding bytes, which simplified the code a lot.Simone Bordet28-413/+389

Back to the top