1. 3ff37c4 Convert ByteBuffers to byte[] correctly. by Narayan Kamath · 9 years ago
  2. 65633b2 Merge "Properly restore errno if NET_FAILURE_RETRY fails." by Lorenzo Colitti · 9 years ago
  3. b4af0b5 Properly restore errno if NET_FAILURE_RETRY fails. by Lorenzo Colitti · 9 years ago
  4. a53c58d Merge "Migrate IDNA2003 implementation to ICU4J." by Neil Fuller · 9 years ago
  5. 001231c Merge "Remove libcore AlphabeticIndex and references. This has been replaced by ICU4J's library." by Neil Fuller · 9 years ago
  6. d0694e7 Merge "Add class table field to class loader" by Mathieu Chartier · 9 years ago
  7. 304152b Add class table field to class loader by Mathieu Chartier · 9 years ago
  8. efe4293 Clean up some dead code. by Elliott Hughes · 9 years ago
  9. 0517aff Remove libcore AlphabeticIndex and references. This has by Craig Cornelius · 9 years ago
  10. 9dcac82 Migrate IDNA2003 implementation to ICU4J. by Rayhaan Jaufeerally · 9 years ago
  11. 69bd8d2 Merge "CipherTest: add assertions about GCM parameters" by Kenny Root · 9 years ago
  12. 8fa441e Merge "Minor tweak to DeflaterOutputStreamTest." by Narayan Kamath · 9 years ago
  13. 3e2415c Minor tweak to DeflaterOutputStreamTest. by Narayan Kamath · 9 years ago
  14. 55d6814 CipherTest: add assertions about GCM parameters by Kenny Root · 9 years ago
  15. eaef70a Merge "Fix broken Zip64 extended info size checks." by Narayan Kamath · 9 years ago
  16. 837aeb3 Fix broken Zip64 extended info size checks. by Narayan Kamath · 9 years ago
  17. 17552b6 Remove Transliterator wrapper class. by Rayhaan Jaufeerally · 9 years ago
  18. 2664be0 Use __ANDROID__ instead of HAVE_ANDROID_OS. by Elliott Hughes · 9 years ago
  19. 8d7307a Revert "Convert IDN to use ICU4j instead of ICU4c." by Narayan Kamath · 9 years ago
  20. 9fe4436 Convert IDN to use ICU4j instead of ICU4c. by Rayhaan Jaufeerally · 9 years ago
  21. b9ca83a Merge changes from topic 'mockito-libcore' by Kenny Root · 9 years ago
  22. ec80f1b Merge "Add tests for alg name aliases" by Kenny Root · 9 years ago
  23. f591462 Late binding: add Cipher#init checks by Kenny Root · 9 years ago
  24. f7cae39 Late binding: add more Cipher tests by Kenny Root · 9 years ago
  25. ebd99d8 Merge "Late binding: add tests for init-time rejection" by Kenny Root · 9 years ago
  26. 18d5ad8 SignatureTest: convert first test to mockito by Kenny Root · 9 years ago
  27. 7f531bd Merge "Ensure the SignatureImpl overrides all methods" by Kenny Root · 9 years ago
  28. b131e0c Ensure the SignatureImpl overrides all methods by Kenny Root · 9 years ago
  29. 32563bc Remove NativePluralRules since we are using ICU4J directly. by Rayhaan Jaufeerally · 9 years ago
  30. 49bd5fa Use O_DSYNC instead of O_SYNC when opening a file with mode="rwd". by Philippe Longepe · 9 years ago
  31. 37dd239 Transition the Normalizer class to call ICU4j. by Rayhaan Jaufeerally · 9 years ago
  32. 85d1800 Late binding: add tests for init-time rejection by Kenny Root · 9 years ago
  33. fab575d Remove a couple of bogus test cases from SecureRandom2Test. by Narayan Kamath · 9 years ago
  34. a0f58d5 Repurpose SHA1PRNG_SecureRandomTest. by Narayan Kamath · 9 years ago
  35. 04270c6 Remove harmony provider and default SecureRandom impl. by Narayan Kamath · 9 years ago
  36. bf1ac91 Add tests for alg name aliases by Kenny Root · 9 years ago
  37. 9ec2565 Rewrite testInterruptTest. by Narayan Kamath · 9 years ago
  38. e6637b9 Delete some unused cruft from OldAndroidMonitorTest. by Narayan Kamath · 9 years ago
  39. cff384f Get rid of as much of dalvik.annotation.* as we can. by Narayan Kamath · 9 years ago
  40. 3ac9548 Merge "Fix sockaddr_un length calculation" by Neil Fuller · 9 years ago
  41. 97d8034 Merge "Add testInterfaceProperties() . Move Ethernet verification out of testLoopback()." by Neil Fuller · 9 years ago
  42. 07fedcf Add testInterfaceProperties() . Move Ethernet verification out of testLoopback(). by Tochau Hoang · 9 years ago
  43. 7f72d3d Merge "Add tests for unlink" by Neil Fuller · 9 years ago
  44. 2492e43 Add tests for unlink by Neil Fuller · 9 years ago
  45. 6628e0b Merge "javax.crypto.Cipher: try less specific Cipher/Mode/Padding combinations before throwing InvalidKeyException" by Sergio Giro · 9 years ago
  46. b63760e libcore: libexpat now exports its headers. by Elliott Hughes · 9 years ago
  47. 2550a25 Fix sockaddr_un length calculation by Neil Fuller · 9 years ago
  48. 8157603 javax.crypto.Cipher: try less specific Cipher/Mode/Padding combinations before throwing InvalidKeyException by Sergio Giro · 9 years ago
  49. ba95610 Merge "Add Os.unlink" by Neil Fuller · 9 years ago
  50. a02da73 Fix KeyPairGeneratorTest. by Narayan Kamath · 9 years ago
  51. cfef2bb Add EUSERS to OsConstants. by Lazar Trsic · 9 years ago
  52. 5e8f82f Add Os.unlink by Neil Fuller · 9 years ago
  53. 0ab1a26 Rearrange how AF_UNIX sockets are handled for accept() by Neil Fuller · 9 years ago
  54. bfa4c45 Merge "Add OsConstants.TIOCOUTQ" by Neil Fuller · 9 years ago
  55. bfeb65c Add OsConstants.TIOCOUTQ by Neil Fuller · 9 years ago
  56. 90246a0 Add getxattr/setxattr/removexattr syscalls. by Jeff Sharkey · 9 years ago
  57. 28e3dec InflaterInputStream : deflated streams are self limiting. by Narayan Kamath · 9 years ago
  58. 82ce672 Merge "Rename ZipEntryName to ZipString" by Yusuke Sato · 9 years ago
  59. b2a72a3 Merge "libcore: use default SecureRandom in KeyGen DSA tests" by Sergio Giro · 9 years ago
  60. 098bc41 libcore: use default SecureRandom in KeyGen DSA tests by Sergio Giro · 9 years ago
  61. 1659541 Do not overwrite property if it's unchangeable. by Nicolas Geoffray · 9 years ago
  62. 29e8285 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  63. a1938de zip64: Exercise getInputStream(ZipEntry) for files with > 65k entries. by Narayan Kamath · 9 years ago
  64. 14ba1a7 libcore: remove unnecessary assertion in testNewConstructors_Success by Sergio Giro · 9 years ago
  65. d6006a0 Merge "Make sure the Services cache is refreshed" by Sergio Giro · 9 years ago
  66. 517c814 ProviderTest : make sure alias / algo. lookups are case insensitive. by Narayan Kamath · 9 years ago
  67. 08d73bd ProviderTest: Add provider name to failure message. by Narayan Kamath · 9 years ago
  68. 10dced1 Make sure the Services cache is refreshed by Kenny Root · 9 years ago
  69. 959a23e Add ENONET to OsConstants by Erik Kline · 9 years ago
  70. 69b6dc0 Merge "Make Locale.forLanguageTag() map the language code "und" to language ""." by Neil Fuller · 9 years ago
  71. d3c5690 Merge "libcore: removed unnecessary code in SSLSocketTest" by Sergio Giro · 9 years ago
  72. 7fc2f44 Merge "harmony/security: fix bugs concerning escaping in X500Principal" by Sergio Giro · 9 years ago
  73. c22dd77 libcore: removed unnecessary code in SSLSocketTest by Sergio Giro · 9 years ago
  74. a8931133 harmony/security: fix bugs concerning escaping in X500Principal by Sergio Giro · 9 years ago
  75. 3a44108 Mark deprecated ciphers visually by Kenny Root · 9 years ago
  76. 184d077 Make Locale.forLanguageTag() map the language code "und" to language "". by Fredrik Roubert · 9 years ago
  77. b8d35e5 Fix CertificateTest#testVerifyPublicKeyString2 by Narayan Kamath · 9 years ago
  78. bba8e66 Merge "Explicitly set DateFormat.is24Hour value needed by tests" by Neil Fuller · 9 years ago
  79. 384730c Fix lookup order when opening directly from APK by Dmitriy Ivanov · 9 years ago
  80. ad4a67f Explicitly set DateFormat.is24Hour value needed by tests by Neil Fuller · 9 years ago
  81. 642c718 Add AES 192 test by Kenny Root · 9 years ago
  82. f518c43 Merge "SSLSocketTest: add test with no ciphers" by Kenny Root · 9 years ago
  83. 6a25596 Merge "libcore: add tests to check behaviour for padding and decrypt mode" by Sergio Giro · 9 years ago
  84. def50a2 SSLSocketTest: add test with no ciphers by Kenny Root · 9 years ago
  85. 3124875 Fix JniTest#testGetSuperclass by Brian Carlstrom · 9 years ago
  86. 5653292 Merge "Relax the test for inappropriate fallback" by Kenny Root · 9 years ago
  87. 43e063b Relax the test for inappropriate fallback by Kenny Root · 9 years ago
  88. 9f7960c libcore: add tests to check behaviour for padding and decrypt mode by Sergio Giro · 9 years ago
  89. 5dc9ac8 Implemented ceil and floor in StrictMath by agicsaki · 9 years ago
  90. 79eb265 Merge "Avoid binding a DatagramSocket before setReuseAddress" by Neil Fuller · 9 years ago
  91. 49f2d45 Avoid binding a DatagramSocket before setReuseAddress by Neil Fuller · 9 years ago
  92. 737d0de Merge "libcore: throw InvalidKeyException instead of ProviderException" by Sergio Giro · 9 years ago
  93. 9b2d8e2 Add VMRuntime.runFinalizationWithTimeout by Mathieu Chartier · 9 years ago
  94. 8aa9a98 Merge "Revert "libcore: add tests to check behaviour for padding and decrypt mode"" by Sergio Giro · 9 years ago
  95. 304bb76 Revert "libcore: add tests to check behaviour for padding and decrypt mode" by Sergio Giro · 9 years ago
  96. edf6000 Merge "libcore: add tests to check behaviour for padding and decrypt mode" by Sergio Giro · 9 years ago
  97. dfb72da Update offered ciphers by Kenny Root · 9 years ago
  98. 3db17f7 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  99. 2ce899f Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  100. 0db8089 Merge "Make StrictJarFile deal with missing manifest entries" by Neil Fuller · 9 years ago