1. c9525e1 MemoryTest LP64 fixes. by Elliott Hughes · 11 years ago
  2. da01c6e Merge "ExpatParser LP64 fixes." by Elliott Hughes · 11 years ago
  3. a8a1e20 ExpatParser LP64 fixes. by Elliott Hughes · 11 years ago
  4. f5dc65c Merge "Add aarch64 to the architectures without alignment restrictions." by Elliott Hughes · 11 years ago
  5. 183f85f Add aarch64 to the architectures without alignment restrictions. by Elliott Hughes · 11 years ago
  6. 918d6b8 Merge "Be more consistent with L suffixes in NIOAcccess." by Elliott Hughes · 11 years ago
  7. 026a0cd Be more consistent with L suffixes in NIOAcccess. by Elliott Hughes · 11 years ago
  8. b836492 Merge "NativeBreakIterator LP64 fixes." by Elliott Hughes · 11 years ago
  9. 9adba44 NativeBreakIterator LP64 fixes. by Elliott Hughes · 11 years ago
  10. ce7a7a3 Merge "NativeCollation LP64 fixes." by Elliott Hughes · 11 years ago
  11. df40b4a NativeCollation LP64 fixes. by Elliott Hughes · 11 years ago
  12. 25aa606 Merge "Add posix_fallocate to Libcore.os." by Elliott Hughes · 11 years ago
  13. 11f07d3 Add posix_fallocate to Libcore.os. by Elliott Hughes · 11 years ago
  14. 11c14e6 Merge "Assert PKCS#7 padding supported for AES and 3DES." by Alex Klyubin · 11 years ago
  15. 85f9014 Merge "Move the hidden File.readlink into Libcore.os." by Elliott Hughes · 11 years ago
  16. 9f48b7f Assert PKCS#7 padding supported for AES and 3DES. by Alex Klyubin · 11 years ago
  17. 0b6b3e1 Move the hidden File.readlink into Libcore.os. by Elliott Hughes · 11 years ago
  18. a835db1 Merge "Rename our 'realpath' because it isn't the same as realpath(3)." by Elliott Hughes · 11 years ago
  19. f515af7 Merge "CryptoProvider: remove duplicate algorithms" by Kenny Root · 11 years ago
  20. 342e06a CryptoProvider: remove duplicate algorithms by Kenny Root · 11 years ago
  21. 85ec182 Merge "Remove DRLCertFactory" by Kenny Root · 11 years ago
  22. 88f0e15 Remove DRLCertFactory by Kenny Root · 11 years ago
  23. eda50a4 Merge changes I0b98fa47,I7ee4b273,Ib1ca31d5 by Kenny Root · 11 years ago
  24. 4253928 X509CRLTest: fix lastUpdate vs revocation time by Kenny Root · 11 years ago
  25. 081c0de Rename our 'realpath' because it isn't the same as realpath(3). by Elliott Hughes · 11 years ago
  26. ced0ecf X509CRLImpl: add generics! by Kenny Root · 11 years ago
  27. 305e50e X509CRLImpl: fix getRevokedCertificate by serial by Kenny Root · 11 years ago
  28. a4dc1a1 Merge "X509CRLTest: add get revoked by serial test" by Kenny Root · 11 years ago
  29. 79e58fa X509CRLTest: add get revoked by serial test by Kenny Root · 11 years ago
  30. d96a716 Merge "Uncomment some accidentally commented tests." by Narayan Kamath · 11 years ago
  31. fd34156 Uncomment some accidentally commented tests. by Narayan Kamath · 11 years ago
  32. 5bdb797 Merge "Refactoring in preparation for NIO2 changes." by Neil Fuller · 11 years ago
  33. e528b49 Merge "Introduction of SeekableByteChannel." by Neil Fuller · 11 years ago
  34. 7546364 Introduction of SeekableByteChannel. by Neil Fuller · 11 years ago
  35. 933fbbf Refactoring in preparation for NIO2 changes. by Neil Fuller · 11 years ago
  36. 7df405b Merge "Fixing FileChannel.truncate() / position()" by Neil Fuller · 11 years ago
  37. e6604f3 Merge "Fix Matcher.group documentation." by Elliott Hughes · 11 years ago
  38. 5b87698 Fix Matcher.group documentation. by Elliott Hughes · 11 years ago
  39. d4d1de1 Merge "X509CertificateTest: add test for negative serial" by Kenny Root · 11 years ago
  40. f2c1e7e X509CertificateTest: add test for negative serial by Kenny Root · 11 years ago
  41. 1d7c5ea Merge "Don't build benchmarks if LIBCORE_SKIP_TESTS=true." by Narayan Kamath · 11 years ago
  42. a990ad5 Fixing FileChannel.truncate() / position() by Neil Fuller · 11 years ago
  43. aeab9e7 Don't build benchmarks if LIBCORE_SKIP_TESTS=true. by Narayan Kamath · 11 years ago
  44. dfb94fe Merge "Add missing JSONObject#keySet API." by Narayan Kamath · 11 years ago
  45. 87fcd42 Merge "Fix ComputeSerialVersionUIDTest." by Narayan Kamath · 11 years ago
  46. 3cc0bda Fix ComputeSerialVersionUIDTest. by Narayan Kamath · 11 years ago
  47. 690809f Add missing JSONObject#keySet API. by Narayan Kamath · 11 years ago
  48. 820b073 Merge "Fixed broken EnumTest" by Narayan Kamath · 11 years ago
  49. b2dc38f Fixed broken EnumTest by Paul Duffin · 11 years ago
  50. 5f99aec Merge "Fix javadoc for Character.UnicodeScript." by Narayan Kamath · 11 years ago
  51. 3475bdd Fix javadoc for Character.UnicodeScript. by Narayan Kamath · 11 years ago
  52. 0961801 Merge "java7: Implement new Locale APIs." by Narayan Kamath · 11 years ago
  53. c5b1eb1 java7: Implement new Locale APIs. by Narayan Kamath · 11 years ago
  54. bb1f261 Merge "Fix encodings in X500PrincipalTest" by Kenny Root · 11 years ago
  55. 8e7c333 Merge "CipherInputStream: increase buffers for speed" by Kenny Root · 11 years ago
  56. 29d7639 CipherInputStream: increase buffers for speed by Kenny Root · 11 years ago
  57. 83793e7 Merge "Add sample profiling interface to startMethodTracing." by Jeff Hao · 11 years ago
  58. 155ee0c Fix encodings in X500PrincipalTest by Kenny Root · 11 years ago
  59. d5c3928 Merge "ProviderServiceTest: fix SecureRandom test with late binding" by Kenny Root · 11 years ago
  60. 7f46d84 Merge "Fix SerializationStressTest1#test_18_33_writeObject" by Narayan Kamath · 11 years ago
  61. 67b29d9 Fix SerializationStressTest1#test_18_33_writeObject by Neil Fuller · 11 years ago
  62. bd2bce7 ProviderServiceTest: fix SecureRandom test with late binding by Kenny Root · 11 years ago
  63. 4adb509 Merge "Fix test breakage in Harmony SSLSessionTest." by Alex Klyubin · 11 years ago
  64. b52bc3e Fix test breakage in Harmony SSLSessionTest. by Alex Klyubin · 11 years ago
  65. f61414d Merge "Test the length of ClientHello generated by SSLSocket." by Alex Klyubin · 11 years ago
  66. 7b4009a Merge "Fix docs build." by Narayan Kamath · 11 years ago
  67. 86f018c Fix docs build. by Narayan Kamath · 11 years ago
  68. fdbcd4f Merge "java7: Implement Character.UnicodeScript" by Narayan Kamath · 11 years ago
  69. b95ccb6 Merge "Implement JSONObject#append." by Narayan Kamath · 11 years ago
  70. 874403b Merge "Invalidate DirectByteBuffers when freed." by Calin Juravle · 11 years ago
  71. 48819fe java7: Implement Character.UnicodeScript by Narayan Kamath · 11 years ago
  72. 2ea1d56 Implement JSONObject#append. by Narayan Kamath · 11 years ago
  73. b5db5ba Merge "Fix JSONObject#test_toString_listAsMapValues" by Narayan Kamath · 11 years ago
  74. 319bef8 Fix JSONObject#test_toString_listAsMapValues by Narayan Kamath · 11 years ago
  75. 77c1cbc Invalidate DirectByteBuffers when freed. by Calin Juravle · 11 years ago
  76. d1e9570 Merge "Improve the Matcher documentation." by Elliott Hughes · 11 years ago
  77. 179cde4 Merge "Removing the nestedException field from ObjectOutputStream." by Narayan Kamath · 11 years ago
  78. 0860022 Removing the nestedException field from ObjectOutputStream. by Neil Fuller · 11 years ago
  79. f537f38 Improve the Matcher documentation. by Elliott Hughes · 11 years ago
  80. fff149a Merge "ART: remove dex cache's initialized static storage." by Ian Rogers · 11 years ago
  81. 55d6ce9 ART: remove dex cache's initialized static storage. by Ian Rogers · 11 years ago
  82. 16cc1ae Merge "Add registerAppInfo to the VMRuntime object" by Ian Rogers · 11 years ago
  83. f4970f0 Merge "GZIPInputStream: avoid leaks in init." by Elliott Hughes · 11 years ago
  84. 992cf02 GZIPInputStream: avoid leaks in init. by John Spurlock · 11 years ago
  85. f74bd2a Merge "Delete Support_PortManager & OldDatagramSocketTest" by Narayan Kamath · 11 years ago
  86. 9e3f304 Add sample profiling interface to startMethodTracing. by Jeff Hao · 11 years ago
  87. 82c6425 Delete Support_PortManager & OldDatagramSocketTest by Narayan Kamath · 11 years ago
  88. 4ca6580 Merge "Test that icu4c only uses the Gregorian calendar when formatting date ranges for us." by Elliott Hughes · 11 years ago
  89. 6adedf9 Test that icu4c only uses the Gregorian calendar when formatting date ranges for us. by Elliott Hughes · 11 years ago
  90. 0007cf6 Test the length of ClientHello generated by SSLSocket. by Alex Klyubin · 11 years ago
  91. 7c5795d Merge "Move DeleteOnExit to libcore.io." by Narayan Kamath · 11 years ago
  92. 3a134c5 Move DeleteOnExit to libcore.io. by Narayan Kamath · 11 years ago
  93. 3cfa874 Merge "Allow multiple gzip members in gzip streams." by Narayan Kamath · 11 years ago
  94. 8a246b1 Allow multiple gzip members in gzip streams. by Narayan Kamath · 11 years ago
  95. bde0fd7 Merge "Disable MD5 cipher suites in SSLSocket and SSLEngine." by Alex Klyubin · 11 years ago
  96. 71fa3ff Disable MD5 cipher suites in SSLSocket and SSLEngine. by Alex Klyubin · 11 years ago
  97. 79a0da5 Merge "Fix test breakages due to TLSv1.2 enabled and FS preferred." by Alex Klyubin · 11 years ago
  98. 9de94e4 Fix test breakages due to TLSv1.2 enabled and FS preferred. by Alex Klyubin · 11 years ago
  99. 3b94868 Merge "Fix broken test cases in DeflaterTest & InflaterTest" by Narayan Kamath · 11 years ago
  100. 108a6c5 Fix broken test cases in DeflaterTest & InflaterTest by Narayan Kamath · 11 years ago