Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Removed SPDY and NPNGreg Wilkins108-13167/+0
2015-01-08Happy New Year 2015Joakim Erdfelt105-105/+105
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-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet3-30/+60
2014-05-19Using Callback.Adapter.INSTANCE to avoid unneeded allocations.Simone Bordet3-11/+11
2014-04-29433692 improved buffer resizingGreg Wilkins2-10/+7
2014-01-14Added TODO, reminding to notify failure outside sync blocks.Simone Bordet1-0/+1
2014-01-02Happy New Year - 2014!Joakim Erdfelt105-105/+105
2013-12-26424651 - org.eclipse.jetty.spdy.Flusher use of non-growableSimone Bordet1-1/+1
2013-12-20Fixed SPDY Flusher.Simone Bordet2-110/+125
2013-12-15424043 - IteratingCallback Idle race.Simone Bordet1-2/+2
2013-12-14424043 - IteratingCallback Idle race.Simone Bordet1-4/+4
2013-12-13424043 - IteratingCallback Idle raceGreg Wilkins1-3/+3
2013-12-13Added comments about optimizations that may be included as part ofSimone Bordet2-0/+24
2013-12-13423930 - SPDY streams are leaked.Simone Bordet3-63/+219
2013-12-13Using org.junit.Assert rather than junit.framework.Assert.Simone Bordet1-5/+4
2013-11-21421697 - IteratingCallback improvementsGreg Wilkins1-1/+1
2013-11-21421697 - IteratingCallback improvementsGreg Wilkins2-31/+24
2013-11-21421697 - IteratingCallback improvementsGreg Wilkins5-98/+108
2013-11-04global clean up importsGreg Wilkins7-33/+31
2013-11-03Fixing compilation errorsJoakim Erdfelt2-2/+2
2013-11-03Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins5-14/+25
2013-11-02[Bug 420930] Use Charset to specify character encodingMikhail Mazursky6-23/+32
2013-10-21Using StandardCharset fields instead of Charset.forName().Simone Bordet3-5/+7
2013-10-18Refactored class Fields to a better API.Simone Bordet3-13/+14
2013-10-11415609 spdy replace SessionInvoker with IteratingCallback. Introduce Flusher ...Thomas Becker6-269/+291
2013-09-23SPDY remove unnecessary flush callsThomas Becker2-8/+0
2013-09-23Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins12-11/+12
2013-09-19417289 SPDY replace use of direct buffers with indirect buffers or make it co...Thomas Becker12-11/+12
2013-09-09Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins2-10/+11
2013-09-09[Bug 415999] Fix some of FindBugs warningsMikhail Mazursky2-10/+11
2013-08-28416026 improve error handlig in SPDY parsersThomas Becker9-53/+399
2013-08-26Javadoc fixesJoakim Erdfelt2-8/+4
2013-08-22415656 SPDY - add IdleTimeout per Stream functionalityThomas Becker7-21/+136
2013-07-05409845 add test that makes sure that DataFrameGenerator correctly prepends th...Thomas Becker1-0/+110
2013-07-01410805 StandardSession: remove all frameBytes for a given stream from queue i...Thomas Becker1-3/+15
2013-06-12409598 spdy: Fix NPE when a broken client tried to create duplicate stream IDsThomas Becker1-2/+8
2013-06-07410098 inject accept-encoding header for all http requests through SPDY as SP...Thomas Becker1-2/+4
2013-04-26406214 fix constructor for PushSynInfo ignores timeout, remove timeout for cr...Thomas Becker1-1/+1
2013-04-22405570 spdy push - send push resources in the order they have been requested....Thomas Becker1-1/+3
2013-04-11405449 spdy improve handling of duplicate stream IdsThomas Becker1-14/+8
2013-04-10405364 spdy imeplement MAX_CONCURRENT_STREAMSThomas Becker2-14/+78
2013-03-15403370 move frameBytes.fail() call in StandardSession.flush() outside the syn...Thomas Becker1-8/+16
2013-03-04402277 spdy proxy: fix race condition in nested push streams initiated by ups...Thomas Becker3-5/+6
2013-02-19401183 Handle push streams in new method StreamFrameListener.onPush() instead...Thomas Becker7-80/+208
2013-01-31396606 make spdy proxy capable of receiving SPDY and talk HTTP to the upstrea...Thomas Becker2-58/+40
2013-01-28intermittent commitThomas Becker2-21/+6
2013-01-11merge from jetty-8 and update license blocks.Jesse McConnell102-102/+102
2013-01-11update license blocks for 2013Jesse McConnell103-103/+103

Back to the top