summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport hostname verification correctness fixBrian Carlstrom2011-03-141-1/+1
* am 403f11d9: am ae89fd35: am e59c288f: am b91c5e93: DefaultRequestDirector sh...Brian Carlstrom2011-01-300-0/+0
|\
| * am ae89fd35: am e59c288f: am b91c5e93: DefaultRequestDirector should ignore I...Brian Carlstrom2011-01-300-0/+0
| |\
| | * am e59c288f: am b91c5e93: DefaultRequestDirector should ignore IOExceptions f...Brian Carlstrom2011-01-300-0/+0
| | |\
| | | * am b91c5e93: DefaultRequestDirector should ignore IOExceptions from stale con...Brian Carlstrom2011-01-301-1/+12
| | | |\
| | | | * DefaultRequestDirector should ignore IOExceptions from stale connectionsBrian Carlstrom2011-01-301-1/+12
* | | | | am 2d8fd9be: Help the caller along if a malformed URI is used to make an HTTP...Jesse Wilson2011-01-061-2/+16
|\ \ \ \ \ | |/ / / /
| * | | | Help the caller along if a malformed URI is used to make an HTTP request.Jesse Wilson2011-01-061-2/+16
| |/ / /
* | | | am 843bcb6f: DefaultRequestDirector should ignore IOExceptions from stale con...Brian Carlstrom2011-01-041-1/+12
|\ \ \ \ | |/ / /
| * | | DefaultRequestDirector should ignore IOExceptions from stale connectionsBrian Carlstrom2011-01-021-1/+12
* | | | am 091f7ca4: Fix Apache HTTP client to recover from half-closed connections.Jesse Wilson2010-12-202-0/+34
|\ \ \ \ | |/ / /
| * | | Fix Apache HTTP client to recover from half-closed connections.Jesse Wilson2010-12-172-0/+34
* | | | am 3dafdc28: Merge "Use proxies specified by system properties in DefaultHttp...Jesse Wilson2010-12-062-4/+18
|\ \ \ \ | |/ / /
| * | | Merge "Use proxies specified by system properties in DefaultHttpClient."Jesse Wilson2010-12-062-4/+18
| |\ \ \
| | * | | Use proxies specified by system properties in DefaultHttpClient.Jesse Wilson2010-12-062-4/+18
* | | | | am f0035c0e: Set per request socket timeout on reused connectionsBrian Carlstrom2010-12-041-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Set per request socket timeout on reused connectionsBrian Carlstrom2010-12-031-1/+7
| |/ / /
* | | | am bdd33184: am d5b79c97: am 9f7b511f: Don\'t leak sensitive information when...Jesse Wilson2010-10-161-3/+21
|\ \ \ \ | |/ / /
| * | | am d5b79c97: am 9f7b511f: Don\'t leak sensitive information when logging cook...Jesse Wilson2010-10-161-3/+21
| |\ \ \ | | |/ /
| | * | am 9f7b511f: Don\'t leak sensitive information when logging cookies.Jesse Wilson2010-10-141-3/+21
| | |\ \ | | | |/
| | | * Don't leak sensitive information when logging cookies.Jesse Wilson2010-10-141-3/+21
* | | | am 597d5137: am bd6d1127: am 8232105e: Properly deprecate HttpRequestHandlerR...Jesse Wilson2010-09-100-0/+0
|\ \ \ \ | |/ / /
| * | | am bd6d1127: am 8232105e: Properly deprecate HttpRequestHandlerRegistry#match...Jesse Wilson2010-09-100-0/+0
| |\ \ \ | | |/ /
| | * | am 8232105e: Properly deprecate HttpRequestHandlerRegistry#matchUriRequestPat...Jesse Wilson2010-09-101-1/+2
| | |\ \ | | | |/
| | | * Properly deprecate HttpRequestHandlerRegistry#matchUriRequestPattern.Jesse Wilson2010-09-101-1/+2
* | | | am edd8b732: Merge "Properly deprecate HttpRequestHandlerRegistry#matchUriReq...Jesse Wilson2010-09-101-1/+2
|\ \ \ \ | |/ / /
| * | | Merge "Properly deprecate HttpRequestHandlerRegistry#matchUriRequestPattern."Jesse Wilson2010-09-101-1/+2
| |\ \ \
| | * | | Properly deprecate HttpRequestHandlerRegistry#matchUriRequestPattern.Jesse Wilson2010-09-101-1/+2
* | | | | am c70bdbc1: manual merge - fix buildJean-Baptiste Queru2010-08-180-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | manual merge - fix buildJean-Baptiste Queru2010-08-183-4/+11
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | am 166ed46d: Cherry picking changes from dalvik-devBrian Carlstrom2010-08-184-41/+11
| | |\ \ | | | |/
| | | * Cherry picking changes from dalvik-devBrian Carlstrom2010-08-185-42/+12
* | | | am 3b74bc0a: am 301b1df2: am 9340bb2a: Fixed problem using HTTPS with Apache ...Andreas Sandblad2010-07-301-1/+1
|\ \ \ \ | |/ / /
| * | | am 301b1df2: am 9340bb2a: Fixed problem using HTTPS with Apache HTTP Client w...Andreas Sandblad2010-07-301-1/+1
| |\ \ \ | | |/ /
| | * | am 9340bb2a: Fixed problem using HTTPS with Apache HTTP Client when using proxyAndreas Sandblad2010-07-301-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Fixed problem using HTTPS with Apache HTTP Client when using proxyAndreas Sandblad2010-07-131-1/+1
* | | | am 18a021c6: am 3cb0a125: add meta-files about 3rd party projectsThe Android Open Source Project2010-07-190-0/+0
|\ \ \ \ | |/ / /
| * | | am 3cb0a125: add meta-files about 3rd party projectsThe Android Open Source Project2010-07-163-0/+29
| |\ \ \ | | |/ /
| | * | add meta-files about 3rd party projectsThe Android Open Source Project2010-07-163-0/+29
| | |/
* | | am 5648c97b: Remove explicit SSLSocket.startHandshakeBrian Carlstrom2010-07-191-37/+0
|\ \ \ | |/ /
| * | Remove explicit SSLSocket.startHandshakeBrian Carlstrom2010-05-051-37/+0
| |/
* | add meta-files about 3rd party projectsThe Android Open Source Project2010-07-193-0/+29
* | Turning off expect-continue by default in Apache HTTP client.Jesse Wilson2010-05-061-1/+8
* | RFC2616 says it's "100-continue", not "100-Continue".Elliott Hughes2010-04-282-3/+3
|/
* b/2599994 Should call prepareSocket on underlying socket, not layered socketBrian Carlstrom2010-04-181-2/+12
* Merge "Implement proper multihoming support, second attempt."Dan Egnor2010-03-092-12/+54
|\
| * Implement proper multihoming support, second attempt.Steinar H. Gunderson2010-03-052-12/+54
* | Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
* | Fix lineFromReadBuffer() so it no longer tries to skip backwardsDan Bornstein2010-03-051-1/+5
|/
* Revert "Implement proper multihoming support, so if one server fails for what...Kenny Root2010-02-262-34/+16