Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet1-8/+9
2016-01-04Happy New Year 2016Joakim Erdfelt16-16/+16
2015-10-20480260 - HPack decode error for buffers with offset.Simone Bordet3-53/+97
2015-07-08441020 - Support HEADERS followed by CONTINUATION+.Simone Bordet1-42/+30
2015-04-22464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt1-5/+2
2015-03-26Organised importsGreg Wilkins1-2/+3
2015-02-20Fixing tests on http2-hpackJoakim Erdfelt1-17/+37
2015-02-12459731 - Update for drafts hpack-11 and http2-17Greg Wilkins6-12/+81
2015-01-08Merge remote-tracking branch 'origin/master' into jetty-9.3-ewykGreg Wilkins16-16/+16
2015-01-08Happy New Year 2015Joakim Erdfelt16-16/+16
2014-12-18Added TODO to remove references to ByteBuffer.array() withoutSimone Bordet1-0/+1
2014-12-04updated hpack for draft 10 name changesGreg Wilkins6-30/+30
2014-12-04updated hpack for draft 10 name changesGreg Wilkins3-58/+58
2014-10-24Removed duplication of HttpGenerator$Info vs http.MetaDataGreg Wilkins1-4/+11
2014-10-16Improve HTTP header pre-encodingGreg Wilkins3-35/+74
2014-10-15improved http2 static entry generationGreg Wilkins2-29/+44
2014-08-15Reverted logging of HTTP2 tests from DEBUG to INFO.Simone Bordet1-1/+1
2014-08-13improved debug logging of settingsGreg Wilkins2-2/+4
2014-08-06work around classloaders for field preencodersGreg Wilkins1-3/+8
2014-08-06preencoded httpfield optimisationGreg Wilkins9-86/+189
2014-08-05misc optimisation of http2 field creationGreg Wilkins5-55/+52
2014-08-04handle http/1 host header in http/2Greg Wilkins1-0/+6
2014-08-04Improved logging.Simone Bordet1-6/+11
2014-08-02Use HttpHeader enum for :path and similar h2 fieldsGreg Wilkins5-59/+69
2014-08-02improve known header handling in hpack encodingGreg Wilkins3-53/+75
2014-08-02Improved hpack encoder handling of custom fieldsGreg Wilkins1-8/+26
2014-07-31Updates to hpack for hpack-09 draftGreg Wilkins5-166/+164
2014-07-25updates for hpack huffman and examplesGreg Wilkins7-352/+347
2014-07-25Merge branch 'jetty-http2' into refsetGreg Wilkins9-60/+52
2014-07-24Major refactor of metadata and HttpURIGreg Wilkins9-59/+53
2014-07-22fixed refactor uri issueGreg Wilkins2-2/+4
2014-07-20refactored URI handlingGreg Wilkins3-13/+9
2014-07-18do not index content-lengthGreg Wilkins2-17/+15
2014-07-18update encoding strategy for no ref-setGreg Wilkins2-35/+49
2014-07-18removed refset from hpackGreg Wilkins40-641/+132121
2014-07-11refactored to avoid copying MetaData.Request instancesGreg Wilkins4-19/+24
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet2-4/+8
2014-06-19encoding debugGreg Wilkins1-0/+1
2014-06-18cache path URI in tableGreg Wilkins2-2/+15
2014-06-18Update Parser constructor to take additional parameters needed bySimone Bordet1-8/+0
2014-06-18HpackDecoder implements 413 limitGreg Wilkins4-10/+114
2014-06-18encoder headers as lowercaseGreg Wilkins6-18/+52
2014-06-17improved static encoding strategyGreg Wilkins2-13/+22
2014-06-17cleaned up authority handlingGreg Wilkins1-10/+3
2014-06-17better hpack debugGreg Wilkins3-11/+26
2014-06-16renamed HTTP/2.0 to HTTP/2Greg Wilkins3-14/+14
2014-06-16Refactored HttpChannel to not have direct HttpParser dependencyGreg Wilkins7-260/+39
2014-06-12cleaned up debugGreg Wilkins4-4/+18
2014-06-11revert httpfieldsGreg Wilkins1-1/+1
2014-06-11improved debugGreg Wilkins1-2/+1

Back to the top