summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stricter subject DN parsing for HTTPS hostname verification.HEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2Alex Klyubin2014-11-161-32/+4
* am e6fe5ecb: Merge "Remove obsolete ThirdPartyProject.prop files."Elliott Hughes2012-09-202-20/+0
|\
| * Merge "Remove obsolete ThirdPartyProject.prop files."Elliott Hughes2012-09-203-29/+0
| |\
| | * Remove obsolete ThirdPartyProject.prop files.Elliott Hughes2012-09-203-29/+0
| |/
* | Remove obsolete ThirdPartyProject.prop file.Elliott Hughes2012-05-151-9/+0
|/
* Advertise HttpURLConnection in DefaultHttpClient.Jesse Wilson2011-12-151-32/+42
* Remove incorrect doc comments. The scheme registry may not be null.Jesse Wilson2011-11-102-4/+2
* Fix NPE in DefaultRequestDirectorJesse Wilson2011-09-271-1/+1
* Try the next address after any type of connection failure.Jesse Wilson2011-09-121-3/+9
* Add optional host build of apache-httpBrian Carlstrom2011-07-161-0/+29
* Track move of socket tagging from libcore to frameworks/base.Jesse Wilson2011-06-282-8/+6
* Ignore case on digest algorithms.Jesse Wilson2011-06-241-2/+2
* am d8a18733: am 00efe680: Merge "Make Apache HttpClient play nice with large ...Elliott Hughes2011-05-160-0/+0
|\
| * am 00efe680: Merge "Make Apache HttpClient play nice with large kernel socket...Elliott Hughes2011-05-160-0/+0
| |\
| | * Merge "Make Apache HttpClient play nice with large kernel socket buffers."Elliott Hughes2011-05-162-58/+24
| | |\
| | | * Make Apache HttpClient play nice with large kernel socket buffers.Elliott Hughes2011-05-132-58/+24
| | |/
* | | Merge "Add Socket tagging for granular data accounting."Jeff Sharkey2011-05-132-0/+50
|\ \ \
| * | | Add Socket tagging for granular data accounting.Jeff Sharkey2011-05-132-0/+50
* | | | am e30b5b55: Make Apache HttpClient play nice with large kernel socket buffers.Elliott Hughes2011-05-102-58/+24
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Make Apache HttpClient play nice with large kernel socket buffers.Elliott Hughes2011-05-032-58/+24
* | | Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2011-04-011-1/+1
|\ \ \ | |/ / |/| |
| * | 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
| | | | |\ | |_|_|_|/ |/| | | |