Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Happy New Year 2016Joakim Erdfelt136-136/+136
2015-12-28484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet3-9/+52
2015-12-24484878 - Make BufferingFlowControlStrategy.bufferRatio configurable via JMX.Simone Bordet1-3/+10
2015-12-24Improved logging.Simone Bordet1-2/+2
2015-12-24484876 - Make simpler to customize the FlowControlStrategy.Simone Bordet6-37/+51
2015-12-23484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet1-0/+17
2015-12-23484861 - Improve FlowControlStrategy stall handling.Simone Bordet4-15/+330
2015-12-23Avoid allocating the ALPNClientConnectionFactory if there is noSimone Bordet1-1/+3
2015-12-23484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet3-2/+91
2015-12-23484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet6-27/+111
2015-12-21484585 - Avoid sending request using a connection that is idle timing out.Simone Bordet3-15/+9
2015-12-18484585 - Avoid sending request using a connection that is idle timing out.Simone Bordet7-17/+62
2015-12-18Added factory method to create the HttpChannel.Simone Bordet1-1/+11
2015-12-15484262 - Race condition between GOAWAY disconnect and ability to make new req...Simone Bordet2-9/+50
2015-12-15Improved toString().Simone Bordet2-2/+19
2015-12-11484210 - HttpClient over HTTP/2 should honor maxConcurrentStreams.Simone Bordet4-4/+265
2015-12-11483878 - Parallel requests stuck via the http client transport over HTTP/2.Simone Bordet1-0/+1
2015-12-11484167 - GOAWAY frames aren't handling disconnects appropriately on Client.Simone Bordet2-3/+8
2015-12-11484167 - GOAWAY frames aren't handling disconnects appropriately on Client.Simone Bordet2-26/+43
2015-12-09Improved generate/parse tests.Simone Bordet8-98/+138
2015-12-09483878 - Parallel requests stuck via the http client transport over HTTP/2.Simone Bordet2-31/+42
2015-11-25483039 - HTTP2 Upgrade case sensitivity on Connection headerGreg Wilkins1-1/+1
2015-11-25482959 - Local stream count never decrements when closing a stream causing Il...Simone Bordet9-27/+171
2015-11-25Improved javadocs for onPreface().Simone Bordet1-2/+9
2015-11-18Improved logging.Simone Bordet3-10/+9
2015-11-06Updating to version 9.3.7-SNAPSHOTJoakim Erdfelt7-7/+7
2015-11-06Updating to version 9.3.6.v20151106jetty-9.3.6.v20151106Joakim Erdfelt7-7/+7
2015-11-02481225 - Secondary resources with query parameters are not properly pushed.Simone Bordet1-0/+4
2015-10-20480260 - HPack decode error for buffers with offset.Simone Bordet3-53/+97
2015-10-19480061 - HTTP/2 server doesn't send GOAWAY frame when shutting down.Simone Bordet5-46/+55
2015-10-12Updating to version 9.3.6-SNAPSHOTJoakim Erdfelt7-7/+7
2015-10-12Updating to version 9.3.5.v20151012jetty-9.3.5.v20151012Joakim Erdfelt7-7/+7
2015-10-12479537 - Server preface sent after client preface reply.Simone Bordet6-13/+269
2015-10-09Updating to 9.3.5-SNAPSHOTJoakim Erdfelt7-7/+7
2015-10-07Updating to version 9.3.4.v20151007jetty-9.3.4.v20151007Joakim Erdfelt7-7/+7
2015-10-07479277 - HttpClient with HTTP/2 transport does not work for "https" URLs.Simone Bordet5-15/+90
2015-09-29Forwarding HttpClient properties to HTTP2Client at startup.Simone Bordet3-0/+69
2015-09-27Improved usability of PingFrame.Simone Bordet3-3/+97
2015-09-25478434 - Priority weights should be between 1 and 256 inclusive.Simone Bordet6-36/+24
2015-09-25Merged branch '477878' into 'master'.Simone Bordet1-2/+5
2015-09-25477878 - HttpClient over HTTP/2 doesn't close upload stream.Simone Bordet1-2/+5
2015-09-25478275 - Priority information in HEADERS frame is not sent.Simone Bordet7-35/+192
2015-09-25Cosmetics.Simone Bordet1-1/+1
2015-09-21Cosmetics.Simone Bordet1-3/+0
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 Bordet7-52/+236
2015-09-14Introduced a HeadersFrame constructor for HEADERS frames withSimone Bordet16-103/+128
2015-09-14Improved logging.Simone Bordet2-1/+11
2015-09-10477087 - Enforce that the preface contains a SETTINGS frame.Simone Bordet5-122/+163
2015-08-27[maven-release-plugin] prepare for next development iterationJesse McConnell7-7/+7

Back to the top