Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-29update other jetty mods to new formatJesse McConnell2-10/+15
2013-08-29Merge branch 'jetty-9.1' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.j...Greg Wilkins17-71/+424
2013-08-28415780 fix StreamAlreadyCommittedException in spdy buildThomas Becker2-9/+15
2013-08-28415826 start.jar replace --enable with --initializeGreg Wilkins2-9/+9
2013-08-28416026 improve error handlig in SPDY parsersThomas Becker15-62/+409
2013-08-28415826 start.jar replace --enable with --initializeGreg Wilkins2-2/+3
2013-08-26jetty-start / fleshing out with spdy test caseJoakim Erdfelt1-1/+2
2013-08-26Module fixesJoakim Erdfelt2-2/+2
2013-08-26Javadoc fixesJoakim Erdfelt2-8/+4
2013-08-26add npn.modJesse McConnell1-0/+4
2013-08-23Merge branch 'jetty-9.1' into jetty-9.1-altstartJoakim Erdfelt20-85/+360
2013-08-23415641 Remove remaining calls to deprecated HttpTranspoert.sendGreg Wilkins1-14/+0
2013-08-22add spdy and websocket modJesse McConnell1-0/+7
2013-08-22415641 Remove remaining calls to deprecated HttpTranspoert.send(HttpGenerator...Thomas Becker1-1/+1
2013-08-22415656 SPDY - add IdleTimeout per Stream functionalityThomas Becker18-70/+359
2013-08-15413737 hide stacktrace in ReferrerPushStrategyTestThomas Becker1-2/+2
2013-08-15413737 hide stacktrace in ReferrerPushStrategyTestThomas Becker1-0/+2
2013-08-14Merge branch 'release-9.1' into jetty-9.1Jesse McConnell1-2/+1
2013-08-14[maven-release-plugin] prepare for next development iterationJesse McConnell8-8/+8
2013-08-14[maven-release-plugin] prepare release jetty-9.1.0.M0Jesse McConnell8-10/+9
2013-08-14Avoid boxing of primitive int variables in logging statements.Simone Bordet1-1/+2
2013-08-13ignore testJesse McConnell1-0/+2
2013-08-13Connection javadoc fixThomas Becker1-2/+0
2013-08-09Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins1-2/+2
2013-08-09414101 Do not escape special characters in cookiesGreg Wilkins1-2/+2
2013-07-26Replace calls to deprecated HttpTransport.send(..) method in SPDY codeThomas Becker1-1/+0
2013-07-26Replace calls to deprecated HttpTransport.send(..) method in SPDY codeThomas Becker1-50/+48
2013-07-26ProxySPDYToSPDYLoadTest small change for shutting down the testThomas Becker1-11/+5
2013-07-24Merged branch 'master' into 'jetty-9.1'.Simone Bordet1-1/+1
2013-07-24412418 HttpTransportOverSPDY fix race condition while sending push streams th...Thomas Becker1-9/+22
2013-07-24412418 HttpTransportOverSPDY fix race condition while sending push streams th...Thomas Becker1-9/+22
2013-07-23Merged branch 'master' into 'jetty-9.1'.Simone Bordet3-8/+10
2013-07-23413531 - Introduce pluggable transports for HttpClient.Simone Bordet1-0/+6
2013-07-23Ignored idle timeout test, not yet implemented in within the SPDY transport.Simone Bordet1-0/+2
2013-07-23Merged branch 'jetty-9.1' into 'http_client_transport'.Simone Bordet1-0/+1
2013-07-23Moved HttpClientTransport SPDY implementation in its own module under the SPD...Simone Bordet13-0/+1259
2013-07-23Moved HTTPSPDYHeader into its own module, for use by a SPDY HttpClientTranspo...Simone Bordet26-21/+83
2013-07-23Working draft of the abstraction of HttpClient transport.Simone Bordet1-0/+1
2013-07-23ReferrerPushStrategy logging changesThomas Becker1-20/+26
2013-07-23413155 HttpTransportOverSPDY remove constructor argument for version and get ...Thomas Becker3-8/+10
2013-07-22Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins4-125/+192
2013-07-19413291 Avoid SPDY double dispatchGreg Wilkins1-40/+42
2013-07-17412840 remove Future in SPDYClient.connect() and return Session instead in bl...Thomas Becker10-31/+29
2013-07-17413155 simplify HttpTransportOverSPDY a bit more. Throw exceptions if send is...Thomas Becker2-39/+40
2013-07-17413155 refactor HttpTransportOverSPDY to fix some bugs and reduce cyclomatic ...Thomas Becker4-93/+147
2013-07-16413066 accept lower case method: headThomas Becker1-2/+1
2013-07-16disable debug loggingThomas Becker1-1/+1
2013-07-16413066 fix HttpTransportOverSPDYTestThomas Becker3-12/+14
2013-07-16413066 SPDY HEAD requests don't send response body anymoreThomas Becker2-2/+13
2013-07-15398467 Servlet 3.1 Non Blocking IOGreg Wilkins1-3/+6

Back to the top