Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-12jetty-9: Fixed concurrent updates to volatile variable _interestOps.Simone Bordet2-31/+52
2012-10-10jetty-9: always clearing the buffer before returning it from acquire().Simone Bordet1-2/+1
2012-10-08jetty-9: DecryptedEndPoint now delegates the set of the idle timeout to the u...Simone Bordet1-0/+6
2012-10-08jetty-9: Added support for connect timeout.Simone Bordet5-62/+255
2012-10-08jetty-9 added FilterConnectionFactory and made SpdyServer use itGreg Wilkins5-34/+73
2012-10-06jetty-9 added FilterConnectionGreg Wilkins2-0/+521
2012-10-02jetty-9 removed race with NPN replacing connection and extra wrap causing NPE...Greg Wilkins1-0/+1
2012-10-02jetty-9 miscillaneous optimizations: donot dispatch to HTTP and SPDY; improve...Greg Wilkins2-21/+45
2012-09-24jetty-9 SslConnection fill does not try to send close handshakeGreg Wilkins1-29/+3
2012-09-21jetty-9: Fixed SslBytesServerTest, and added factory methods to relevant clas...Simone Bordet1-1/+6
2012-09-21jetty-9 fixed test onOpenGreg Wilkins2-2/+0
2012-09-21jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycleGreg Wilkins1-6/+6
2012-09-20Merge branch 'jetty-9' into jetty-9-open-closeGreg Wilkins1-5/+0
2012-09-20Upgrading to junit-dep-4.10.jar (banning junit.jar)Joakim Erdfelt1-5/+0
2012-09-20Merged branch 'jetty-9' into jetty-9-open-close.Simone Bordet4-15/+15
2012-09-20jetty-9 - Removed references to JUnit 3.x.Simone Bordet4-15/+15
2012-09-20jetty-9 improved onOpen onclose handlingGreg Wilkins2-28/+41
2012-09-19jetty-9 - Third take at open/close refactoring.Simone Bordet2-2/+17
2012-09-19jetty-9 - Second take at open/close refactoring.Simone Bordet1-1/+1
2012-09-19jetty-9 - First take at open/close refactoring.Simone Bordet4-44/+73
2012-09-17jetty-9 - Refactored code that was counting the number of reentrant invocatio...Simone Bordet1-33/+35
2012-09-17jetty-9 - Avoiding StackOverflowErrors when processing changes.Simone Bordet1-5/+22
2012-09-17jetty-9 - Always making SslConnection dispatch completion callbacks to avoid ...Simone Bordet1-2/+1
2012-09-17jetty-9 javadoc improvements and renamed SelectChannelConnector to ServerConn...Greg Wilkins1-2/+2
2012-09-14jetty-9 - HTTP client: better cleanup at stop.Simone Bordet1-2/+2
2012-09-14jetty-9 - Made SelectorManager.connection[Opened|Closed]() concrete, since th...Simone Bordet4-43/+29
2012-09-14jetty-9 - Cosmetics.Simone Bordet1-2/+1
2012-09-14jetty-9 - Throwing EofException when trying to flush after output shutdown.Simone Bordet1-16/+33
2012-09-14jetty-9 - Improved logging.Simone Bordet1-4/+16
2012-09-14jetty-9 refactored onOpen and onCloseGreg Wilkins8-67/+108
2012-09-13jetty-9 - Removed the write of an empty buffer from onOpen().Simone Bordet1-9/+8
2012-09-13jetty-9 - Just returning in case we want to fail an already failed write flus...Simone Bordet1-1/+2
2012-09-13Introduce SocketBased, and squelching logging on testsJoakim Erdfelt5-10/+35
2012-09-13jetty-9 finished refactor for oneconnector and configuration pluggabilityGreg Wilkins1-0/+3
2012-09-12Merge branch 'jetty-9-configuration' into jetty-9Greg Wilkins3-1/+43
2012-09-12jetty-9 flush returns boolean to say completely flushed or notGreg Wilkins9-91/+80
2012-09-12Merge branch 'jetty-9' into jetty-9-configurationGreg Wilkins6-24/+77
2012-09-12jetty-9 WriteFlusher handlers buffering endpointsGreg Wilkins4-4/+40
2012-09-10attempting to address the SCEPSslTest.testWriteBlocked() failuresJoakim Erdfelt3-21/+46
2012-09-10jetty-9 improve SslConnection toStringGreg Wilkins1-1/+9
2012-09-10jetty-9 refactored configurationGreg Wilkins3-1/+43
2012-09-08jetty-9 protection from double onFillable callsGreg Wilkins1-8/+65
2012-09-08jetty-9 improved buffer recyclingGreg Wilkins1-1/+2
2012-09-06Jetty9 - Fixed compilation issues.Simone Bordet2-4/+3
2012-09-06Merged branch 'jetty-9' into jetty-9-client.Simone Bordet12-46/+214
2012-09-05Jetty9 - Fourth take at HTTP client implementation.Simone Bordet1-0/+2
2012-09-04Jetty9 - First take at HTTP client implementation.Simone Bordet5-17/+28
2012-09-03jetty-9 ConcurrentScheduler refinementsGreg Wilkins4-8/+8
2012-08-31jetty-9 reworked the schedulersGreg Wilkins19-95/+103
2012-08-30jetty-9 fixed ArrayByteBufferPool and added testGreg Wilkins2-5/+168

Back to the top