Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-01Reworked logging, and catching IOException during the processing of a close.Simone Bordet1-35/+27
2011-09-29Method close() should really close the underlying channel, not only send the ...Simone Bordet1-29/+35
2011-09-29cleanupGreg Wilkins5-5/+15
2011-09-29Merge branch 'master' into sslCloseGreg Wilkins2-20/+27
2011-09-29357240 fixed client connection recycleGreg Wilkins10-47/+60
2011-09-28[Bug 359309] adjust previous test for servletPath to include pathInfoJesse McConnell1-10/+11
2011-09-28[Bug 359309] resolve include and forward issues related to resource handlerJesse McConnell2-13/+11
2011-09-28[Bug 359309] fix unit test to use HttpServlet*Wrappers and reformat the resou...Jesse McConnell2-21/+29
2011-09-28fixed bad mergeGreg Wilkins1-7/+0
2011-09-28Merge branch 'master' into sslCloseGreg Wilkins6-203/+523
2011-09-28357240 debug client testsGreg Wilkins1-2/+6
2011-09-28[Bug 359309] add unit tests showing the problem, 1/4 pass right now, the 3 fa...Jesse McConnell2-19/+139
2011-09-28Add a ResourceHandler test, we seem to be missing even a basic oneJesse McConnell2-0/+77
2011-09-28359255: Allow HttpExchange state change from START to EXPIREDThomas Becker1-12/+17
2011-09-28359255: Code formatThomas Becker1-187/+252
2011-09-28fix some formatting issues with code conventionsJesse McConnell1-9/+19
2011-09-28JETTY-1421 Implement RedirectListener.onException,onConnectionFailedDavid Kellum1-1/+24
2011-09-28JETTY-1420 Set Host header for new request in RedirectListenerDavid Kellum1-2/+16
2011-09-28357240 fixed client testsGreg Wilkins2-1/+3
2011-09-28357240 fixed client testsGreg Wilkins4-10/+16
2011-09-28357240 fixed client testGreg Wilkins1-2/+8
2011-09-28357240 improved ishut/oshut handlingGreg Wilkins1-9/+1
2011-09-28357240 improved ishut/oshut handlingGreg Wilkins6-27/+67
2011-09-28357240 switch fixGreg Wilkins1-2/+2
2011-09-28357240 work in progressGreg Wilkins6-46/+74
2011-09-28Merge branch 'master' into sslCloseGreg Wilkins3-112/+70
2011-09-28357240 work in progressGreg Wilkins9-71/+130
2011-09-28358959 File descriptor leak with UnresolvedAddressExceptionJan Bartel1-19/+8
2011-09-28JETTY-1439 space in directory installation path causes classloader problemJan Bartel1-93/+61
2011-09-28357240 remove buffer countsGreg Wilkins1-8/+2
2011-09-27357240 work in progressGreg Wilkins1-6/+10
2011-09-27357240 work in progressGreg Wilkins1-10/+3
2011-09-27357240 work in progressGreg Wilkins1-48/+37
2011-09-27357240 removed gather writeGreg Wilkins1-145/+48
2011-09-27Split "if" statement in case of flushing while closing, so if the input is sh...Simone Bordet1-35/+38
2011-09-27357240 safer SSL closeGreg Wilkins1-1/+2
2011-09-27Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Simone Bordet16-234/+963
2011-09-27357240 safer SSL closeGreg Wilkins6-490/+350
2011-09-27Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins4-4/+4
2011-09-27Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel8-97/+734
2011-09-27358784 JSP broken on Java 1.5Jan Bartel3-3/+3
2011-09-27update jetty-version-maven-plugin versionJesse McConnell1-1/+1
2011-09-27357240 safer SSL closeGreg Wilkins1-12/+148
2011-09-26[Bug 358925] bit more javadoc on usageJesse McConnell1-0/+8
2011-09-26[Bug 358925] add common jetty-client proxy configuration setttingsJesse McConnell1-2/+127
2011-09-26[Bug 358925] adjust some code and add license blockJesse McConnell2-20/+51
2011-09-26JETTY-1415: Start/Stop Server and Client only once in test, code formatThomas Becker2-25/+28
2011-09-26beautified code, added javadocThomas Becker3-45/+80
2011-09-26Basic functionality for ProxyRule implementedThomas Becker4-113/+183
2011-09-26Added ProxyRule.java and ProxyRuleTest.javaThomas Becker2-0/+359

Back to the top