1. 07e1b7c ByteBufferAsShortBuffer: Merged variants by Shubham Ajmera · 9 years ago
  2. 89ba71b ByteBufferAsIntBuffer: Merged variants by Shubham Ajmera · 9 years ago
  3. c1b2d56 ByteBufferAsDoubleBuffer: Merged variants by Shubham Ajmera · 9 years ago
  4. 48c1f0e Fix file descriptor accessor for SocketAdaptor. by Narayan Kamath · 9 years ago
  5. 0b536b2 IDN: Fix path to resource file. by Narayan Kamath · 9 years ago
  6. 2e1995a SocketChannel: set the local address after #connect.. by Narayan Kamath · 9 years ago
  7. 9f7cb9d CookieStore: Handle null URIs correctly. by Narayan Kamath · 9 years ago
  8. a0b53a0 RandomAccessFile : Don't null out channels on #close. by Narayan Kamath · 9 years ago
  9. 88ada97 InetSocketAddress : Use IPV6 ANY by default. by Narayan Kamath · 9 years ago
  10. 4d996b8 CharsetEncoder: Fix canEncode on empty sequences. by Narayan Kamath · 9 years ago
  11. 9dd4475 ParsePositionTest: Fix a few bogus test cases. by Narayan Kamath · 9 years ago
  12. 09e87b6 InetAddress : Fix getAllByName for null hosts. by Narayan Kamath · 9 years ago
  13. bfb2104 Collections: Remove bogus test-case and optimize sort. by Narayan Kamath · 9 years ago
  14. 61927cc ClassCastExceptionTest : Update test expectations. by Narayan Kamath · 9 years ago
  15. 27ba86d Revert "libcore: new implementation of libcore.io.Base64" by Przemyslaw Szczepaniak · 9 years ago
  16. a6a4efb libcore: change removal of tasks in Timer#purge by Sergio Giro · 9 years ago
  17. ae2814b libcore: remove cancelled tasks from the queue in Timer at the time they're scheduled by Sergio Giro · 9 years ago
  18. 99ac18d libcore: rewrite Timer by Sergio Giro · 9 years ago
  19. 87f37c1 libcore: fix errors in UriCodec by Sergio Giro · 9 years ago
  20. e45feb1 libcore: rewrite of UriCodec by Sergio Giro · 9 years ago
  21. 7dffb19 libcore: new implementation of libcore.util.SneakyThrow by Sergio Giro · 9 years ago
  22. 2991631 libcore: new implementation of libcore.io.Base64 by Sergio Giro · 9 years ago
  23. f859444 Closing of filDes shared b/w multiple streams by Shubham Ajmera · 9 years ago
  24. 5cbde77 Closing of filDes shared b/w multiple streams by Shubham Ajmera · 9 years ago
  25. 996ddbb Merged and removed readOnly Variants by Shubham Ajmera · 9 years ago
  26. 53df6f7 HeapCharBuffer: Merged the ReadOnly variant by Shubham Ajmera · 9 years ago
  27. 4e2f571 HeapLongBuffer: Removed & merged reaOnly variant by Shubham Ajmera · 9 years ago
  28. 069d993 ByteBuffer: Removed the readonly variant by Shubham Ajmera · 9 years ago
  29. 51a43d9 Fix new File("") behavior. by Przemyslaw Szczepaniak · 9 years ago
  30. 358e76b Remove java.lang.IntegralToString by Przemyslaw Szczepaniak · 9 years ago
  31. 8ee7abf Fix java.lang.reflect.Array#newInstance by Przemyslaw Szczepaniak · 9 years ago
  32. 9df7d4f Add Android System#arraycopy fast specializations. by Przemyslaw Szczepaniak · 9 years ago
  33. 669c2cc Speed up Arrays#deepHashCode & deepEquals by Przemyslaw Szczepaniak · 9 years ago
  34. 3be987f Inline ArrayList rangeCheck&elementData methods by Przemyslaw Szczepaniak · 9 years ago
  35. 0ae9374 Remove malformed line from proguard mapping. by Narayan Kamath · 9 years ago
  36. 647e4a6 Avoid spurious libcore builds (take 2). by Narayan Kamath · 9 years ago
  37. c2f9206 Revert "Fix spurious libcore rebuilds." by Narayan Kamath · 9 years ago
  38. 5596297 Revert "Followup to change 2cd01bd959719192b9666." by Narayan Kamath · 9 years ago
  39. 8ca24bf Followup to change 2cd01bd959719192b9666. by Narayan Kamath · 9 years ago
  40. 025d4d5 Fix spurious libcore rebuilds. by Narayan Kamath · 9 years ago
  41. 082643a Add libcore.util.RecoverySystem by Narayan Kamath · 9 years ago
  42. 844badd Include ICU4J in core-libart. by Narayan Kamath · 9 years ago
  43. 247cc3a Locale : Use ICU data for 2->3 letter mappings. by Narayan Kamath · 9 years ago
  44. 0ea7c29 FieldPositionTest : update test expectations. by Narayan Kamath · 9 years ago
  45. f9f13fe CalendarSystem : rework calendar lookups. by Narayan Kamath · 9 years ago
  46. ec3e6a7 X509Certificate : Directly use the default implementation class. by Narayan Kamath · 9 years ago
  47. a83234f Remove unused com.sun.security.auth by Narayan Kamath · 9 years ago
  48. a74fbbe Fix class name reference in ResourcesMgr. by Narayan Kamath · 9 years ago
  49. 05f1113 Fix class name reference in EcKeyFactory. by Narayan Kamath · 9 years ago
  50. 41a4450 Rename native library. by Narayan Kamath · 9 years ago
  51. fade2d5 Add explicit registration for DatagramDispatcher functions. by Narayan Kamath · 9 years ago
  52. 64e24a8 CharsetEncoder : Account for ignorable codepoints. by Narayan Kamath · 9 years ago
  53. c3ea312 Remove unnecessary translations of ListResources. by Narayan Kamath · 9 years ago
  54. 714eff1 proguard: Keep all attributes. by Narayan Kamath · 9 years ago
  55. b32e5a3 Remove forced mapping for sun.nio.cs. by Narayan Kamath · 9 years ago
  56. 1a0f184 proguard : Rename SourceFile and keep the LineNumberTable. by Narayan Kamath · 9 years ago
  57. bd15574 Fix the last of the proguard related issues. by Narayan Kamath · 9 years ago
  58. b7554f7 Pretend to support 'L' and 'c' format specifiers. by Narayan Kamath · 9 years ago
  59. ac740d8 Track proguard mapping for sun.nio.ch / sun.net.spi by Narayan Kamath · 9 years ago
  60. b985319 Obfuscate core-libart / core-oj using proguard. by Narayan Kamath · 9 years ago
  61. 3c6fa4e Remove support for "direct" usage of out / err. by Narayan Kamath · 9 years ago
  62. 91293d0 Remove SDP support. by Narayan Kamath · 9 years ago
  63. e9ddd4b Remove default pack200 packers and unpackers. by Narayan Kamath · 9 years ago
  64. 800a53f Remove unnecessary Class.forName. by Narayan Kamath · 9 years ago
  65. f529bc7 Android-ify HttpCookie#domainMatches by Przemyslaw Szczepaniak · 9 years ago
  66. a5f1c8e Fix InMemoryCookieStore by Przemyslaw Szczepaniak · 9 years ago
  67. ebdd859 Fix CookieManager tests by Przemyslaw Szczepaniak · 9 years ago
  68. 253affc Fix some HttpCookieTest tests. by Przemyslaw Szczepaniak · 9 years ago
  69. 9240644 Set DatagramSocket address and port before connect by Przemyslaw Szczepaniak · 9 years ago
  70. 956d88c Add arg NPE check in SourceChannelImpl#read by Przemyslaw Szczepaniak · 9 years ago
  71. 232065a Fix bad variable name by Przemyslaw Szczepaniak · 9 years ago
  72. dfb465c Use IPv6 loopback address as the default. by Przemyslaw Szczepaniak · 9 years ago
  73. 3ead9ed Android-ify DatagramSocket by Przemyslaw Szczepaniak · 9 years ago
  74. 6ff6e3b Fix SerializationStressTest1#test_18_28_writeObject by Przemyslaw Szczepaniak · 9 years ago
  75. 1d857a6 fix ChannelsTest#testNewChannelOutputStream by Przemyslaw Szczepaniak · 9 years ago
  76. 8dd7ce3 Fix ZipInputStream#available() by Przemyslaw Szczepaniak · 9 years ago
  77. d5ae300 Fix SerializationStressTest1#test_18_33_writeObject by Przemyslaw Szczepaniak · 9 years ago
  78. 1f11437 Make Class and ObjectStreamClass replacable by Przemyslaw Szczepaniak · 9 years ago
  79. 5dcd981 Missing native code in Object(In|Out)putStream by Przemyslaw Szczepaniak · 9 years ago
  80. c173982 Fix SerializaitonStressTest#test_2_writeReplace by Przemyslaw Szczepaniak · 9 years ago
  81. ca51934 Fixes in java.io.File by Przemyslaw Szczepaniak · 9 years ago
  82. 8cf95d9 Further ReferenceQueue fixes. by Przemyslaw Szczepaniak · 9 years ago
  83. d4f87eb Fix for ZipOutputStreamTest#testCreateEmpty by Przemyslaw Szczepaniak · 9 years ago
  84. adbb22c Fix DeflaterOutputStreamTest#testSyncFlushDeflater by Przemyslaw Szczepaniak · 9 years ago
  85. e18e1ae Fix UrlEncodingTest#testDecodingNonUsDigits by Przemyslaw Szczepaniak · 9 years ago
  86. 523317d Fix ReferenceQueue code (and some test) by Przemyslaw Szczepaniak · 9 years ago
  87. b97322e Tweak GZIPInputStreamTest. by Narayan Kamath · 9 years ago
  88. 867e936 Tweak selector test. by Narayan Kamath · 9 years ago
  89. deeaf6f Fix toString assertions. by Narayan Kamath · 9 years ago
  90. dabc7a7 Remove signal handling code. by Narayan Kamath · 9 years ago
  91. d50e399 Remove more unused code. by Narayan Kamath · 9 years ago
  92. e8d8f9c Minor tweak to DeflaterOutputStreamTest. by Narayan Kamath · 9 years ago
  93. ecf08be Convert ByteBuffers to byte[] correctly. by Narayan Kamath · 9 years ago
  94. ca75bfe More Preferences fixes. by Narayan Kamath · 9 years ago
  95. 38fcc33 Change version names. by Narayan Kamath · 9 years ago
  96. 47d16f8 ICU55: Update locale data dependent test expectations. by Fredrik Roubert · 10 years ago
  97. afe419d Track CLDR-26 updates to currency data. by Narayan Kamath · 10 years ago
  98. 34cd02c Track date format changes for es_ES and es_US. by Narayan Kamath · 10 years ago
  99. ca01d76 Track CDLR-26 changes to czech narrow standalone months. by Narayan Kamath · 10 years ago
  100. c6bf020 Track ICU54 CLDR update. by Narayan Kamath · 10 years ago