Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-18484622 - Improve handling of Direct and Mapped buffers for static contentGreg Wilkins11-77/+263
2015-12-18484603 HashLoginService does not stop its PropertyUserStoreJan Bartel1-4/+3
2015-12-18484603 HashLoginService does not stop its PropertyUserStoreJan Bartel1-4/+3
2015-12-17Merge branch 'jetty-9.2.x' into jetty-9.3.xJoakim Erdfelt1-1/+2
2015-12-17484612 - Restore WebSocket Session.close() sending 1000/Normal status codeJoakim Erdfelt1-1/+2
2015-12-17Merge branch 'jetty-9.2.x' into jetty-9.3.xJoakim Erdfelt1-0/+6
2015-12-17484397 - Unavoidable NullPointerException in onMessage-Handler for PongMessagesJoakim Erdfelt1-0/+6
2015-12-17484440 - Swap WebSocket PathMappings for new jetty-http PathMappingsJoakim Erdfelt22-2374/+34
2015-12-17Using Java 8 Predicate FunctionJoakim Erdfelt5-36/+4
2015-12-16Merge branch 'jetty-9.2.x' into jetty-9.3.xJoakim Erdfelt26-42/+2882
2015-12-16484349 - Promote WebSocket PathMappings / PathSpec to Jetty HttpJoakim Erdfelt7-82/+57
2015-12-16Revert "482042 - New API, Allow customization of ServletHandler path mapping"Joakim Erdfelt10-80/+98
2015-12-15[447816] - ServletHolder#compareTo not transitiveMatt Gilman2-2/+71
2015-12-15484350 - Allow GzipHandler path include/exclude to use regexJoakim Erdfelt8-36/+378
2015-12-15482042 - New API, Allow customization of ServletHandler path mappingJoakim Erdfelt10-98/+80
2015-12-15484349 - Promote WebSocket PathMappings / PathSpec to Jetty HttpJoakim Erdfelt15-0/+2547
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-14Improved exception reporting.Simone Bordet1-1/+1
2015-12-11484210 - HttpClient over HTTP/2 should honor maxConcurrentStreams.Simone Bordet5-28/+316
2015-12-11483878 - Parallel requests stuck via the http client transport over HTTP/2.Simone Bordet2-0/+7
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 Bordet3-26/+69
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-12-09Added concurrent load tests.Simone Bordet1-5/+31
2015-12-09GzipHandler Deprecations and User-AgentJoakim Erdfelt1-3/+13
2015-12-08Backporting GzipHandler's IncludeExclude configsJoakim Erdfelt8-110/+843
2015-12-08Merge branch 'jetty-9.2.x' into feature/gziphandler-configJoakim Erdfelt6-40/+96
2015-12-08Using Map interface to get around ConcurrentHashMap.keySet() bug with Java 8Joakim Erdfelt1-1/+2
2015-12-08StringUtil.csvSplit(String)Greg Wilkins19-31/+262
2015-12-08Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet5-31/+78
2015-12-08483857 - jetty-client onComplete isn't called in case of exception in GZIPCon...Simone Bordet5-31/+82
2015-12-08Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet0-0/+0
2015-12-08482243 Fixed GzipHandler for Include.Simone Bordet1-9/+14
2015-12-08Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet5-56/+354
2015-12-08482270 - Expose upgrade request locales.Simone Bordet1-4/+9
2015-12-07481567 - permessage-deflate causing data-dependent ju.zip.DataFormatException...Joakim Erdfelt5-110/+284
2015-12-04483620 Servlet annotation mapping to "/" should override webdefault.xml mappingJan Bartel3-39/+312
2015-12-02Fixing test expectations on Decorator countsJoakim Erdfelt3-2/+5
2015-12-02Merge branch 'feature/deprecationwarning' into jetty-9.3.xJoakim Erdfelt2-1/+91
2015-12-02483413 - Warn on @Deprecated servlet/filter useGreg Wilkins1-0/+6
2015-12-02483422 - Empty chunked body in 304 ResponseGreg Wilkins2-2/+76
2015-12-02483344 - text/csv Mime Type For CSV in mime properties FileGreg Wilkins1-1/+1
2015-12-01483413 - Warn on @Deprecated servlet/filter useJoakim Erdfelt1-1/+1
2015-12-01483413 - Warn on @Deprecated servlet/filter useJoakim Erdfelt2-1/+91
2015-11-30Fixing Javadoc for Java 8 based buildsJoakim Erdfelt5-62/+27
2015-11-26482670 - HttpURI wrongly parser URI paths starting with /@Greg Wilkins3-5/+14
2015-11-25483039 - HTTP2 Upgrade case sensitivity on Connection headerGreg Wilkins4-10/+27
2015-11-25Made test behave the same for different proxy servlets to reduceSimone Bordet1-9/+8

Back to the top