- 28 Nov, 2013 2 commits
-
-
Lorenzo Colitti authored
-
Lorenzo Colitti authored
These are defined in RFC 3549 (netlink) and will be used, for example, to determine whether an IP address has global scope. Bug: 9180552 Change-Id: I7e712cdd0bcb0dd7b24eb2e46b4205ad96b42164
-
- 27 Nov, 2013 9 commits
-
-
Alex Klyubin authored
-
Mathieu Chartier authored
-
Narayan Kamath authored
-
Narayan Kamath authored
Check for the nio canonical name instead of the "old" canonical name. bug: 11665359 Change-Id: Icc813a77cfb7d61ddb0ce33fbdf48ccbe0ded7fb
-
Narayan Kamath authored
-
Narayan Kamath authored
These tests were added in commit 5ec6bf8d and were assumed to have been caused by an ICU bug. They were in fact caused by bugs in our ICU glue code and those issues have now been fixed. Change-Id: Ia21a5b466eea685f175fa370d9e2b3b3342cd1b8
-
Narayan Kamath authored
-
Narayan Kamath authored
-
Narayan Kamath authored
-
- 26 Nov, 2013 9 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=62539 Change-Id: If41b9afe801832ea796649d27b0af25657653684
-
Alex Klyubin authored
Change-Id: I806cfd4fd7f8be39c9bfcce956f6c2804e917c26
-
Narayan Kamath authored
- NativeConverter should report unterminated character sequences to managed code. - CharsetDecoderIcu should report those errors correctly from flush() - InputStreamReader should check the return value of flush() and not ignore it altogether. bug: 11665359 bug: 10729779 Change-Id: Ic678a645a4ef2b3fe70e2c900c0cd393679f1037
-
Narayan Kamath authored
Deal with truncated char sequences correctly. bug: 10729779 Change-Id: I232b0ec899084270a6d621e6c7292ef8b94f8f7d
-
Narayan Kamath authored
Fix path to test resource. bug: 11665359 Change-Id: Id360215499bc20620c096a3f0a4e85970e606c2b
-
Narayan Kamath authored
-
Mathieu Chartier authored
Used to know when to do trimming and will be used for knowing when to do compaction. Bug: 8981901 Change-Id: I0f715f8c9dfc5f7399b54261fe08410449fef10e
-
Alex Klyubin authored
-
- 25 Nov, 2013 11 commits
-
-
Alex Klyubin authored
This CL adjusts the SSLSocketTest to follow the RI and not sanity-check client certs early during SSLSocket.accept. The change in the code under test (external/conscrypt) was made in https://android-review.googlesource.com/#/c/70467/ Change-Id: I93fde2f5520109b97ae81fd4752b3bd0f67a1a19
-
Brian Carlstrom authored
Merge branch 'master' of persistent-https://googleplex-android.git.corp.google.com/platform/libcore into merge-goog-master-to-aosp-master
-
Brian Carlstrom authored
-
Narayan Kamath authored
(cherry-picked from commit 115197d8) Change-Id: Ie0f2d0b5fb88e6a507836db3609b4be53abb636b
-
Narayan Kamath authored
-
Narayan Kamath authored
Use the new BUILD_HOST_DALVIK_JAVA_LIBRARY instead. (cherry picked from commit bb99b497) Change-Id: If6822157b02126ede86b2e9cd4db11bdbae5b82b
-
Narayan Kamath authored
* commit '38bf01ef': Fix stream flushing when SYNC_FLUSH is set.
-
Narayan Kamath authored
* commit '59872bf3': Fix stream flushing when SYNC_FLUSH is set.
-
Narayan Kamath authored
Mostly missing serialization tests. Also - Fix up package names for tests. - Move tests under the right subpackage where applicable. Change-Id: If30995f5b62a1dcc9f0150d2c16e29bb1b65a48c
-
Narayan Kamath authored
-
Narayan Kamath authored
bug: https://code.google.com/p/android/issues/detail?id=62589 Change-Id: I8d569b8ecf21857df5f3d1e8ad88cd95139ab09c
-
- 23 Nov, 2013 2 commits
-
-
The Android Open Source Project authored
* commit 'eead725b':
-
The Android Open Source Project authored
* commit '6be37f5f':
-
- 22 Nov, 2013 7 commits
-
-
The Android Open Source Project authored
Change-Id: I883352e71c7d5f057764bdb822836023e57b6ba9
-
Kenny Root authored
* commit '1b74de0d': CipherTest: add tests for null parameters in init
-
Kenny Root authored
* commit 'c176521c': CipherTest: add tests for null parameters in init
-
Kenny Root authored
-
Kenny Root authored
Bug: https://code.google.com/p/android/issues/detail?id=62640 Change-Id: I86ae6603a6492e8f66c1ce5782c1d0483e4a491b
-
Narayan Kamath authored
Use a List<Class<?>> as the cache key instead, but dedup and check for nulls in the list using a HashSet instead. This will improve performance for large lists of interfaces. bug: 10316383 Change-Id: Id0c36a731e6e3cb39bf36c083180c0c4da5c2dd4 (cherry picked from commit 6074af533f57a93e1b8e1ab63dce6a264a4d5dae)
-
Narayan Kamath authored
* commit 'f36ad155': Don't turn on sync flush by default.
-