Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Removed SPDY and NPNGreg Wilkins17-3305/+0
2015-02-04added direct buffer configurationGreg Wilkins1-0/+6
2015-01-08Merge remote-tracking branch 'origin/master' into jetty-9.3-ewykGreg Wilkins14-14/+14
2015-01-08Happy New Year 2015Joakim Erdfelt14-14/+14
2015-01-08Happy New Year 2015Joakim Erdfelt14-14/+14
2015-01-01Deprecated the AbstractConnection dispatchIO mechanismGreg Wilkins1-1/+1
2014-12-23refactored HttpConnector for EWYK - work in progressGreg Wilkins2-6/+6
2014-12-21Refactored HttpInput to use poison pillsGreg Wilkins4-9/+27
2014-12-18EWYK SelectorManagerGreg Wilkins1-1/+1
2014-12-09Further experimentation with PushBuilderGreg Wilkins1-0/+7
2014-11-17Removing virtual module [ssl-protonego]Joakim Erdfelt1-1/+3
2014-10-24Removed duplication of HttpGenerator$Info vs http.MetaDataGreg Wilkins2-10/+12
2014-10-23447515 Remove GzipFilterGreg Wilkins1-1/+1
2014-10-16Updated NPN and ALPN files and configuration for JDK 7u71, 7u72 and 8u25.Simone Bordet2-0/+16
2014-10-13446672 - NPN Specification issue in the case no protocols are selected.Simone Bordet4-8/+8
2014-09-26445167 - Allow configuration of dispatch after select.Simone Bordet1-1/+1
2014-09-05Fixed typo.Simone Bordet1-1/+1
2014-09-04Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins1-0/+5
2014-09-04added npn and alpn license messagesGreg Wilkins1-0/+6
2014-09-03435322 Added a idleTimeout to the SharedBlockerCallbackGreg Wilkins1-0/+6
2014-08-21Moved NPN module files in the right directory after merge.Simone Bordet3-24/+0
2014-08-21Merged branch 'master' into 'jetty-http2'.Simone Bordet1-0/+8
2014-08-21Properly updated NPN and ALPN files and configuration for JDK 7u65Simone Bordet1-0/+8
2014-08-19442086 - Review HttpOutput blocking writes.Simone Bordet1-1/+1
2014-08-12Introduced configuration properties for ALPN/NPN advertised protocols.Simone Bordet1-5/+2
2014-08-11Introduced configuration properties for ALPN/NPN advertised protocols.Simone Bordet1-2/+5
2014-08-11Removed configuration for SPDY/2.Simone Bordet1-17/+0
2014-08-07decomposed https,http2 and spdy modules to share ServerConnectorGreg Wilkins2-139/+70
2014-08-06Basic push mechanism skeletonGreg Wilkins1-0/+12
2014-07-31simplified HttpTransport APIGreg Wilkins1-9/+0
2014-07-25refactored Request to use new HttpURIGreg Wilkins1-6/+12
2014-07-24Major refactor of metadata and HttpURIGreg Wilkins1-3/+1
2014-07-20refactored URI handlingGreg Wilkins2-4/+3
2014-07-18Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins1-0/+8
2014-07-17Updated NPN and ALPN to JDK 7u65 and 8u11.Simone Bordet1-0/+8
2014-07-11refactored to avoid copying MetaData.Request instancesGreg Wilkins1-1/+2
2014-07-11misc test fixes for rfc7230 issuesGreg Wilkins1-3/+1
2014-06-25Merged branch 'origin/master' into 'jetty-http2'.Simone Bordet7-57/+113
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet7-61/+121
2014-06-17Miscellaneous refactorings.Simone Bordet1-25/+18
2014-06-17Updated SPDY code to HttpChannel refactorings.Simone Bordet3-127/+61
2014-06-16Refactored HttpChannel to not have direct HttpParser dependencyGreg Wilkins2-2/+2
2014-06-16Merged branch 'master' into 'jetty-http2'.Simone Bordet1-0/+8
2014-06-16Moved NPN[Client|Server]Connection[Factory] classes to their ownSimone Bordet21-190/+2
2014-06-11Added JDK 7u60 files and configuration for NPN and ALPN.Simone Bordet1-0/+8
2014-06-11Added JDK 7u60 files for NPN and ALPN.Simone Bordet1-0/+8
2014-06-11Multiple mixed in changes and improvementsGreg Wilkins1-4/+2
2014-06-09simplified startRequestGreg Wilkins2-6/+6
2014-06-04436524 - Start / Downloadable [files] references in modules cannot use ":" th...Joakim Erdfelt16-16/+16
2014-05-20435088 - lib/npn packaging of jetty-distribution is offJoakim Erdfelt1-3/+2

Back to the top