Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-15moved config plugin to profileGreg Wilkins1-17/+0
2014-08-15cleaned up OSGi manifest creationGreg Wilkins10-22/+52
2014-08-14ignored osgi-spdy testsGreg Wilkins6-8/+8
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-07case insensitive protocolsGreg Wilkins1-1/+1
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-25Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins1-51/+64
2014-07-25refactored Dispatcher for new HttpURIGreg Wilkins1-1/+1
2014-07-25refactored Request to use new HttpURIGreg Wilkins1-6/+12
2014-07-24Major refactor of metadata and HttpURIGreg Wilkins7-27/+28
2014-07-23[maven-release-plugin] prepare for next development iterationJoakim Erdfelt10-10/+10
2014-07-23[maven-release-plugin] prepare release jetty-9.2.2.v20140723jetty-9.2.2.v20140723Joakim Erdfelt10-10/+10
2014-07-23Replaced usage of Continuation with AsyncContext.Simone Bordet1-51/+64
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 Wilkins2-4/+2
2014-07-03Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins1-4/+9
2014-07-02More debug for intermittent failuresGreg Wilkins1-4/+9
2014-06-26Merged branch 'origin/master' into 'jetty-http2'.Simone Bordet1-3/+2
2014-06-26Improved changes introduced by a746d78.Simone Bordet1-1/+0
2014-06-25438079 435322 Fixed Iterating Callback fail handling and removed per send ins...Greg Wilkins1-2/+2
2014-06-25Merged branch 'origin/master' into 'jetty-http2'.Simone Bordet11-90/+179
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet12-95/+189
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-16Updated version to 9.3.0-SNAPSHOT.Simone Bordet10-10/+10
2014-06-16Merged branch 'master' into 'jetty-http2'.Simone Bordet2-0/+22
2014-06-16Moved NPN[Client|Server]Connection[Factory] classes to their ownSimone Bordet36-489/+34
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-10Add jetty-maven-plugin <excludedGoals> for spdy test webapp as only run-forke...Jan Bartel1-0/+14
2014-06-09[maven-release-plugin] prepare for next development iterationJesse McConnell10-10/+10
2014-06-09[maven-release-plugin] prepare release jetty-9.2.1.v20140609jetty-9.2.1.v20140609Jesse McConnell10-10/+10
2014-06-09Merge branch 'master' into release-9Jesse McConnell16-16/+16
2014-06-09simplified startRequestGreg Wilkins2-6/+6
2014-06-04Merge remote-tracking branch 'origin' into jetty-http2Greg Wilkins16-16/+16
2014-06-04updated version to 10.0.0-SNAPSHOTGreg Wilkins10-10/+10
2014-06-04436524 - Start / Downloadable [files] references in modules cannot use ":" th...Joakim Erdfelt16-16/+16
2014-05-26[maven-release-plugin] prepare for next development iterationJesse McConnell10-10/+10
2014-05-26[maven-release-plugin] prepare release jetty-9.2.0.v20140526jetty-9.2.0.v20140526Jesse McConnell10-10/+10

Back to the top