Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-12479537 - Server preface sent after client preface reply.Simone Bordet2-5/+234
2015-10-07479277 - HttpClient with HTTP/2 transport does not work for "https" URLs.Simone Bordet1-12/+13
2015-09-25478275 - Priority information in HEADERS frame is not sent.Simone Bordet1-0/+40
2015-09-20477885 - Jetty HTTP2 client fails to connect with Netty server - HTTP2 client...Simone Bordet2-1/+102
2015-09-14477270 - Add ability to send a single PRIORITY frame.Simone Bordet1-0/+144
2015-09-14Introduced a HeadersFrame constructor for HEADERS frames withSimone Bordet13-101/+102
2015-08-11470311 - Introduce a proxy-protocol module.Simone Bordet2-10/+153
2015-07-30473955 - NPE in PushCacheFilter.Simone Bordet2-6/+89
2015-07-28473118 - HTTP/2 server does not retrieve Host header from client.Simone Bordet1-0/+40
2015-07-22470727 - Thread Starvation of selector wakeups.Greg Wilkins10-64/+64
2015-07-11472422 - Custom status codes result in a NumberFormatException while using ht...Simone Bordet1-0/+33
2015-07-08441020 - Support HEADERS followed by CONTINUATION+.Simone Bordet1-1/+1
2015-05-26Added test for push with query parameters.Simone Bordet1-0/+97
2015-05-26468313 - PushCacheFilter wrongly associates primary resources to themselves.Simone Bordet1-15/+115
2015-05-04Updated example to show also pushed resources.Simone Bordet1-7/+16
2015-05-04466283 - Support specifying ALPN protocols in HTTP2Client.Simone Bordet1-15/+95
2015-04-29Introduced overridable configure(SocketChannel) method.Simone Bordet1-19/+17
2015-04-15464706 - HTTP/2 and async I/O: onDataAvailable() not called.Simone Bordet1-0/+247
2015-04-14Made test more reliable.Simone Bordet1-1/+1
2015-04-10444721 - PushCacheFilter cleanup/improvements.Simone Bordet2-1/+113
2015-03-26Organised importsGreg Wilkins5-3/+8
2015-03-25Fixed race sending SETTINGS with INITIAL_WINDOW_SIZE.Simone Bordet1-1/+1
2015-03-20Renamed ISession.control() to ISession.frames().Simone Bordet1-2/+2
2015-03-20Tests for async proxy functionality.Simone Bordet1-0/+195
2015-03-12Made test more reliable.Simone Bordet1-5/+0
2015-03-11More flow control tests.Simone Bordet3-156/+63
2015-03-11Clarified test and made it more reliable.Simone Bordet1-17/+12
2015-03-11423974 - Optimize flow control.Simone Bordet1-2/+2
2015-03-10459081 - http2 push failures.Simone Bordet1-1/+83
2015-02-27461052 - Local streams created after INITIAL_WINDOW_SIZE setting have wrong s...Simone Bordet2-11/+120
2015-02-27Made tests more stable.Simone Bordet1-2/+9
2015-02-24Fixed test.Simone Bordet1-3/+8
2015-02-24Fixed test.Simone Bordet1-38/+20
2015-02-18Using TestTracker Rule in test classes.Simone Bordet3-3/+10
2015-02-18Improved handling of the stream close state.Simone Bordet2-8/+110
2015-02-18460211 Fixed Idle race in ExecuteProduceRunGreg Wilkins1-1/+1
2015-02-17ignored bad http2 client testGreg Wilkins1-0/+2
2015-02-13Fixed test, and added test to check close state of pushed streams.Simone Bordet1-5/+73
2015-02-13Implemented notification of session failure events.Simone Bordet1-0/+123
2015-02-13made StreamResetTest test less of a raceGreg Wilkins1-4/+11
2015-02-13Organised http2 importsGreg Wilkins7-4/+9
2015-02-13459845 - Support upgrade from http1 to http2/websocketGreg Wilkins1-0/+1
2015-02-12Fixing http2-client test quirk whenJoakim Erdfelt2-8/+18
2015-02-12Simplified HTTP/2 parser and its listener.Simone Bordet1-4/+2
2015-02-12459731 - Update for drafts hpack-11 and http2-17Greg Wilkins1-1/+1
2015-02-09Implemented HTTP2Client connect timeout.Simone Bordet2-0/+105
2015-02-09Improved configurability of HTTP2Client.Simone Bordet6-38/+138
2015-02-09Fixed removal of streams upon sending the response HEADERS frame.Simone Bordet8-25/+191
2015-02-09423974 - Optimize flow control.Simone Bordet6-77/+307
2015-02-09Fixed failure of stalled frames.Simone Bordet1-0/+52

Back to the top