Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-03improved websocket testserver example to include ping/pongGreg Wilkins4-5/+67
2011-10-03359673 updated websocket version handlingGreg Wilkins7-0/+3575
2011-10-03359673 updated websocket version handlingGreg Wilkins8-3584/+9
2011-10-03Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins2-0/+2
2011-10-03JETTY-1378 new sys property for the latest jsp-impl to force the use of the J...hmalphettes2-0/+2
2011-10-02Merge branch 'master' into sslCloseGreg Wilkins6-2/+341
2011-10-01Reworked logging, and catching IOException during the processing of a close.Simone Bordet1-35/+27
2011-09-30blank commit testing serverside repack for webmasterJesse McConnell1-1/+0
2011-09-30blank changeJesse McConnell1-0/+1
2011-09-30add license blockJesse McConnell1-0/+13
2011-09-30minor formatting tweaks and one scope changeJesse McConnell1-4/+8
2011-09-30code convention fixes, javadoc updateThomas Becker1-10/+17
2011-09-30357687: Add ShutdownHandler + UnitTestThomas Becker4-0/+203
2011-09-29[Bug 336443] add missing comma in DigestAuthenticator stringJesse McConnell1-1/+1
2011-09-29Method close() should really close the underlying channel, not only send the ...Simone Bordet1-29/+35
2011-09-29Add an additional test using forwarding via filterJesse McConnell1-1/+113
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

Back to the top