Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-17improved siege like load testerGreg Wilkins2-2/+13
2011-11-17added siege like load testerGreg Wilkins3-8/+231
2011-11-16avoid double request handling when suspendedGreg Wilkins3-9/+52
2011-11-16SSL progress measured by process not inboundGreg Wilkins1-8/+2
2011-11-16made test timing less sensitive to Virtual machine quantumsGreg Wilkins3-5/+5
2011-11-16less stressful testGreg Wilkins1-1/+1
2011-11-16Simpler windows resource testGreg Wilkins1-1/+14
2011-11-16cleanupGreg Wilkins1-3/+4
2011-11-16maintain own ishut statusGreg Wilkins2-22/+31
2011-11-16maintain own ishut statusGreg Wilkins1-5/+5
2011-11-16test clean upsGreg Wilkins1-1/+1
2011-11-16test clean upsGreg Wilkins5-19/+107
2011-11-15clean upsGreg Wilkins3-12/+5
2011-11-15reverted possible fix for OS that does not handle half close wellGreg Wilkins3-70/+47
2011-11-15Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-0/+11
2011-11-15possible fix for OS that does not handle half close wellGreg Wilkins3-38/+79
2011-11-15363718 Setting java.rmi.server.hostname in jetty-jmx.xmlJan Bartel1-0/+11
2011-11-15Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Joakim Erdfelt4-14/+267
2011-11-15Fixing testcase failure on blocking read/write during WebSocketClient useJoakim Erdfelt2-38/+40
2011-11-15349110 fixed bypass chunk handlingGreg Wilkins4-14/+267
2011-11-15Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins3-19/+48
2011-11-15363757 partial fixGreg Wilkins3-15/+6
2011-11-15363785 - StdErrLog must use system-dependent EOL.Simone Bordet1-17/+18
2011-11-15349110 MultiPartFilter records the content-type in request paramsJan Bartel2-2/+30
2011-11-15Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins8-175/+7
2011-11-15fixed read while suspended issue with double dispatchGreg Wilkins2-3/+54
2011-11-15363381 Throw IllegalStateException if Request uri is null on getServerNameJan Bartel1-0/+3
2011-11-15Add commented out System property setting for forcing ecj compiler for jspsJan Bartel1-0/+1
2011-11-15Use org.apache.jasper.glassfish.2.1.0.v201110031002 from Orbit (equates to js...Jan Bartel6-175/+3
2011-11-15numerous findbugs inspired cleanupsGreg Wilkins34-73/+98
2011-11-14improved testGreg Wilkins1-2/+13
2011-11-14363408 GzipFilter should not attempt to compress HTTP status 204Jan Bartel5-27/+92
2011-11-14Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel3-72/+63
2011-11-14363488 ShutdownHandler pollutes the log during shutdownJan Bartel1-0/+4
2011-11-14removed lock from HttpParser. Altered way that returnBuffers called to avoi...Greg Wilkins3-72/+63
2011-11-11Cleaned up and made test more robust.Simone Bordet1-77/+50
2011-11-11Merge remote-tracking branch 'origin/master' into jetty-7.6Greg Wilkins1-1/+4
2011-11-11moved hasProgressed handling to only be in SslConnectionGreg Wilkins2-17/+6
2011-11-11removed EndPoint.isBufferingInputGreg Wilkins10-47/+5
2011-11-10Removed EndPoint.isBufferingOutput().Simone Bordet11-307/+241
2011-11-10Made the test case more robust.Simone Bordet1-70/+76
2011-11-10362468 NPE at line org.eclipse.jetty.io.BufferUtil.putHexIntJan Bartel1-1/+4
2011-11-10remove confused testGreg Wilkins3-160/+7
2011-11-10Avoid flush if no content to flushGreg Wilkins5-12/+32
2011-11-10improved test failure messageGreg Wilkins1-2/+2
2011-11-10removed EndPoint.isBufferedGreg Wilkins7-35/+22
2011-11-10removed redundant setConnectionGreg Wilkins4-15/+3
2011-11-10Fixed SslConnection upgrade handlingGreg Wilkins1-1/+1
2011-11-10AsyncEndPoint is-a ConnectedEndPointGreg Wilkins1-9/+1
2011-11-10improved ThreadDeath handlingGreg Wilkins7-22/+30

Back to the top