Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-21362626 IllegalStateException thrown when SslContextFactory preconfigured with...Jan Bartel2-10/+28
2011-11-20fixed close on early shutdownGreg Wilkins2-2/+1
2011-11-18flush ssl shutdownoutputGreg Wilkins1-0/+1
2011-11-18Made SslBytesServerTest more robust in case of automatic proxy flow.Simone Bordet1-24/+46
2011-11-18Merge remote-tracking branch 'origin/master'Simone Bordet5-22/+82
2011-11-18Added more SSL tests renegotiation in the middle of content with split boundary.Simone Bordet1-0/+186
2011-11-18Added more SSL tests for split boundary handshake and renegotiation in the mi...Simone Bordet1-28/+266
2011-11-18Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins2-12/+54
2011-11-18close idle SSL with shutdownGreg Wilkins1-0/+15
2011-11-18363488 ShutdownHandler use stopper threadJan Bartel2-12/+54
2011-11-17prevent spin by write blocked from non dispatched threadGreg Wilkins2-10/+13
2011-11-17Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Simone Bordet8-20/+304
2011-11-17Added more SSL tests to detect spinning conditions.Simone Bordet5-68/+1112
2011-11-17improved siegeGreg Wilkins3-2/+9
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

Back to the top