summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE"Steve Block2012-01-042-2/+2
|\
| * Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-032-2/+2
* | Merge "Discourage Serializable."Jesse Wilson2012-01-042-14/+111
|\ \
| * | Discourage Serializable.Jesse Wilson2012-01-042-14/+111
* | | Merge "Rename timestamp to sequenceNumber."Jesse Wilson2012-01-041-18/+16
|\ \ \
| * | | Rename timestamp to sequenceNumber.Jesse Wilson2012-01-041-18/+16
| | |/ | |/|
* | | Merge "Test enum serialization and deserialization."Jesse Wilson2012-01-043-2/+165
|\ \ \
| * | | Test enum serialization and deserialization.Jesse Wilson2011-12-203-2/+165
* | | | Merge "Update the response cache on a conditional cache hit"Jesse Wilson2012-01-044-84/+187
|\ \ \ \ | |_|/ / |/| | |
| * | | Update the response cache on a conditional cache hitJesse Wilson2011-12-224-84/+187
* | | | Merge "Remove run-core-tests from known failures."Jesse Wilson2012-01-037-24/+0
|\ \ \ \
| * | | | Remove run-core-tests from known failures.Jesse Wilson2012-01-037-24/+0
* | | | | Use lenient wildcard matching for android.clients.google.com.Jesse Wilson2012-01-031-1/+4
|/ / / /
* | | | Merge "Update HostnameVerifierTest for consistency with our new hostname veri...Jesse Wilson2012-01-032-41/+39
|\ \ \ \
| * | | | Update HostnameVerifierTest for consistency with our new hostname verifier.Jesse Wilson2012-01-022-41/+39
| | |_|/ | |/| |
* | | | Cleanup verifyHostName to use regionMatches instead of regex splits.Jesse Wilson2012-01-021-36/+21
|/ / /
* | | Merge "Move the frameworks/base hostname verifier into libcore. Part 1/2"Jesse Wilson2011-12-273-131/+987
|\ \ \
| * | | Move the frameworks/base hostname verifier into libcore. Part 1/2Jesse Wilson2011-12-273-131/+987
| |/ /
* | | Merge "Don't reuse an SSL socket if the socket factory has changed."Jesse Wilson2011-12-274-13/+36
|\ \ \
| * | | Don't reuse an SSL socket if the socket factory has changed.Jesse Wilson2011-12-204-13/+36
| | |/ | |/|
* | | Merge "Support in-memory HTTPS session caching for wrapped sockets."Jesse Wilson2011-12-272-28/+26
|\ \ \ | |_|/ |/| |
| * | Support in-memory HTTPS session caching for wrapped sockets.Jesse Wilson2011-12-202-28/+26
| |/
* | Give DiskLruCache an API to edit a snapshot.Jesse Wilson2011-12-212-7/+97
|/
* Unit test SSL fallback.Jesse Wilson2011-12-191-0/+20
* Support multiple challenges for HTTP authentication.Jesse Wilson2011-12-167-77/+263
* Merge "Document pre-Froyo bugs in HttpURLConnection"Jesse Wilson2011-12-151-6/+16
|\
| * Document pre-Froyo bugs in HttpURLConnectionJesse Wilson2011-12-151-6/+16
* | Change the way we cope with stale pooled connections.Jesse Wilson2011-12-155-87/+127
|/
* Document connect attempts by address count, not address family count.Jesse Wilson2011-12-141-4/+6
* Document the effect on timeouts of having both IPv4 and IPv6 addressesJesse Wilson2011-12-144-44/+47
* Merge "Improve the text on disabling connection reuse."Jesse Wilson2011-12-141-3/+3
|\
| * Improve the text on disabling connection reuse.Jesse Wilson2011-12-141-3/+3
* | Don't use ".local" if the local host name is fully qualified.Jesse Wilson2011-12-141-15/+16
|/
* Document that disconnect() doesn't release sockets.Jesse Wilson2011-12-142-4/+23
* Rename SerializableTester to SerializationTesterJesse Wilson2011-12-1316-43/+49
* Kill SerializationTester; obsoleted by SerializableTester.Jesse Wilson2011-12-1313-106/+189
* Merge "Bring more tests from frameworks/base/tests/CoreTests into libcore."Jesse Wilson2011-12-137-5/+615
|\
| * Bring more tests from frameworks/base/tests/CoreTests into libcore.Jesse Wilson2011-12-137-5/+615
* | Merge "Migrate some reflection tests from frameworks/base/tests/CoreTests"Jesse Wilson2011-12-137-19/+375
|\ \
| * | Migrate some reflection tests from frameworks/base/tests/CoreTestsJesse Wilson2011-12-137-19/+375
| |/
* | Merge "Fix serialization of reverse-ordered TreeSets."Jesse Wilson2011-12-133-30/+166
|\ \
| * | Fix serialization of reverse-ordered TreeSets.Jesse Wilson2011-12-133-30/+166
| |/
* | Merge "Refer to Android ICS by its version in URL docs."Jesse Wilson2011-12-121-2/+2
|\ \
| * | Refer to Android ICS by its version in URL docs.Jesse Wilson2011-12-121-2/+2
| |/
* | Merge "Test for available() returning 0 when the input is exhausted."Jesse Wilson2011-12-121-0/+38
|\ \
| * | Test for available() returning 0 when the input is exhausted.Jesse Wilson2011-12-121-0/+38
* | | Don't wake up the watchdog unless there's something to finalize.Jesse Wilson2011-12-121-24/+30
| |/ |/|
* | am 4ff58546: libcore: BlockGuard: untag socket on closeJP Abgrall2011-11-281-5/+18
|\ \
| * | libcore: BlockGuard: untag socket on closeJP Abgrall2011-11-211-5/+18
* | | Merge "Address code review comments on new SoftReference documentation."Jesse Wilson2011-11-281-10/+10
|\ \ \