Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-30HTTP client: refactored "last exchange" concept out of HttpConversation into ...Simone Bordet3-24/+19
2012-10-30HTTP client: added TestTracker rule.Simone Bordet5-0/+25
2012-10-30392959 - Review HttpClient.getConversation(long).Simone Bordet8-15/+16
2012-10-30HTTP client: renamed ResponseListener.Timed to Schedulable.Simone Bordet5-15/+11
2012-10-26HTTP client: reviewed API.Simone Bordet46-356/+356
2012-10-26HTTP client: introduced InputStreamContentProvider.Simone Bordet3-37/+137
2012-10-26HTTP client: fixed bug in case of connection failure:Simone Bordet1-17/+16
2012-10-26#392733 - Implement a total timeout for asynchronous sends.Simone Bordet8-73/+298
2012-10-26HTTP client: tests on external synchronization.Simone Bordet2-2/+114
2012-10-24#392733 - Implement a total timeout for asynchronous sends.Simone Bordet23-125/+341
2012-10-23HTTP client: improved request abort handling in case of conversations.Simone Bordet5-72/+107
2012-10-22HTTP client: better implementation for request/response abort.Simone Bordet15-313/+668
2012-10-19392470: Fix problem in suspend, expire cycle when HttpChannel.run() is called...Thomas Becker1-1/+1
2012-10-18392237 move verbose client test failuresGreg Wilkins1-2/+10
2012-10-18392237 cleaned up client test exceptionsGreg Wilkins3-17/+42
2012-10-12jetty-9: HTTP client: fixed problem when using default ports such as 80 or 443.Simone Bordet2-4/+4
2012-10-12jetty-9: HTTP client: fixed problem when idle connections were closed remotel...Simone Bordet3-3/+71
2012-10-12jetty-9: HTTP client: better logging.Simone Bordet1-1/+1
2012-10-12jetty-9: HTTP client: better names for the default thread pool and scheduler.Simone Bordet1-2/+8
2012-10-12jetty-9 added a pretty welcome pageGreg Wilkins2-4/+4
2012-10-11Merge branch 'jetty-9-client-100-continue-bis' into jetty-9Simone Bordet18-96/+862
2012-10-11jetty-9: HTTP client: implemented support for 100-Continue.Simone Bordet18-96/+862
2012-10-10Bumping up to jetty-test-helper 2.0 with new @Rule TestTracker & AdvancedRunn...Joakim Erdfelt1-12/+2
2012-10-09jetty-9: HTTP client: always dispatching after connection creation.Simone Bordet1-1/+1
2012-10-09jetty-9: HTTP client: replaced usage of deprecated JUnit class.Simone Bordet1-8/+9
2012-10-09jetty-9: HTTP client: named the scheduler for better debugging.Simone Bordet1-1/+1
2012-10-08jetty-9: HTTP client: avoid double dispatch for SSL, and made I/O dispatch a ...Simone Bordet4-2/+34
2012-10-08jetty-9: HTTP client: allow configuration of sockets.Simone Bordet1-1/+18
2012-10-08jetty-9: HTTP client: implemented Request idle timeout.Simone Bordet2-0/+59
2012-10-08jetty-9: Improved HttpReceiver state handling.Simone Bordet2-7/+101
2012-10-08jetty-9: Added support for connect timeout.Simone Bordet1-13/+6
2012-10-08jetty-9 added FilterConnectionFactory and made SpdyServer use itGreg Wilkins1-1/+1
2012-09-26jetty-9: HTTP client: improvements.Simone Bordet8-5/+129
2012-09-21jetty-9: HTTP client: re-enabled debug logging for tests.Simone Bordet2-2/+5
2012-09-21jetty-9: Better use of StdErrLog.Simone Bordet1-2/+1
2012-09-21jetty-9: Removed TODOs.Simone Bordet2-4/+11
2012-09-21jetty-9: HTTP client: hiding stack traces for expected exception on server.Simone Bordet1-2/+2
2012-09-21jetty-9: HTTP client: more tests.Simone Bordet4-37/+112
2012-09-21jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycleGreg Wilkins2-6/+6
2012-09-20Merged branch 'jetty-9' into jetty-9-open-close.Simone Bordet8-38/+194
2012-09-20jetty-9 - HTTP client: reducing the number of requests for the load test, as ...Simone Bordet1-1/+1
2012-09-20jetty-9 - Removed references to JUnit 3.x.Simone Bordet1-1/+1
2012-09-20jetty-9 - HTTP client: increased the test timeout.Simone Bordet1-1/+1
2012-09-20jetty-9 - HTTP client: added HttpClient.POST() utility method.Simone Bordet6-35/+191
2012-09-19jetty-9 - Third take at open/close refactoring.Simone Bordet1-1/+4
2012-09-19jetty-9 - Second take at open/close refactoring.Simone Bordet1-1/+0
2012-09-18jetty-9 - HTTP client: more logging for the SSL load test.Simone Bordet1-0/+1
2012-09-18jetty-9 - HTTP client: make SSL load test to wait more for completion.Simone Bordet1-2/+1
2012-09-18jetty-9 - HTTP client: implemented gzip decoding.Simone Bordet11-151/+895
2012-09-17jetty-9 - HTTP client: using longer timeout to check for test completion in t...Simone Bordet1-1/+1

Back to the top