- 5c92f34 Expose rethrow* methods in the public SDK API by Neil Fuller · 6 years ago
- fbd9b73 Tweak testCloseDuringConnect by Neil Fuller · 6 years ago
- e039e33 Merge "ErrnoException: Add test coverage." by Treehugger Robot · 6 years ago
- 4cc559a Merge changes from topics "sockopttimeval_2", "sockopttimeval_1" by Neil Fuller · 6 years ago
- 32da806 ErrnoException: Add test coverage. by Tobias Thierer · 6 years ago
- 3d162d8 Merge "Unhide ICMP echo constants." by Lorenzo Colitti · 6 years ago
- f15b6b5 Add tests for CipherSpi.updateAAD() and SSLEngine(String, int) by Adam Vartanian · 6 years ago
- b4f9c18 Make Os.get/setSockOptTimeVal() public by Neil Fuller · 6 years ago
- 718aaa5 Add tests for sockoptTimeVal functions by Neil Fuller · 6 years ago
- 91a58c8 Unhide ICMP echo constants. by Lorenzo Colitti · 6 years ago
- 24120d2 Remove NativeAllocationRegistry.Allocator by Hans Boehm · 6 years ago
- c850021 Merge "Fix Os.inet_pton for IPv6." by Pete Bentley · 6 years ago
- 1e636e5 Fix android.text.format.Time behavior by Neil Fuller · 6 years ago
- 262316f Fix Os.inet_pton for IPv6. by Pete Bentley · 6 years ago
- 7ef5542 Add a test for behavior around Integer.MAX_VALUE by Neil Fuller · 6 years ago
- f99d8a5 Change behavior for times < first transition by Neil Fuller · 6 years ago
- 24d3cb9 Merge "Move AsynchronousCloseMonitor to its own library." by Pete Bentley · 6 years ago
- 7649ea1 Merge "Refactor ZoneInfoTest to use java.time types" by Neil Fuller · 6 years ago
- 6811e8e Merge "Refactor/add tests for ObjectStreamClass computeDefaultSUID" by Paul Duffin · 6 years ago
- c2d7164 Move AsynchronousCloseMonitor to its own library. by Pete Bentley · 6 years ago
- 21fe62c Refactor ZoneInfoTest to use java.time types by Neil Fuller · 6 years ago
- 6e994a2 Merge changes I1d36c13e,Ia8d00990 by Lorenzo Colitti · 6 years ago
- 4c16d95 Don't crash when passing null destinations to bind, connect, and sendto by Lorenzo Colitti · 6 years ago
- 7fdf227 Add tests for passing null to bind, sendto and connect. by Lorenzo Colitti · 6 years ago
- 7c8e7e3 Merge "Use the ANDROID_TZDATA_ROOT environment variable" by Neil Fuller · 6 years ago
- 1995494 Merge "Add JUnit 4 TestRule for running tests with a specific target SDK" by Treehugger Robot · 6 years ago
- bf66209 Refactor/add tests for ObjectStreamClass computeDefaultSUID by Paul Duffin · 6 years ago
- 4ba1453 Add JUnit 4 TestRule for running tests with a specific target SDK by Paul Duffin · 6 years ago
- e35b7d3 Merge "Load in-memory dex into a single DexFile/Element object" by David Brazdil · 6 years ago
- 05c537e Fix Automated API Review issues. by paulhu · 6 years ago
- be49683 Load in-memory dex into a single DexFile/Element object by David Brazdil · 6 years ago
- 1362cac Merge "Uninitialize constants during libjavacore unloading." by Nicolas Geoffray · 6 years ago
- c6f8f5e Uninitialize constants during libjavacore unloading. by Nicolas Geoffray · 6 years ago
- 16cee20 Use the ANDROID_TZDATA_ROOT environment variable by Neil Fuller · 6 years ago
- 1e9ca32 Fix bug with bind()/connect() and IPv4 addresses by Adam Vartanian · 6 years ago
- 44fea11 Merge "Allow size for malloc-only registration" by Hans Boehm · 6 years ago
- d7d5fde Allow size for malloc-only registration by Hans Boehm · 6 years ago
- 6f658c3 Remove libcore.io.Os from intra-core API by Adam Vartanian · 6 years ago
- b4b11e1 Merge "Enable interception of more filesystem APIs." by Jeff Sharkey · 6 years ago
- 001ac51 Enable interception of more filesystem APIs. by Jeff Sharkey · 6 years ago
- 607b89b Merge "Add connect(fd, SocketAddress) to public API (libcore)" by Remi NGUYEN VAN · 6 years ago
- cdca124 Add connect(fd, SocketAddress) to public API (libcore) by Remi NGUYEN VAN · 6 years ago
- 4149a21 CtsSaxTestCases: Run for all libcore changes. by Tobias Thierer · 6 years ago
- 2606b87 Merge "Let Treehugger run CtsSaxTestCases for changes to luni javax.xml." by Treehugger Robot · 6 years ago
- f1c9f30 Let Treehugger run CtsSaxTestCases for changes to luni javax.xml. by Tobias Thierer · 6 years ago
- 67f0584 Merge "Track RulesManagerService frameworks/base changes" by Neil Fuller · 6 years ago
- e359211 Track RulesManagerService frameworks/base changes by Neil Fuller · 6 years ago
- d061b8f Delete several DH key tests by Adam Vartanian · 6 years ago
- f030e4e Remove IoUtils from intra-core API by Adam Vartanian · 6 years ago
- bdad68a Merge changes Ib8491242,I695758c4 by Treehugger Robot · 6 years ago
- bc69de0 Lists: test coverage for misc corner cases. by Tobias Thierer · 6 years ago
- 5cd70a5 Merge "Revert change in behavior of InetAddress.isNumeric(String)" by Paul Duffin · 6 years ago
- 559e1c2 Revert change in behavior of InetAddress.isNumeric(String) by Paul Duffin · 6 years ago
- eb271d9 Fix expected errno when connecting a UNIX socket to an inet addr. by Lorenzo Colitti · 6 years ago
- 3959b75 Merge "Add regression test to ensure CLDR root data has symbol for unknown currency" by Treehugger Robot · 6 years ago
- 74b95aa Add regression test to ensure CLDR root data has symbol for unknown currency by Nikita Iashchenko · 6 years ago
- dfc8ce0 Move AsynchronousCloseMonitor to libjavacore. by Pete Bentley · 6 years ago
- 83d51df Merge "Mark Os.bind, Os.sendTo as public API" by Remi NGUYEN VAN · 6 years ago
- 3ba1ba7 Fix TimeZoneIntegrationTest.testTimeZoneDebugInfo by Neil Fuller · 6 years ago
- 7de309d Merge "Remove pointless hidden overload for accept()" by Neil Fuller · 6 years ago
- 92422f0 Merge "Test passing wrong SocketAddress types to bind, connect, sendto." by Lorenzo Colitti · 6 years ago
- 1bb4969 Test passing wrong SocketAddress types to bind, connect, sendto. by Lorenzo Colitti · 6 years ago
- 22dbe20 Remove pointless hidden overload for accept() by Neil Fuller · 6 years ago
- 51588c8 Merge "Move NetFd.h to external/conscrypt." by Treehugger Robot · 6 years ago
- cb1f1f5 Mark Os.bind, Os.sendTo as public API by Remi NGUYEN VAN · 6 years ago
- eee083d Move NetFd.h to external/conscrypt. by Orion Hodson · 6 years ago
- 4990b37 Add test coverage for URLConnection.getFileNameMap(). by Tobias Thierer · 6 years ago
- 522a3fd Merge "Remove hardcoded os.name property." by Doug Horn · 6 years ago
- 302dc0b Remove hardcoded os.name property. by Doug Horn · 6 years ago
- 5a8f602 Merge "Revert "Revert "Add support for fdsan to the builtin SocketImpls.""" by Josh Gao · 6 years ago
- 2fa3a68 Merge "InMemDexCL: Add test with non-zero buffer position" by David Brazdil · 6 years ago
- 154c82b4 InMemDexCL: Add test with non-zero buffer position by David Brazdil · 6 years ago
- 6e8778e Cleanup some support test classes by Paul Duffin · 6 years ago
- 58e7f11 Merge "Mark networking constants as public API" by Remi NGUYEN VAN · 6 years ago
- c17d88b Mark networking constants as public API by Remi NGUYEN VAN · 6 years ago
- e10d81a Drop unused API libcore.io.SizeOf. by Tobias Thierer · 6 years ago
- 229d4b2 Replace use of libcore.io.SizeOf with X.BYTES. by Tobias Thierer · 6 years ago
- d35916b Add test for CDD 3.5 [C-0-9] by Adam Vartanian · 6 years ago
- 95bc738 Merge "Test LinkedHashMap.removeEldestEntry() implementation that modifies underlying map" by Treehugger Robot · 6 years ago
- b00f380 Test LinkedHashMap.removeEldestEntry() implementation that modifies underlying map by Nikita Iashchenko · 6 years ago
- 7ef1a48 Merge "Remove core-simple and other unnecessary things" by Neil Fuller · 6 years ago
- 9900054 Remove core-simple and other unnecessary things by Neil Fuller · 6 years ago
- 9cf3051 Merge changes I92be8a46,I7a3b449f by Tobias Thierer · 6 years ago
- e613f82 Merge "Fix MimeUtils.guessExtensionFromMimeType() for non-lowercase mimeType." by Tobias Thierer · 6 years ago
- d7bcad1 MimeTypes: Change Locale for lowercase from US to ROOT. by Tobias Thierer · 6 years ago
- f79fba8 Extract helper methods canonicalize() and allowedInMap(). by Tobias Thierer · 6 years ago
- c10489b Fix MimeUtils.guessExtensionFromMimeType() for non-lowercase mimeType. by Tobias Thierer · 6 years ago
- 9e80aff Merge "Track movement of ICU .dat file" by Neil Fuller · 6 years ago
- 9684d3f Merge "Move JniConstants from libnativehelper to libcore" by Orion Hodson · 6 years ago
- 0fc5685 Track movement of ICU .dat file by Neil Fuller · 6 years ago
- c3ae1ff Merge "Revert "Temporary workaround for b/122369337"" by Neil Fuller · 6 years ago
- 8fc20d16 Add time zone version tests by Neil Fuller · 6 years ago
- b3f323d Revert "Temporary workaround for b/122369337" by Neil Fuller · 6 years ago
- 4073dcc Merge "Fix Inet6AddressImpl.lookupAllHostAddr() to accept [] in IPv6 hosts." by Tobias Thierer · 6 years ago
- e4f46d9 Merge "Refactor/tweak FileSystemsTest." by Tobias Thierer · 6 years ago
- 8ff6be0 Temporary workaround for b/122369337 by Hans Boehm · 6 years ago
- 3fdd370 Refactor/tweak FileSystemsTest. by Tobias Thierer · 6 years ago
- a3a8662 Merge "Sync ART host with device dir structure / add test" by Neil Fuller · 6 years ago
- b4179e2 Fix Inet6AddressImpl.lookupAllHostAddr() to accept [] in IPv6 hosts. by Tobias Thierer · 6 years ago
- 80ef7bc Merge "DateIntervalFormatTest: Move 2017-2018 timestamps to 2006-2007." by Treehugger Robot · 6 years ago