1. edf43d2 Update JSR-166 to Revision 1.43 by Narayan Kamath · 9 years ago
  2. 70be698 am 7b2d3c5e: am 8b7dbade: Merge "Move Class.newInstance to native" by Mathieu Chartier · 9 years ago
  3. 7b2d3c5 am 8b7dbade: Merge "Move Class.newInstance to native" by Mathieu Chartier · 9 years ago
  4. 8b7dbad Merge "Move Class.newInstance to native" by Mathieu Chartier · 9 years ago
  5. 2abeaa6 Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  6. 4a23d2d am 07bd49f5: am dce989e5: Merge "Update Cipher tests" by Kenny Root · 9 years ago
  7. 07bd49f am dce989e5: Merge "Update Cipher tests" by Kenny Root · 9 years ago
  8. dce989e Merge "Update Cipher tests" by Kenny Root · 9 years ago
  9. 096551e Update Cipher tests by Kenny Root · 9 years ago
  10. 76f4941 am e55045a8: am 1681b2cf: Merge "Fix hashCode() for the read barrier lock word change." by Hiroshi Yamauchi · 9 years ago
  11. e55045a am 1681b2cf: Merge "Fix hashCode() for the read barrier lock word change." by Hiroshi Yamauchi · 9 years ago
  12. 1681b2c Merge "Fix hashCode() for the read barrier lock word change." by Hiroshi Yamauchi · 9 years ago
  13. a76238c am e81b5047: am 69f8fc65: Merge "Use ANDROID_ROOT instead of assuming it is /system." by Nicolas Geoffray · 9 years ago
  14. e81b504 am 69f8fc65: Merge "Use ANDROID_ROOT instead of assuming it is /system." by Nicolas Geoffray · 9 years ago
  15. 69f8fc6 Merge "Use ANDROID_ROOT instead of assuming it is /system." by Nicolas Geoffray · 9 years ago
  16. bb3fd07 am 8c95e178: am 2b7e589a: Merge "Tidy up Package and classloader comments" by Neil Fuller · 9 years ago
  17. db65a0d am 975ebbc7: am dcc9e76a: Merge "Remove unnecessary code from InputStreamReader/OutputStreamWriter.init." by Narayan Kamath · 9 years ago
  18. 8c95e17 am 2b7e589a: Merge "Tidy up Package and classloader comments" by Neil Fuller · 9 years ago
  19. 975ebbc am dcc9e76a: Merge "Remove unnecessary code from InputStreamReader/OutputStreamWriter.init." by Narayan Kamath · 9 years ago
  20. 54d3b93 Use ANDROID_ROOT instead of assuming it is /system. by Nicolas Geoffray · 9 years ago
  21. 2b7e589 Merge "Tidy up Package and classloader comments" by Neil Fuller · 9 years ago
  22. dcc9e76 Merge "Remove unnecessary code from InputStreamReader/OutputStreamWriter.init." by Narayan Kamath · 9 years ago
  23. dda692d Remove unnecessary code from InputStreamReader/OutputStreamWriter.init. by Narayan Kamath · 9 years ago
  24. 35549f4 am d3f115a1: am 73e9c6e1: Merge "java/io/RandomAccessFile: do not nullify FileChannel when closing the RAF" by Sergio Giro · 9 years ago
  25. d3f115a am 73e9c6e1: Merge "java/io/RandomAccessFile: do not nullify FileChannel when closing the RAF" by Sergio Giro · 9 years ago
  26. 73e9c6e Merge "java/io/RandomAccessFile: do not nullify FileChannel when closing the RAF" by Sergio Giro · 9 years ago
  27. 28da248 Fix hashCode() for the read barrier lock word change. by Hiroshi Yamauchi · 9 years ago
  28. acd9b0b am bd7c7451: am 726db7ae: Merge "Ensure consistency of capitalization in RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  29. 99c2aa4 am b2b83acf: am f8975208: Merge "Test that confirms a socket can be closed during connect()" by Neil Fuller · 9 years ago
  30. bd7c745 am 726db7ae: Merge "Ensure consistency of capitalization in RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  31. b2b83ac am f8975208: Merge "Test that confirms a socket can be closed during connect()" by Neil Fuller · 9 years ago
  32. 726db7a Merge "Ensure consistency of capitalization in RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  33. f897520 Merge "Test that confirms a socket can be closed during connect()" by Neil Fuller · 9 years ago
  34. d434872 Test that confirms a socket can be closed during connect() by Neil Fuller · 9 years ago
  35. f5cd147 Tidy up Package and classloader comments by Neil Fuller · 9 years ago
  36. f0bed5b am ccb61deb: am 97ca5855: Merge "Move java.nio.Charsets to libcore.util." by Narayan Kamath · 9 years ago
  37. ccb61de am 97ca5855: Merge "Move java.nio.Charsets to libcore.util." by Narayan Kamath · 9 years ago
  38. 97db716 java/io/RandomAccessFile: do not nullify FileChannel when closing the RAF by Sergio Giro · 9 years ago
  39. 97ca585 Merge "Move java.nio.Charsets to libcore.util." by Narayan Kamath · 9 years ago
  40. 3f7c674 Move java.nio.Charsets to libcore.util. by Narayan Kamath · 9 years ago
  41. 10135db am 9cd55497: am 298bf64c: Merge "X509Certificate: Narrow down the scope of caught exceptions." by Narayan Kamath · 9 years ago
  42. 6218582 am 15c998b7: am f27a2123: Merge "java/security/cert: Use Locale.ROOT in X509CRLTest" by Sergio Giro · 9 years ago
  43. c98b98a am f6755403: am 8dcee5ef: Merge "java/security/cert: delete test caveat in X509CRLTest" by Sergio Giro · 9 years ago
  44. 9cd5549 am 298bf64c: Merge "X509Certificate: Narrow down the scope of caught exceptions." by Narayan Kamath · 9 years ago
  45. 15c998b am f27a2123: Merge "java/security/cert: Use Locale.ROOT in X509CRLTest" by Sergio Giro · 9 years ago
  46. f675540 am 8dcee5ef: Merge "java/security/cert: delete test caveat in X509CRLTest" by Sergio Giro · 9 years ago
  47. 298bf64 Merge "X509Certificate: Narrow down the scope of caught exceptions." by Narayan Kamath · 9 years ago
  48. 519bb72 X509Certificate: Narrow down the scope of caught exceptions. by Narayan Kamath · 9 years ago
  49. a40d244 Ensure consistency of capitalization in RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  50. f27a212 Merge "java/security/cert: Use Locale.ROOT in X509CRLTest" by Sergio Giro · 9 years ago
  51. fc1006c java/security/cert: Use Locale.ROOT in X509CRLTest by Sergio Giro · 9 years ago
  52. 8dcee5e Merge "java/security/cert: delete test caveat in X509CRLTest" by Sergio Giro · 9 years ago
  53. 0a0aeba am 4d818829: am 72f2eb7f: Merge "Fix Class.forName(..., ..., null) to pass 068-classloader\'s testClassForName" by Brian Carlstrom · 9 years ago
  54. 4d81882 am 72f2eb7f: Merge "Fix Class.forName(..., ..., null) to pass 068-classloader\'s testClassForName" by Brian Carlstrom · 9 years ago
  55. 72f2eb7 Merge "Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForName" by Brian Carlstrom · 9 years ago
  56. 31ae6d2 Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForName by Brian Carlstrom · 9 years ago
  57. 268cada am 31048ce5: am d128a4cb: Merge "Add missing @hide and fix Constructor + Method changing API" by Mathieu Chartier · 9 years ago
  58. 31048ce am d128a4cb: Merge "Add missing @hide and fix Constructor + Method changing API" by Mathieu Chartier · 9 years ago
  59. d128a4c Merge "Add missing @hide and fix Constructor + Method changing API" by Mathieu Chartier · 9 years ago
  60. 1b7cda0 Add missing @hide and fix Constructor + Method changing API by Mathieu Chartier · 9 years ago
  61. c119aa6 am 52f4835a: am 9b505420: Merge "Move functionality from ArtMethod into Method" by Mathieu Chartier · 9 years ago
  62. 52f4835 am 9b505420: Merge "Move functionality from ArtMethod into Method" by Mathieu Chartier · 9 years ago
  63. 17dab9a am f6f2995e: am 09057e54: Merge "Libcore: Remove getClassLoaderImpl" by Andreas Gampe · 9 years ago
  64. 9b50542 Merge "Move functionality from ArtMethod into Method" by Mathieu Chartier · 9 years ago
  65. f6f2995 am 09057e54: Merge "Libcore: Remove getClassLoaderImpl" by Andreas Gampe · 9 years ago
  66. 826b803 Move functionality from ArtMethod into Method by Mathieu Chartier · 9 years ago
  67. a796f2a java/security/cert: delete test caveat in X509CRLTest by Sergio Giro · 9 years ago
  68. 09057e5 Merge "Libcore: Remove getClassLoaderImpl" by Andreas Gampe · 9 years ago
  69. 453d9ea am 36fc8b3c: am 7e59d13c: Merge "Return unlocalized TimeZoneID from TimeZone.getTimeZone()" by Narayan Kamath · 9 years ago
  70. 36fc8b3 am 7e59d13c: Merge "Return unlocalized TimeZoneID from TimeZone.getTimeZone()" by Narayan Kamath · 9 years ago
  71. 7e59d13 Merge "Return unlocalized TimeZoneID from TimeZone.getTimeZone()" by Narayan Kamath · 9 years ago
  72. 8ee3e7e Return unlocalized TimeZoneID from TimeZone.getTimeZone() by Taiju Tsuiki · 9 years ago
  73. 7761a60 am 69773bd2: am 21a0e54a: Merge "Remove support for reading mime types from property files." by Narayan Kamath · 9 years ago
  74. 69773bd am 21a0e54a: Merge "Remove support for reading mime types from property files." by Narayan Kamath · 9 years ago
  75. 21a0e54 Merge "Remove support for reading mime types from property files." by Narayan Kamath · 9 years ago
  76. db4d0bd Remove support for reading mime types from property files. by Narayan Kamath · 9 years ago
  77. 90fccec am 4313bcfc: am 6e117b89: Merge "Document behavior of Class.forName with a null ClassLoader" by Brian Carlstrom · 9 years ago
  78. 4313bcf am 6e117b89: Merge "Document behavior of Class.forName with a null ClassLoader" by Brian Carlstrom · 9 years ago
  79. df22ac5 Libcore: Remove getClassLoaderImpl by Andreas Gampe · 9 years ago
  80. 6e117b8 Merge "Document behavior of Class.forName with a null ClassLoader" by Brian Carlstrom · 9 years ago
  81. d5178dc Document behavior of Class.forName with a null ClassLoader by Brian Carlstrom · 9 years ago
  82. e433e64 am 90b05a4a: am 18bcdd91: am 49c0bf1f: Suppress okhttp\'s ResponseCacheAdapterTest. by Takayuki Hoshi · 9 years ago
  83. 90b05a4 am 18bcdd91: am 49c0bf1f: Suppress okhttp\'s ResponseCacheAdapterTest. by Takayuki Hoshi · 9 years ago
  84. 18bcdd9 am 49c0bf1f: Suppress okhttp\'s ResponseCacheAdapterTest. by Takayuki Hoshi · 9 years ago
  85. 49c0bf1 Suppress okhttp's ResponseCacheAdapterTest. by Takayuki Hoshi · 10 years ago
  86. 01ca25d am 92959e75: am 13867636: Merge "Implement mapLibraryName in Java." by Elliott Hughes · 9 years ago
  87. 92959e7 am 13867636: Merge "Implement mapLibraryName in Java." by Elliott Hughes · 9 years ago
  88. 1386763 Merge "Implement mapLibraryName in Java." by Elliott Hughes · 9 years ago
  89. 91b8725 Implement mapLibraryName in Java. by Elliott Hughes · 9 years ago
  90. dffd48c am 20ea2005: am 1cd96e17: Merge "Unbreak SecretKeyFactory-related ProviderTest." by Alex Klyubin · 9 years ago
  91. 20ea200 am 1cd96e17: Merge "Unbreak SecretKeyFactory-related ProviderTest." by Alex Klyubin · 9 years ago
  92. 1cd96e1 Merge "Unbreak SecretKeyFactory-related ProviderTest." by Alex Klyubin · 9 years ago
  93. 3f893b2 am b059489d: am 83f2b5f3: Merge "Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  94. b059489 am 83f2b5f3: Merge "Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  95. 83f2b5f Merge "Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  96. 12fbbc1 Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  97. 5497a9d am 4b915681: am 81347df7: Merge "Make Manifest#clone obey clone\'s contract." by Narayan Kamath · 9 years ago
  98. b7592c5 am 85a9d24b: am d4884a61: Merge "Fix bad negation in Collections#binarySearch." by Narayan Kamath · 9 years ago
  99. 4b91568 am 81347df7: Merge "Make Manifest#clone obey clone\'s contract." by Narayan Kamath · 9 years ago
  100. 85a9d24 am d4884a61: Merge "Fix bad negation in Collections#binarySearch." by Narayan Kamath · 9 years ago