Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-16479903 - improve async onError handlingGreg Wilkins1-85/+232
2015-09-11477123 - AsyncListener callbacks need context scopeGreg Wilkins1-72/+149
2015-08-19ContextHandler.ContextScopeListenerGreg Wilkins1-1/+1
2015-08-14474634 - AsyncListener.onError() handling.Simone Bordet1-2/+3
2015-08-13474634 - AsyncListener.onError() handling.Greg Wilkins1-0/+1
2015-08-13474634 - AsyncListener.onError() handling.Greg Wilkins1-15/+19
2015-08-12474634 - AsyncListener.onError() handling.Simone Bordet1-59/+141
2015-08-10Revert "474618 - AsyncListener.onComplete not called when error occurs"Joakim Erdfelt1-9/+2
2015-08-10474618 - AsyncListener.onComplete not called when error occursJoakim Erdfelt1-2/+9
2015-07-02471251 - Improved debugging on async timeoutGreg Wilkins1-1/+0
2015-07-01471251 - Improved debugging on async timeoutGreg Wilkins1-0/+9
2015-06-08469633 - Make SpinLock behavior pluggable.Simone Bordet1-66/+66
2015-04-21464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt1-5/+1
2015-02-26protect event schedule raceGreg Wilkins1-8/+8
2015-02-25Avoid dispatch in HttpOutputGreg Wilkins1-4/+2
2015-02-24460210 - ExecutionStragegy producer for SelectManager calls onOpen from produ...Greg Wilkins1-0/+42
2015-02-23460210 - ExecutionStragegy producer for SelectManager calls onOpen from produ...Greg Wilkins1-79/+133
2015-02-19Revert "Revert "Fixed AsyncIO double dispatch""Greg Wilkins1-1/+1
2015-02-19Revert "Fixed AsyncIO double dispatch"Greg Wilkins1-2/+2
2015-02-19Fixed AsyncIO double dispatchGreg Wilkins1-2/+2
2015-02-13Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-1/+29
2015-02-13459845 Support upgradeGreg Wilkins1-1/+29
2015-02-05Added test cases and improved isReady and isFinished handlingGreg Wilkins1-14/+18
2015-01-08Merge remote-tracking branch 'origin/master' into jetty-9.3-ewykGreg Wilkins1-1/+1
2015-01-08Happy New Year 2015Joakim Erdfelt1-1/+1
2015-01-08Happy New Year 2015Joakim Erdfelt1-1/+1
2014-12-24yet another refactor of HttpInput.... must read -1 before isFinished is trueGreg Wilkins1-0/+1
2014-12-23fixed some more tests after EWYK refactorGreg Wilkins1-0/+9
2014-12-21HttpConnection refactoring work in progressGreg Wilkins1-1/+1
2014-11-20Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-1/+1
2014-11-20447472 Clear async context timeout on async static contentGreg Wilkins1-1/+1
2014-10-26445823 Moved RequestLog calling to HttpChannelGreg Wilkins1-1/+0
2014-10-24Removed duplication of HttpGenerator$Info vs http.MetaDataGreg Wilkins1-0/+1
2014-06-16Refactored HttpChannel to not have direct HttpParser dependencyGreg Wilkins1-3/+3
2014-05-26Revert "434810 better handling of bad messages"Jesse McConnell1-2/+1
2014-05-21434810 better handling of bad messagesGreg Wilkins1-1/+2
2014-05-03Added ASYNC_WOKEN state to HttpChannelStateGreg Wilkins1-3/+10
2014-04-30Added ASYNC_WOKEN state to HttpChannelStateGreg Wilkins1-3/+13
2014-04-30Added ASYNC_WOKEN state to HttpChannelStateGreg Wilkins1-38/+41
2014-03-13430273 Cancel async timeout breaks volatile link to avoid race with slow expireGreg Wilkins1-10/+1
2014-01-02Happy New Year - 2014!Joakim Erdfelt1-1/+1
2013-11-08Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins1-1/+17
2013-11-08420776 complete error pages after startAsyncGreg Wilkins1-4/+31
2013-11-04global clean up importsGreg Wilkins1-1/+1
2013-10-24Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins1-2/+5
2013-10-24420033 AsyncContext.onTimeout exceptions passed to onErrorGreg Wilkins1-2/+5
2013-08-21Fixed recycling of fields, now correctly restored to their initialSimone Bordet1-4/+6
2013-08-13413901 isAsyncStarted remains true while original request is dispatchedGreg Wilkins1-0/+2
2013-08-13413901 isAsyncStarted remains true while original request is dispatchedGreg Wilkins1-1/+3
2013-07-26Double dispatch warning should be logged at debug levelThomas Becker1-3/+2

Back to the top