Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-19jetty-9 relocated test webappGreg Wilkins64-20323/+0
2012-11-15jetty-9 alternative websocket discoveryGreg Wilkins1-5/+4
2012-11-13Splitting out websocket-servlet to make it more friendly for WebAppClassloaderJoakim Erdfelt1-4/+4
2012-11-12Updating test/example WebSocketChat Servlet/WebSocketJoakim Erdfelt1-10/+16
2012-11-12Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-0/+1
2012-11-11Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-0/+1
2012-11-10393947 implement ETags and update gzip filter to handle themGreg Wilkins1-0/+1
2012-11-07jetty-9 corrections for documentationGreg Wilkins1-10/+7
2012-11-02Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-1/+1
2012-11-02Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-1/+1
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins1-1/+1
2012-11-01393303 use jetty-web.xml to explicitly add the jetty packages that need visab...Greg Wilkins6-27/+12
2012-10-29392237 improved names and examples for documentationGreg Wilkins1-2/+2
2012-10-26392237 more debugGreg Wilkins2-11/+57
2012-10-25392237 Added BlockingCallback optimisationGreg Wilkins1-1/+1
2012-10-25392237 Fixed 3.0 port of chat servlet - removed old dispatch branchGreg Wilkins1-7/+0
2012-10-25392237 Fixed 3.0 port of chat servletGreg Wilkins2-60/+96
2012-10-21392237 Converted ChatServlet to servlet 3.0Greg Wilkins1-1/+1
2012-10-21392237 removed server dependency on contination. All Continuations are now S...Greg Wilkins1-29/+60
2012-10-19392470: Fix problem in suspend, expire cycle when HttpChannel.run() is called...Thomas Becker1-75/+174
2012-10-19392237 fixed many TODOs and many minor code cleanupsGreg Wilkins1-18/+17
2012-10-17Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-2/+2
2012-10-17jetty-9 removed the contexts-available directoryGreg Wilkins1-11/+0
2012-10-15Removing embarrassing codeJoakim Erdfelt1-13/+0
2012-10-15jetty-9 removed context deployer and merged context and webapps directoryGreg Wilkins2-1/+1
2012-10-15Remove printlnsJan Bartel1-2/+2
2012-10-15Merge remote-tracking branch 'origin/jetty-8' into jetty-9Greg Wilkins3-0/+107
2012-10-13Fix license headerJan Bartel1-12/+17
2012-10-12Merge remote-tracking branch 'origin/jetty-8' into jetty-9Greg Wilkins5-30/+238
2012-10-12390108 Servlet 3.0 API for programmatic login doesn't appear to workJan Bartel3-0/+102
2012-10-12jetty-9 added a pretty welcome pageGreg Wilkins1-1/+1
2012-10-11jetty-9 reverted to more start.ini rather than start.d usage as we will not ...Greg Wilkins3-2/+6
2012-09-29390163 Implement ServletRegistration.Dynamic.setServletSecurityJan Bartel5-30/+238
2012-09-27Making WebSocketServlet and WebSocketHandler both use same technique to confi...Joakim Erdfelt1-1/+1
2012-09-25OSGi manifests generation fixes cleanupHugues Malphettes1-1/+1
2012-09-24address jetty 8 -> 9 differencesJesse McConnell1-2/+2
2012-09-21jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycleGreg Wilkins1-2/+1
2012-09-20jetty-9 - Removed references to JUnit 3.x.Simone Bordet1-10/+13
2012-09-18Cleaning up various minor warnings in example classesJoakim Erdfelt10-34/+28
2012-09-18Fixing importsJoakim Erdfelt1-7/+8
2012-09-17jetty-9 javadoc improvements and renamed SelectChannelConnector to ServerConn...Greg Wilkins1-4/+4
2012-09-13jetty-9 xml configurationsGreg Wilkins1-1/+1
2012-09-10jetty-9 refactored configurationGreg Wilkins1-5/+7
2012-08-24Merge branch 'jetty-9-aggregation' into jetty-9-spdy-httpSimone Bordet17-406/+503
2012-08-17standardize license headersJesse McConnell1-0/+18
2012-08-17Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Joakim Erdfelt17-200/+288
2012-08-17Fixing websocket-client upgrade connection -> websocket connection handlingJoakim Erdfelt1-3/+3
2012-08-17Merge from jetty-8 to jetty-9 (license header standarization)Joakim Erdfelt17-200/+288
2012-08-17merge from master + license block standardizationJesse McConnell17-199/+287
2012-08-17standardize license header blocksJesse McConnell17-199/+287

Back to the top