Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-30388102 Jetty HttpClient memory leaks when sending larger filesJan Bartel3-11/+9
2012-08-23[Bug 385049] fix issue with pipelined connections when switching protocolsJesse McConnell1-2/+2
2012-08-17standardize license header blocksJesse McConnell27-324/+462
2012-04-12374550: remove printStackTrace callsGreg Wilkins2-7/+7
2012-04-02Fixed infinite recursive loop.Simone Bordet1-2/+2
2012-03-19374611: do not redispatch if already dispatched when SSL reads content on writeGreg Wilkins1-0/+5
2012-01-31365828: avoid DNS lookup for local addressGreg Wilkins1-2/+2
2012-01-11368240: renamed to use manage/unmanage instead of join/disjoinGreg Wilkins1-1/+2
2012-01-11368240: renamed to use manage/unmanage instead of join/disjoinGreg Wilkins1-1/+3
2012-01-10368240 - Better handling of locally created ThreadPool. Forgot to null out fi...Simone Bordet1-0/+3
2012-01-10368240 - Better handling of locally created ThreadPool.Simone Bordet1-31/+22
2012-01-10Cosmetics.Simone Bordet1-6/+1
2012-01-10368240: Fixed the start of dependent beansGreg Wilkins1-28/+5
2012-01-10368240: Added concept of join to AggregateLifeCycle. Used by HttpClient and ...Greg Wilkins2-60/+123
2012-01-06365048 - jetty Http client does not send proxy authentication when requesting...Simone Bordet1-2/+3
2012-01-06365048: Fix proxy issue. http-client dropped authentication header on connect...Thomas Becker1-13/+15
2011-12-23367485 - HttpExchange canceled before response do not release connection.Simone Bordet1-2/+6
2011-12-16Updated toString() implementations.Simone Bordet1-3/+2
2011-12-14366730 pass the time idle to onIdleExpireGreg Wilkins2-3/+5
2011-12-01365267 NullPointerException in bad AddressJan Bartel1-0/+3
2011-11-28organized importsGreg Wilkins3-1/+2
2011-11-28364638 SCEP does idle timestamp checking. New setCheckForIdle method controls...Greg Wilkins2-14/+16
2011-11-24Fixed bug in AsyncEndPoint.hasProgressed() handling: the progressing statusSimone Bordet3-26/+12
2011-11-24Removed usages of ThreadDeath.Simone Bordet2-8/+0
2011-11-24Rewritten toString() methods using String.format().Simone Bordet1-8/+11
2011-11-24Improved dumping capabilities of HttpClient, and rewritten toString() methods...Simone Bordet2-4/+18
2011-11-22Client idle connection uses onIdleExpired rather than closeGreg Wilkins1-8/+1
2011-11-16made test timing less sensitive to Virtual machine quantumsGreg Wilkins1-1/+1
2011-11-11removed EndPoint.isBufferingInputGreg Wilkins3-7/+2
2011-11-10Removed EndPoint.isBufferingOutput().Simone Bordet3-77/+62
2011-11-10removed EndPoint.isBufferedGreg Wilkins1-5/+0
2011-11-10removed redundant setConnectionGreg Wilkins1-1/+1
2011-11-10improved ThreadDeath handlingGreg Wilkins2-6/+8
2011-11-10reverted last changes due to instabilityGreg Wilkins3-11/+21
2011-11-09clean ups from review from sbordet.Greg Wilkins3-21/+11
2011-11-08only handle early EOF if exchange is not doneGreg Wilkins5-24/+33
2011-11-08copyright and commentsGreg Wilkins1-2/+2
2011-11-08copyright and commentsGreg Wilkins3-2/+36
2011-11-08cleanups after the mergeGreg Wilkins4-9/+13
2011-11-07Merge remote-tracking branch 'origin/master' into jetty-7.6Greg Wilkins1-6/+28
2011-11-06client tests passingGreg Wilkins1-17/+0
2011-11-06fixed blocking client connectionGreg Wilkins1-1/+1
2011-11-04Cleaned up test case and implementation for #360665 (Proxying HTTPS request t...Simone Bordet2-97/+256
2011-11-04Merged the handling of the case where there will not be more input, but the p...Simone Bordet1-23/+16
2011-11-04360665: Fixed an endless loop on https proxy requests + added testsThomas Becker1-5/+26
2011-11-04blocking client connection passing more testsGreg Wilkins5-22/+52
2011-10-28initial blocking client implGreg Wilkins1-1/+203
2011-10-28improved close incomplete handlingGreg Wilkins2-0/+18
2011-10-28some Async client tests passingGreg Wilkins2-8/+36
2011-10-27refactored client to use upgradeable endpoint. Instert SslConnection when neededGreg Wilkins3-151/+138

Back to the top