Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-13425551 - Memory Leak in SelectConnector$ConnectTimeout.expired.Simone Bordet1-0/+1
2014-01-02Happy New Year - 2014Joakim Erdfelt37-37/+37
2013-09-22417772 fixed low resources idle timeoutGreg Wilkins1-2/+1
2013-09-16Reverting to 2629f933973da2c50de65e0afd3f38eb7324f411Joakim Erdfelt44-4336/+8058
2013-09-02416321 handle failure during blocked committing writeGreg Wilkins2-8/+26
2013-07-22SSLConnection comment out setting soLonger timeout to avoid threads stuck in ...Thomas Becker1-13/+14
2013-07-03412234 fix bug where NetworkTrafficSelectChannelEndpoint counted bytes wrong ...Thomas Becker1-1/+1
2013-06-24411545 - SslConnection.DecryptedEndpoint.fill() sometimes misses a few networ...Joakim Erdfelt1-0/+7
2013-06-12410559 Removed FillInterest raceGreg Wilkins1-21/+14
2013-06-06409403 fix IllegalStateException when SPDY is used and the response is writte...Greg Wilkins1-12/+4
2013-05-21Add package-info.java files to all jetty packages.Jesse McConnell2-0/+46
2013-04-30Reverted commit 39d690e.Simone Bordet1-25/+2
2013-04-29406390 Close if at END and content remainingGreg Wilkins1-3/+134
2013-04-15364921 - FIN WAIT socketsGreg Wilkins1-15/+2
2013-04-15364921 - FIN WAIT socketsGreg Wilkins1-2/+8
2013-04-12364921 - FIN WAIT sockets.Simone Bordet1-24/+28
2013-04-12364921 improved close of SSL to avoid FINWAITsGreg Wilkins1-6/+33
2013-04-05404889 SelectorManager accepts attachments with socketsGreg Wilkins1-1/+23
2013-04-04404610 - Reintroduce ability to disallow TLS renegotiation.Simone Bordet1-1/+0
2013-04-04Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-20/+74
2013-04-04Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-8/+5
2013-04-04404610 - Reintroduce ability to disallow TLS renegotiation.Simone Bordet1-20/+74
2013-04-04Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-42/+84
2013-04-04404517 Close connection if request received after half closeGreg Wilkins1-42/+84
2013-03-29402666 - Improve handling of TLS exceptions due to raw socket close.Simone Bordet1-10/+18
2013-03-18403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector ...Greg Wilkins1-0/+1
2013-03-18403591 use the ConcurrentArrayBlockingQueue for thread pool, selector and asy...Greg Wilkins1-2/+1
2013-03-18merged unsafe blocking Q, removed unsafe usage and usage of QGreg Wilkins1-1/+3
2013-03-18Merge branch 'master' into unsafeGreg Wilkins2-63/+64
2013-03-15403451 - Review synchronization in SslConnection.Simone Bordet1-35/+38
2013-03-15Made isOpen() public to avoid clashes with AbstractEndPoint.Simone Bordet1-28/+26
2013-03-07Introduced a concurrent queue based on array chunks to reduce allocation,Simone Bordet1-5/+5
2013-03-04less verbose exceptionGreg Wilkins1-1/+2
2013-03-01402090 - httpsender PendingState cause uncertain data send to server.Simone Bordet1-2/+41
2013-03-01402075 Cancel idle timeouts on closeGreg Wilkins2-0/+9
2013-02-22Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel1-1/+13
2013-02-21376273 - Early EOF because of SSL Protocol Error on https://api-3t.paypal.com...Simone Bordet1-1/+13
2013-02-15Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-1/+17
2013-02-15400859 limit max size of writes from cached contentGreg Wilkins1-1/+17
2013-02-12399535 - Websocket-client connect should have configurable connect timeoutJoakim Erdfelt1-3/+17
2013-01-31399576 Server dumpStdErr throws exception if server is stoppingJan Bartel1-1/+1
2013-01-24398872 - SslConnection should not be notified of idle timeouts. First solution.Simone Bordet2-28/+25
2013-01-16Removing noisy logging/debuggingJoakim Erdfelt1-3/+0
2013-01-16393733 - WebSocketClient interface should support multiple connectionsJoakim Erdfelt1-0/+3
2013-01-11merge from jetty-8 and update license blocks.Jesse McConnell22-22/+22
2013-01-11merge from 7 and update license blocks for 2013Jesse McConnell38-38/+38
2013-01-11update license blocks for 2013Jesse McConnell37-37/+37
2013-01-11jetty-9 organised imports. Cleaned up some TODOsGreg Wilkins3-525/+0
2013-01-11jetty-9 refined the IdleTimeout mechanism and added a unit testGreg Wilkins4-23/+27
2012-12-13jetty-9 optimisation to dispatch before parsing so that handling is done in s...Greg Wilkins2-76/+74

Back to the top