Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-03443158 Fixed HttpOutput spinGreg Wilkins1-4/+7
2014-09-01Improved Javadocs and code cleanup.Simone Bordet1-4/+8
2014-08-29435322 acceptor and selector configuration/priorityGreg Wilkins6-37/+129
2014-08-29435322 Added a idleTimeout to the SharedBlockerCallbackGreg Wilkins4-19/+36
2014-08-27442383 Improved insufficient threads messageGreg Wilkins1-4/+7
2014-08-27442048 fixed sendRedirect %2F encodingGreg Wilkins2-46/+15
2014-08-20440255 ensure 500 is logged on thrown ErrorsGreg Wilkins1-1/+1
2014-08-20440255 ensure 500 is logged on thrown ErrorsGreg Wilkins2-1/+13
2014-08-13improved debugging outputGreg Wilkins2-1/+8
2014-08-07441073 isEarlyEOF on HttpInputGreg Wilkins1-1/+11
2014-08-01438500 Odd NoClassDef errors when shutting down the jetty-maven-plugin via th...Jan Bartel3-31/+301
2014-07-31Misc cleanups done whilst fixing 435322Greg Wilkins3-18/+52
2014-07-23expanded tabs in indentsGreg Wilkins2-59/+59
2014-07-23440020 Abort bad proxy responses with sendError(-1)Greg Wilkins4-25/+21
2014-07-23440114 ContextHandlerCollection does not skip context wrappersGreg Wilkins5-99/+386
2014-07-22Restored IteratingCallback APIs (in particular the completed()Simone Bordet1-1/+1
2014-07-21440020 - ProxyServlet does not handle correctly failure after committed respo...Simone Bordet2-3/+20
2014-07-19435653 encode async dispatched requestURIGreg Wilkins1-3/+3
2014-07-18439067 Improved graceful stop timeout handlingGreg Wilkins2-2/+4
2014-07-18434536 Improved Customizer javadocGreg Wilkins1-3/+3
2014-07-17434536 Improved Customizer javadocGreg Wilkins2-5/+27
2014-07-17435653 encode async dispatched requestURIGreg Wilkins1-2/+4
2014-07-17436987 limited range of default acceptors and selectorsGreg Wilkins2-7/+27
2014-07-17438327 Remove hard coded Allow from OPTIONS *Greg Wilkins3-3/+0
2014-07-17439066 javadoc setStopAtShutdownGreg Wilkins1-0/+7
2014-07-17439067 Javadoc for graceful server stopGreg Wilkins2-0/+44
2014-07-17Making ShutdownThread actually stopGreg Wilkins2-80/+43
2014-07-17[FindBugs] Include explicit typing whereever possibleGreg Wilkins8-20/+50
2014-07-17[FindBugs] Ensure resources are closed/freed properlyGreg Wilkins4-52/+55
2014-07-16Fixes to Hash Sessions for 'Stream Closed' errorsGreg Wilkins3-46/+34
2014-07-16[FindBugs] Ensure proper lazy-initialization even if this costs some performanceGreg Wilkins3-8/+8
2014-07-16438204 leave IPv6 addresses [] wrapped in getServerNameGreg Wilkins4-12/+12
2014-07-16439540 - setReuseAddress() in ServerConnector.java is not coded properlyJoakim Erdfelt1-0/+197
2014-07-10438190 findbug improvementsGreg Wilkins17-32/+0
2014-07-03avoid race test failuresGreg Wilkins1-1/+2
2014-07-02More debug for intermittent failuresGreg Wilkins1-1/+1
2014-06-27438434 ResourceHandler checks aliasesGreg Wilkins2-5/+11
2014-06-27435322 Fixed Iterating Callback closeGreg Wilkins1-5/+5
2014-06-26438079 - Review garbage creation in 9.2.x series.Simone Bordet1-3/+7
2014-06-26Removed unnecessary reset of fields from onCompleteSuccess() andSimone Bordet1-12/+2
2014-06-26Cannot throw exceptions from reset(), must fail the callback instead.Simone Bordet1-10/+11
2014-06-26Removed unnecessary volatile declaration.Simone Bordet1-8/+8
2014-06-25438079 435322 Fixed Iterating Callback fail handling and removed per send ins...Greg Wilkins5-159/+134
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet19-64/+99
2014-06-24437996 avoid async status race by not setting 200 on handledGreg Wilkins3-30/+25
2014-06-04436524 - Start / Downloadable [files] references in modules cannot use ":" th...Joakim Erdfelt1-1/+1
2014-06-02436405 - ${jetty.base}/resources not on classpath with default configurationJoakim Erdfelt1-1/+1
2014-06-02436345 Refactor AbstractSession to minimize burden on subclasses to implemen...Jan Bartel3-38/+77
2014-06-02436345 Refactor AbstractSession to ease customizationJan Bartel5-113/+277
2014-05-26Revert "434810 better handling of bad messages"Jesse McConnell4-124/+5

Back to the top