Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Wilkins7-83/+180
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 Wilkins1-0/+14
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 Bartel1-29/+30
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 improved exception loggingGreg Wilkins3-16/+26
2012-09-21jetty-9: Fixed SslBytesServerTest, and added factory methods to relevant clas...Simone Bordet2-2/+12
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 Wilkins14-431/+122
2012-09-20jetty-9 improved onOpen onclose handlingGreg Wilkins7-178/+22
2012-09-19jetty-9 - Third take at open/close refactoring.Simone Bordet2-3/+15
2012-09-19jetty-9 - Second take at open/close refactoring.Simone Bordet4-34/+43
2012-09-19jetty-9 - First take at open/close refactoring.Simone Bordet5-104/+116
2012-09-18jetty-9 rename ServerConnectorManagerGreg Wilkins1-3/+3
2012-09-17jetty-9 - Removed dead code.Simone Bordet1-11/+6
2012-09-17jetty-9 javadoc improvements and renamed SelectChannelConnector to ServerConn...Greg Wilkins11-132/+157
2012-09-14jetty-9 refactored onOpen and onCloseGreg Wilkins8-42/+27
2012-09-13Fixing typoJoakim Erdfelt1-1/+1
2012-09-13jetty-9 xml configurationsGreg Wilkins4-9/+31
2012-09-13Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel2-5/+7
2012-09-13388675 Non utf8 encoded query strings not decoded to parameter map using quer...Jan Bartel2-5/+7
2012-09-13jetty-9 finished refactor for oneconnector and configuration pluggabilityGreg Wilkins2-4/+2
2012-09-10merge from masterJesse McConnell1-3/+2
2012-09-10Reverted log call at info level back to debug level.Simone Bordet1-3/+2
2012-09-10jetty-9 refactored configurationGreg Wilkins59-860/+1095
2012-09-08jetty-9 protection from double onFillable callsGreg Wilkins1-7/+10
2012-09-08jetty-9 improved buffer recyclingGreg Wilkins2-8/+10
2012-09-06Jetty9 - Removed code duplication for calculating the jetty version.Simone Bordet1-19/+4
2012-09-06Merged branch 'jetty-9' into jetty-9-client.Simone Bordet12-444/+62
2012-09-06Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Jan Bartel6-1102/+17
2012-09-06Add changeSessionId() method in preparation for servlet-3.1Jan Bartel1-0/+16
2012-09-06jetty-9 distribution workingGreg Wilkins6-1102/+17
2012-09-05jetty-9 moved servlet dependencies out of jetty-httpGreg Wilkins3-24/+24
2012-09-05jetty-9 removed unused schedulersGreg Wilkins2-0/+763
2012-09-04Jetty9 - First take at HTTP client implementation.Simone Bordet1-3/+3

Back to the top