Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-11update license blocks for 2013Jesse McConnell57-57/+57
2012-11-05393368 min websocket versionGreg Wilkins1-0/+1
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins2-2/+5
2012-08-17standardize license header blocksJesse McConnell57-690/+991
2012-07-20Ignoring incomplete/incorrect test for now.Jan Bartel1-1/+2
2012-07-13384980 - Jetty client unable to recover from Time outs when connection count ...Simone Bordet1-0/+191
2012-07-11quick pass through to clean up missing or incorrect license blocksJesse McConnell22-13/+264
2012-06-22Making problematic testcase actually report a useful message on failureJoakim Erdfelt1-3/+2
2012-03-09removing some tests due to expired keystoresJesse McConnell2-83/+83
2012-01-20Tweaking test assertion for variety of values seen in various JVMs (with comm...Joakim Erdfelt1-6/+6
2012-01-18368821 improved test harnessGreg Wilkins1-3/+34
2012-01-18368821 SslConnection.handle always calls wrapped Connection.handle, so state ...Greg Wilkins1-4/+2
2012-01-17368821 - SSL Spin on asyncDispatch.Simone Bordet1-1/+172
2012-01-13Added one more SSL bytes tests that send RST while the server is read blocked.Simone Bordet1-12/+78
2012-01-11Corrected SslConnection to clear the _inbound buffer if the input is shutdownSimone Bordet2-40/+161
2012-01-09Removed JDK 1.6-ism.Simone Bordet1-1/+2
2012-01-06365048 - jetty Http client does not send proxy authentication when requesting...Simone Bordet1-31/+32
2012-01-06365048: Fix proxy issue. http-client dropped authentication header on connect...Thomas Becker1-0/+116
2011-12-23367485 - HttpExchange canceled before response do not release connection.Simone Bordet1-11/+28
2011-12-22Skip two failing unit tests on mac and windows for the time being, testsJesse McConnell1-0/+30
2011-12-21364921 moved setCheckForIdle handling to AsyncHttpConnectionGreg Wilkins1-4/+1
2011-12-21Merged from origin/master.Simone Bordet1-1/+7
2011-12-21Added an idle timeout test.Simone Bordet1-8/+15
2011-12-20364921 SslConnection does real close on idle if already oshutGreg Wilkins1-11/+52
2011-12-20367175 - SSL 100% CPU spin in case of blocked write and RST.Simone Bordet2-83/+154
2011-12-19364638 HttpParser closes if data received while seeking EOF. Tests fixed to copeGreg Wilkins1-1/+16
2011-12-19364638 reverted write after shutdown handlingGreg Wilkins1-0/+1
2011-12-19364638 check for idle after shutdown outputGreg Wilkins1-18/+210
2011-12-16Attempting to write a better timeout testJoakim Erdfelt1-43/+83
2011-12-16Attempting to get a non-ssl version of the timeout bug into a unit testJoakim Erdfelt2-3/+175
2011-12-16Sketch of test for idle expiration on SSL.Simone Bordet1-4/+52
2011-11-28organized importsGreg Wilkins12-26/+21
2011-11-24Made SslBytesClientTest more robust by avoiding a race in establishing connec...Simone Bordet2-3/+5
2011-11-24Bumped number of parses to avoid test failures.Simone Bordet1-3/+3
2011-11-24First pass at implementing SSL bytes tests for the client.Simone Bordet3-327/+488
2011-11-24Added dump() code in case the test hangs, to understand why (still not clear).Simone Bordet1-34/+47
2011-11-22added trap for rare errorGreg Wilkins2-2/+19
2011-11-22Disabled log debugging in SslBytesServerTest enabled in previous commit, and ...Simone Bordet1-2/+22
2011-11-22Enabled log debugging in SslBytesServerTest to see why it fails on CI.Simone Bordet1-2/+13
2011-11-22Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-1/+1
2011-11-22Client idle connection uses onIdleExpired rather than closeGreg Wilkins1-8/+0
2011-11-21Slightly increased handles count to cover edge cases without failures.Simone Bordet1-1/+1
2011-11-18Made SslBytesServerTest more robust in case of automatic proxy flow.Simone Bordet1-24/+46
2011-11-18Added more SSL tests renegotiation in the middle of content with split boundary.Simone Bordet1-0/+186
2011-11-18Added more SSL tests for split boundary handshake and renegotiation in the mi...Simone Bordet1-28/+266
2011-11-17Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Simone Bordet2-5/+238
2011-11-17Added more SSL tests to detect spinning conditions.Simone Bordet1-0/+1070
2011-11-17improved siegeGreg Wilkins1-0/+7
2011-11-17improved siege like load testerGreg Wilkins1-1/+11
2011-11-17added siege like load testerGreg Wilkins2-5/+221

Back to the top