Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-29392237 improved names and examples for documentationGreg Wilkins19-49/+49
2012-10-27Making session tests work; incorporating renewing session id keeping old object.Jan Bartel12-83/+356
2012-10-26392237 more debugGreg Wilkins1-0/+2
2012-10-25Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins2-32/+141
2012-10-25Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel2-34/+142
2012-10-25392641 JDBC Sessions not scavenged if expired during downtimeJan Bartel2-34/+142
2012-10-25392237 moved HttpTransport towards asynchronous solutionGreg Wilkins5-14/+23
2012-10-25392237 Added BlockingCallback optimisationGreg Wilkins1-19/+16
2012-10-25392237 Fixed 3.0 port of chat servletGreg Wilkins1-1/+1
2012-10-22392237 javadocGreg Wilkins1-15/+16
2012-10-21392237 removed server dependency on contination. All Continuations are now S...Greg Wilkins15-517/+318
2012-10-19392470: Fix problem in suspend, expire cycle when HttpChannel.run() is called...Thomas Becker2-4/+5
2012-10-19392237 fixed many TODOs and many minor code cleanupsGreg Wilkins31-215/+202
2012-10-18392237 Implemented HttpOutput.sendContent for large contentGreg Wilkins4-31/+88
2012-10-18Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins2-16/+28
2012-10-18392304 fixed intermittent client SSL failure. Correctly compact in flip2fillGreg Wilkins1-0/+3
2012-10-18Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel2-16/+28
2012-10-18Refactor AbstractSession to remove _jdbcAttributesJan Bartel2-16/+28
2012-10-17jetty-9 syntax sugarGreg Wilkins1-2/+2
2012-10-17Expose more stuff via jmx like threadpool details, connector details, etc.Thomas Becker3-2/+13
2012-10-15Merge remote-tracking branch 'origin/jetty-8' into jetty-9Greg Wilkins2-3/+4
2012-10-12Merge remote-tracking branch 'origin/jetty-8' into jetty-9Greg Wilkins13-98/+525
2012-10-12390108 Servlet 3.0 API for programmatic login doesn't appear to workJan Bartel2-3/+4
2012-10-11Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel1-1/+1
2012-10-11jetty-9 reverted to more start.ini rather than start.d usage as we will not ...Greg Wilkins7-118/+173
2012-10-10Bumping up to jetty-test-helper 2.0 with new @Rule TestTracker & AdvancedRunn...Joakim Erdfelt3-55/+44
2012-10-09[Bug 391483] fix bad javadoc example in shutdown handlerJesse McConnell1-1/+1
2012-10-08jetty-9 some better namesGreg Wilkins5-13/+11
2012-10-08jetty-9: Added support for connect timeout.Simone Bordet1-23/+3
2012-10-08jetty-9 added FilterConnectionFactory and made SpdyServer use itGreg Wilkins1-0/+88
2012-10-08391188 Files written with Request.getPart().write(filename) should not be aut...Jan Bartel2-35/+140
2012-10-04391080 Multipart temp files can be left on disk from Request.getPart and getP...Jan Bartel1-0/+37
2012-10-04391080 Multipart temp files can be left on disk with MultiPartFilterJan Bartel1-0/+18
2012-10-03jetty-9 fixed double onFillable after 101 upgradeGreg Wilkins1-0/+2
2012-10-03jetty-9 fixed broken websocket from prir optimisations of HTTP dispatchGreg Wilkins1-1/+20
2012-10-02jetty-9 miscillaneous optimizations: donot dispatch to HTTP and SPDY; improve...Greg Wilkins1-57/+45
2012-09-24jetty-9 osgi supportHugues Malphettes1-1/+2
2012-09-24jetty-9 improved exception loggingGreg Wilkins3-16/+26
2012-09-21jetty-9: Fixed SslBytesServerTest, and added factory methods to relevant clas...Simone Bordet3-52/+126
2012-09-21jetty-9: Cosmetics.Simone Bordet2-4/+4
2012-09-21jetty-9: added license headers.Simone Bordet1-2/+20
2012-09-21jetty-9 improved mbean namesGreg Wilkins2-21/+32
2012-09-21jetty-9 more lifecycle fixesGreg Wilkins3-1/+7
2012-09-21jetty-9: added license headers.Simone Bordet1-2/+19
2012-09-21jetty-9 further lifecycle improvementsGreg Wilkins5-33/+14
2012-09-21jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycleGreg Wilkins15-433/+122
2012-09-20Merge branch 'jetty-9' into jetty-9-open-closeSimone Bordet1-2/+2
2012-09-20jetty-9: reverted JUnit to 4.8.1; trying to upgrade it breaks the whole build.Simone Bordet1-2/+2
2012-09-20Merged branch 'jetty-9' into jetty-9-open-close.Simone Bordet3-44/+14
2012-09-20jetty-9 - Cleanup.Simone Bordet1-5/+1

Back to the top