- 05376c1 Merge "Tests for java.lang.reflect.Parameter and associated unhiding" by Neil Fuller · 8 years ago
- e1bee3b Merge changes I790e3f98,I3ef08052,I3568b44c,I8f6d80b7,Ib1894742 by Treehugger Robot · 8 years ago
- 657266e Merge "CipherTest: factor out common log code" by Treehugger Robot · 8 years ago
- 7d38257 Tests for java.lang.reflect.Parameter and associated unhiding by Neil Fuller · 8 years ago
- 6ad1e2b Merge "Prevent SocketTest off-thread Exception from escaping" by Neil Fuller · 8 years ago
- d5d1b63 Prevent SocketTest off-thread Exception from escaping by Neil Fuller · 8 years ago
- 86a9bcd Merge "CipherTest: Remove unused AES_MODES" by Treehugger Robot · 8 years ago
- 0aa2ae6 Merge changes Ia479b71e,I763706be,I1e806a47,I1908352f,I3a5f8fd1, ... by Treehugger Robot · 8 years ago
- dfb337d CipherTest: do not test known ciphertext for randomized algorithms by Kenny Root · 8 years ago
- 6aaf31e CipherTest: specify AlgorithmParameterSpec instead of IV by Kenny Root · 8 years ago
- 24548c7 CipherTest: key generation failure is AssertionError by Kenny Root · 8 years ago
- babf8a9 CipherTest: add new CipherTestParam ctor that takes both keys by Kenny Root · 8 years ago
- 3407235 Merge changes from topic 'libjavacore_unload' by Treehugger Robot · 8 years ago
- 113ad93 CipherTest: distinguish between encrypt and decrypt keys by Kenny Root · 8 years ago
- 9d64332 CipherTest: factor out common log code by Kenny Root · 8 years ago
- f867abe CipherTest: Remove unused AES_MODES by Kenny Root · 8 years ago
- e62244c CipherTest: remove unused pubKey variable by Kenny Root · 8 years ago
- 935389a CipherTest: remove the now-unused keyAlgorithm field by Kenny Root · 8 years ago
- e5d11d4 CipherTest: use SecretKeySpec instead of byte[] by Kenny Root · 8 years ago
- 9214be8 CipherTest: replace repeated key public construction by Kenny Root · 8 years ago
- dcdeeb9 CipherTest: replace repeated key construction by Kenny Root · 8 years ago
- 59fdf81 CipherTest: add missing RSA private key parameters by Kenny Root · 8 years ago
- 5a98502 CipherTest: fix RSA encrypt and decrypt meaning by Kenny Root · 8 years ago
- c7a1dc2 Merge changes If74426ae,Ife3aba57 by Treehugger Robot · 8 years ago
- 8b9d4a2 luni: Change ICU registration to use RAII by Igor Murashkin · 8 years ago
- bdcc75a Revert "Revert "libjavacore: Implement JNI_OnUnload for icu"" by Igor Murashkin · 8 years ago
- 0485c8f Improve testing around pending connect() exceptions by Neil Fuller · 8 years ago
- eee4dc2 Merge "Revert "libjavacore: Implement JNI_OnUnload for icu"" by Nicolas Geoffray · 8 years ago
- 7288f8d Revert "libjavacore: Implement JNI_OnUnload for icu" by Nicolas Geoffray · 8 years ago
- be62aa2 Fix TryFailThrowable warnings found by error prone by Paul Duffin · 8 years ago
- ecd49d2 Merge "libjavacore: Implement JNI_OnUnload for icu" by Treehugger Robot · 8 years ago
- a082b7b libjavacore: Implement JNI_OnUnload for icu by Igor Murashkin · 8 years ago
- 6422e44 Merge "Remove LocalArray.h." by Chih-hung Hsieh · 8 years ago
- 90bca1d Merge "Revert "Use JUnit 4 annotation instead of 'large' tag for CTSv2"" by Treehugger Robot · 8 years ago
- e4fb317 Revert "Use JUnit 4 annotation instead of 'large' tag for CTSv2" by Narayan Kamath · 8 years ago
- 6764aa3 Fix NPE when sending DatagramPacket by Yi Kong · 8 years ago
- 50baaea Remove LocalArray.h. by Chih-Hung Hsieh · 8 years ago
- 0022bef Merge "ojluni: solve issues with exceptions in cipher-related streams" by Sergio Giro · 8 years ago
- fb32e77 Merge "Add missing datagram channel #close statement." by Shubham Ajmera · 8 years ago
- 2e5060e Add missing datagram channel #close statement. by Shubham Ajmera · 8 years ago
- 1a9046d Merge "Use JUnit 4 annotation instead of 'large' tag for CTSv2" by Tobias Thierer · 8 years ago
- d486079 Merge "Fix OsTest#test_xattr_Errno test on CTS" by Treehugger Robot · 8 years ago
- 52056d7 Fix OsTest#test_xattr_Errno test on CTS by Yi Kong · 8 years ago
- 4e580f2 Use JUnit 4 annotation instead of 'large' tag for CTSv2 by Tobias Thierer · 8 years ago
- 4d8b5b2 ojluni: solve issues with exceptions in cipher-related streams by Sergio Giro · 8 years ago
- 39f3dee Merge "Update six more classes from java.util to OpenJDK8u60" by Treehugger Robot · 8 years ago
- e64b867 Update six more classes from java.util to OpenJDK8u60 by Tobias Thierer · 8 years ago
- af15670 Merge "Rename PrivilegedActionExceptionTest" by Treehugger Robot · 8 years ago
- 772b2b8 Merge "CipherTest: in ASN1 encoding for GCM, no value for tag size means 12" by Sergio Giro · 8 years ago
- 07ddead Merge "SignatureTest: make the mock MySignature public" by Sergio Giro · 8 years ago
- e28606d Rename PrivilegedActionExceptionTest by Yi Kong · 8 years ago
- 58704a9 Merge "Update test to allow HTAB in HTTP header values" by Tobias Thierer · 8 years ago
- bf0152d Merge "Add test to make sure TLS elliptic curves list is sensible" by Treehugger Robot · 8 years ago
- dcabb63 Update test to allow HTAB in HTTP header values by Tobias Thierer · 8 years ago
- c97ba7f Add test to make sure TLS elliptic curves list is sensible by Kenny Root · 8 years ago
- 5304210 SignatureTest: make the mock MySignature public by Sergio Giro · 8 years ago
- 03a4971 CipherTest: in ASN1 encoding for GCM, no value for tag size means 12 by Sergio Giro · 8 years ago
- d2b8ad9 Merge "Fix OldSystemTest#test_load, again" by Przemyslaw Szczepaniak · 8 years ago
- 19b9ddd Fix OldSystemTest#test_load, again by Przemyslaw Szczepaniak · 8 years ago
- 8552d99 Merge "Unstub PrivilegedActionException" by Treehugger Robot · 8 years ago
- 0eb2ef8 Unstub PrivilegedActionException by Yi Kong · 8 years ago
- 13fa4a2 Merge "Fix CookiesTest#testCookieStoreNullUris" by Treehugger Robot · 8 years ago
- dfbb01e Fix CookiesTest#testCookieStoreNullUris by Yi Kong · 8 years ago
- a0223a4 Merge "Revert "Revert "Import upstream change: Setting IP_TOS on java.net sockets not working on unix""" by Treehugger Robot · 8 years ago
- 43953a0 Merge "Add java.util.Base64 from OpenJDK8u60" by Tobias Thierer · 8 years ago
- 780a0e6 Revert "Revert "Import upstream change: Setting IP_TOS on java.net sockets not working on unix"" by Yi Kong · 8 years ago
- 302a1e5 Merge "java.security.Provider: port to jdk8u60 (second part)" by Sergio Giro · 8 years ago
- 5ced302 Merge "Add missing fail() statements in Files2Test" by Treehugger Robot · 8 years ago
- 1a1eb32 Add missing fail() statements in Files2Test by Shubham Ajmera · 8 years ago
- 76fa41a Unhide {get,set,list,remove}xattr by Yi Kong · 8 years ago
- 055733b Merge "Revert "Revert "Implement Libcore.os.listxattr""" by Treehugger Robot · 8 years ago
- 635b237 Merge "Fix OldSystemTest#test_load" by Przemyslaw Szczepaniak · 8 years ago
- 09b2b0d java.security.Provider: port to jdk8u60 (second part) by Sergio Giro · 8 years ago
- 55dd377 Revert "Revert "Implement Libcore.os.listxattr"" by Yi Kong · 8 years ago
- ce7b900 Merge "Update BitSet, ConcurrentModificationException, UUID to OpenJDK 8u60." by Tobias Thierer · 8 years ago
- 20440a9 Merge "Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()" by Tobias Thierer · 8 years ago
- ec78be1 Merge "java.security.cert.X509CRL: add new method verify(PublicKey, Provider)" by Sergio Giro · 8 years ago
- 5f882b7 Merge "java.security.PKCS12Attribute: port class from jdk8u60" by Sergio Giro · 8 years ago
- ea75d9a Merge "java.security.SecureRandom: add getInstanceStrong() method" by Sergio Giro · 8 years ago
- d2bfc30 Merge "java.security: port DomainLoadStoreParameter from jdk8u60" by Sergio Giro · 8 years ago
- 9a03aaf Fix OldSystemTest#test_load by Przemyslaw Szczepaniak · 8 years ago
- f9ca4c2 Merge "Revert "Implement Libcore.os.listxattr"" by Nicolas Geoffray · 8 years ago
- a422a96 Revert "Implement Libcore.os.listxattr" by Nicolas Geoffray · 8 years ago
- 3aa3b99 Merge "Implement Libcore.os.listxattr" by Yi Kong · 8 years ago
- d4b7449 Fix 58 libcore tests that caught "expected" Exceptions but didn't fail() by Tobias Thierer · 8 years ago
- 2e40806 Implement Libcore.os.listxattr by Yi Kong · 8 years ago
- 1a75c10 Add tests for java.nio.file.Path by Shubham Ajmera · 9 years ago
- 7b78953 java.security.cert.X509CRL: add new method verify(PublicKey, Provider) by Sergio Giro · 8 years ago
- 88bb8a4 Add java.util.Base64 from OpenJDK8u60 by Tobias Thierer · 8 years ago
- a0228e4 Merge "Add more tests for java.nio.file.File" by Treehugger Robot · 8 years ago
- 3d02d9b Merge "Fix IPv6 DatagramChannelMulticastTest" by Shubham Ajmera · 8 years ago
- 3d50f63 Merge "Support loading a DEX file from a ByteBuffer." by Orion Hodson · 8 years ago
- 63c1e9c Add more tests for java.nio.file.File by Shubham Ajmera · 8 years ago
- 7824728 Support loading a DEX file from a ByteBuffer. by Orion Hodson · 8 years ago
- 216bd96 java.security.SecureRandom: add getInstanceStrong() method by Sergio Giro · 8 years ago
- f84dabc Merge "Make video mime type default for 3GPP and 3GPP2 formats." by Narayan Kamath · 8 years ago
- 6f7db30 Merge "Add test for AbstractCollection.{remove,retain}All(null)" by Treehugger Robot · 8 years ago
- 41a1b5c Merge "Tests + unhiding new j.l.reflect methods" by Neil Fuller · 8 years ago
- b0907d3 Add test for AbstractCollection.{remove,retain}All(null) by Tobias Thierer · 8 years ago
- 06085e8 java.security.PKCS12Attribute: port class from jdk8u60 by Sergio Giro · 8 years ago