Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Made HttpDestination to use BlockingArrayQueue (that can grow) instead ofSimone Bordet1-4/+11
2012-12-19Performance improvements to HTTP client after profiling session.Simone Bordet18-132/+370
2012-12-19Reworked HTTP client API, removing usage of Future.Simone Bordet19-167/+292
2012-12-17394552 - HEAD requests don't work for jetty-client.Simone Bordet2-0/+40
2012-12-13Introduced Request.CommitListener to separate the pre-commit request event fr...Simone Bordet5-25/+143
2012-12-13Introduced Response.HeaderListener to allow applications to control processin...Simone Bordet10-272/+166
2012-12-12Fixed handling of IPv6 destinations.Simone Bordet2-1/+19
2012-12-12Recreating the CookieManager if the CookieStore is changed.Simone Bordet1-2/+9
2012-12-12Removed jetty-client's CookieStore to use java.net.CookieStore instead.Simone Bordet9-469/+74
2012-12-12Exposed the Request passed to the constructor via a getter.Simone Bordet1-0/+5
2012-12-07Aborting the response if the content length limit is reached.Simone Bordet1-1/+1
2012-12-07Added CookieStore.removeCookie() method and implementation.Simone Bordet3-7/+68
2012-12-07jetty-9 Use public HttpFieldGreg Wilkins1-6/+8
2012-12-07jetty-9 Added Trie for cached string lookup. HttpFields does not use StringMapGreg Wilkins1-1/+2
2012-12-04+ Introduced Request.content(ContentProvider content, String contentType)Simone Bordet23-65/+665
2012-11-23Fixed compilation problem.Simone Bordet1-1/+1
2012-11-23Simplified connection establishment code.Simone Bordet1-34/+33
2012-11-23jetty-9 cleaning up dependenciesGreg Wilkins1-0/+5
2012-11-23Fixed infinite recursion due to method renaming.Simone Bordet1-11/+11
2012-11-23Made jetty-client module compile.Simone Bordet2-20/+21
2012-11-23394854 Implemented PromiseGreg Wilkins3-49/+52
2012-11-20Added constructor to specify the max length.Simone Bordet1-0/+6
2012-11-14Improved Usage class to show usages.Simone Bordet1-48/+104
2012-11-14Changed the read logic.Simone Bordet1-18/+28
2012-11-14Centralized defaulting of the port, from -1 to 80 or 443 depending on the sch...Simone Bordet1-5/+4
2012-11-13Completed port of ConnectHandler and ProxyServlet implementations.Simone Bordet26-137/+353
2012-11-13B64 coding and decoding now throws the unchecked UnsupportedCharsetExceptionSimone Bordet1-12/+2
2012-11-07Fixed cookie lookup in case of children paths.Simone Bordet2-7/+39
2012-11-07Implemented proxy functionalities for both client and server.Simone Bordet20-69/+362
2012-11-02Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins7-11/+17
2012-11-02Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins2-2/+5
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins2-2/+5
2012-10-31HTTP client: renamed Request.aborted() to Request.isAborted() to comply with ...Simone Bordet6-8/+8
2012-10-30HTTP client: fixed bug in redirects: the new host was overwritten with the ol...Simone Bordet2-0/+92
2012-10-30HTTP client: refactored response listeners to support lambdas.Simone Bordet28-304/+424
2012-10-30HTTP client: refactored request listeners to support lambdas.Simone Bordet10-37/+122
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

Back to the top