Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-28[maven-release-plugin] prepare release jetty-9.2.4.v20141028Jesse McConnell1-1/+1
2014-10-22448156 Fixed INACTIVE race in IteratingCallbackGreg Wilkins1-82/+73
2014-10-22448156 Fixed INACTIVE race in IteratingCallbackGreg Wilkins1-29/+51
2014-10-22448156 Fixed INACTIVE race in IteratingCallbackGreg Wilkins1-143/+200
2014-10-22447627 MultiPart file always created when "filename" set in Content-DispositionJan Bartel2-16/+9
2014-10-17444031 Ensure exceptions do not reduce threadpool below minimumGreg Wilkins1-1/+9
2014-10-16447381 - Disable SSLv3 by default.Simone Bordet1-1/+1
2014-10-16447381 - Disable SSLv3 by default.Simone Bordet1-1/+1
2014-10-15446923 SharedBlockingCallback does not handle connector max idle time of Long...Jan Bartel1-3/+3
2014-10-15444031 Ensure exceptions do not reduce threadpool below minimumGreg Wilkins2-10/+42
2014-10-08System.lineSeparator existsJoakim Erdfelt1-2/+4
2014-10-01445157 First redeployed servlet leaks WebAppContextJan Bartel1-1/+13
2014-09-23Made methods return boolean to indicate whether the update wasSimone Bordet1-8/+12
2014-09-11Using 9.2.4-SNAPSHOT for branchJoakim Erdfelt1-1/+1
2014-09-05[maven-release-plugin] prepare release jetty-9.2.3.v20140905jetty-9.2.3.v20140905Jesse McConnell1-1/+1
2014-09-05Removed BenchmarkHelper in favour of the version present in the jetty-test-he...Simone Bordet2-303/+1
2014-09-03435322 Added a idleTimeout to the SharedBlockerCallbackGreg Wilkins1-14/+6
2014-09-03443049 Improved HttpParser illegal character messagesGreg Wilkins1-24/+47
2014-09-03435322 Added a idleTimeout to the SharedBlockerCallbackGreg Wilkins2-24/+116
2014-09-01Fixed doStop() to call super before interrupting the reference queue thread.Simone Bordet1-1/+2
2014-08-29435322 acceptor and selector configuration/priorityGreg Wilkins1-2/+6
2014-08-29435322 Added a idleTimeout to the SharedBlockerCallbackGreg Wilkins1-14/+42
2014-08-27435988 ContainerLifeCycle: beans never stopped on removeJan Bartel2-2/+7
2014-08-27441475 org.eclipse.jetty.server.ResourceCache exceptions under high loadJan Bartel2-4/+31
2014-08-01438500 Odd NoClassDef errors when shutting down the jetty-maven-plugin via th...Jan Bartel1-1/+7
2014-07-31Misc cleanups done whilst fixing 435322Greg Wilkins1-12/+8
2014-07-23[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1
2014-07-23[maven-release-plugin] prepare release jetty-9.2.2.v20140723jetty-9.2.2.v20140723Joakim Erdfelt1-1/+1
2014-07-23expanded tabs in indentsGreg Wilkins3-5/+5
2014-07-22Restored IteratingCallback APIs (in particular the completed()Simone Bordet1-23/+46
2014-07-22440122 - Remove usages of ForkInvoker.Simone Bordet1-135/+0
2014-07-18439067 Improved graceful stop timeout handlingGreg Wilkins1-2/+3
2014-07-18439507 - Possible timing side-channel when comparing MD5-CredentialsJoakim Erdfelt1-6/+6
2014-07-17439507 Avoid timing leak in MD5 compareGreg Wilkins1-4/+6
2014-07-17[FindBugs] Include explicit typing whereever possibleGreg Wilkins6-24/+29
2014-07-17[FindBugs] Ensure resources are closed/freed properlyGreg Wilkins1-70/+72
2014-07-16Ensure everything is finalized properly, especially that the lock is unlockedGreg Wilkins1-3/+9
2014-07-16[FindBugs] Remove unnecessary template specializationJoakim Erdfelt1-1/+1
2014-07-10438190 findbug improvementsGreg Wilkins13-15/+9
2014-07-09438331 - AbstractLogger.debug(String,long) infinite loopJoakim Erdfelt1-1/+3
2014-07-03438204 correctly wrap IPv6 hostnames in URIs generated by jettyGreg Wilkins1-4/+86
2014-07-02More debug for intermittent failuresGreg Wilkins2-5/+2
2014-06-27435322 Fixed Iterating Callback closeGreg Wilkins1-68/+83
2014-06-26Minor tweak for windows testcase expecting IllegalArgumentExceptionJoakim Erdfelt1-1/+7
2014-06-26Removed Action.FAILED, since it was never used and cluttered theSimone Bordet1-12/+1
2014-06-25Tweaking for windows test conditionsJoakim Erdfelt1-2/+3
2014-06-25438079 435322 Fixed Iterating Callback fail handling and removed per send ins...Greg Wilkins3-34/+104
2014-06-25More PathResource updates.Joakim Erdfelt2-15/+85
2014-06-25437800 - URLs with single quote and spaces return 404Joakim Erdfelt6-121/+964
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet13-23/+45

Back to the top