Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-20Fixing format error on toString()Joakim Erdfelt1-1/+1
2015-10-16479179 Fixed NPE from debugGreg Wilkins1-8/+5
2015-09-29Improved toString().Simone Bordet1-44/+46
2015-09-29Revert "Merged branch 'jetty-9.2.x' into 'master'."Simone Bordet1-49/+44
2015-09-29Revert "Merged branch 'jetty-9.2.x' into 'master'."Simone Bordet1-3/+3
2015-09-29Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-3/+3
2015-09-29Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-44/+49
2015-09-28Improved toString().Simone Bordet1-37/+45
2015-08-20Closing the connection also in case the parser is in CLOSED state.Simone Bordet1-5/+5
2015-07-22470727 - Thread Starvation of selector wakeups.Greg Wilkins1-2/+16
2015-07-15472621 - Unjustified timeout when serving static contentGreg Wilkins1-0/+5
2015-07-01470727 - Thread Starvation with EWYKGreg Wilkins1-1/+1
2015-04-30465857 - Support HTTP/2 clear-text server-side upgrade.Simone Bordet1-2/+5
2015-04-29465857 - Support HTTP/2 clear-text server-side upgrade.Simone Bordet1-42/+43
2015-04-21464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt1-1/+2
2015-02-26Improved LocalConnectorGreg Wilkins1-1/+1
2015-02-26protect event schedule raceGreg Wilkins1-6/+4
2015-02-26Improved request buffer recyclingGreg Wilkins1-21/+39
2015-02-23460210 - ExecutionStragegy producer for SelectManager calls onOpen from produ...Greg Wilkins1-25/+18
2015-02-19Revert "Revert "Fixed AsyncIO double dispatch""Greg Wilkins1-3/+6
2015-02-13459845 - Support upgrade from http1 to http2/websocketGreg Wilkins1-6/+2
2015-02-13Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-6/+21
2015-02-13459845 Support upgradeGreg Wilkins1-6/+21
2015-02-04added direct buffer configurationGreg Wilkins1-0/+6
2015-02-04added test for async IO isNotReadyAtEOFGreg Wilkins1-1/+1
2015-01-08Merge remote-tracking branch 'origin/master' into jetty-9.3-ewykGreg Wilkins1-5/+2
2015-01-08Happy New Year 2015Joakim Erdfelt1-1/+1
2015-01-08Happy New Year 2015Joakim Erdfelt1-1/+1
2015-01-07Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-4/+1
2015-01-07456956 Reduce ThreadLocal.remove() weak reference garbageGreg Wilkins1-4/+1
2015-01-02Fixed buffer leaking in case the buffer is empty due to having readSimone Bordet1-11/+14
2015-01-01Deprecated the AbstractConnection dispatchIO mechanismGreg Wilkins1-2/+2
2014-12-24yet another refactor of HttpInput.... must read -1 before isFinished is trueGreg Wilkins1-4/+4
2014-12-24different callbacks for HTTP blocking and async readsGreg Wilkins1-9/+55
2014-12-23fixed some more tests after EWYK refactorGreg Wilkins1-2/+9
2014-12-23refactored HttpConnector for EWYK - work in progressGreg Wilkins1-1/+1
2014-12-21work in progress on EWYK HTTPGreg Wilkins1-10/+16
2014-12-21HttpConnection refactoring work in progressGreg Wilkins1-106/+124
2014-12-11fixed mergeGreg Wilkins1-1/+1
2014-12-11Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-1/+2
2014-12-09Further experimentation with PushBuilderGreg Wilkins1-0/+6
2014-12-05454157 - HttpInput.consumeAll spins if input is in async mode.Simone Bordet1-1/+2
2014-12-05Improved HttpChannelOverHTTP2 recyclingGreg Wilkins1-1/+1
2014-12-05Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-2/+18
2014-12-04454157 abort to avoid spin in async HttpInput.consumeAllGreg Wilkins1-2/+18
2014-11-20452188 Delay dispatch until content optimisation.Simone Bordet1-4/+6
2014-11-19Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-0/+5
2014-11-19452188 Delay dispatch until content optimisationGreg Wilkins1-2/+9
2014-10-24Removed duplication of HttpGenerator$Info vs http.MetaDataGreg Wilkins1-9/+11
2014-10-22448156 Fixed INACTIVE race in IteratingCallbackGreg Wilkins1-0/+3

Back to the top