1. d94e746 Fix various errors in FileURLConnectionTest. by Narayan Kamath · 11 years ago
  2. f560c53 Merge "Revert "Libcore: Remove <> in CloseGuardMonitor test class"" by Andreas Gampe · 11 years ago
  3. d3b5f04 Revert "Libcore: Remove <> in CloseGuardMonitor test class" by Andreas Gampe · 11 years ago
  4. 32ec257 Merge "Fix BN to use correct size of array" by Narayan Kamath · 11 years ago
  5. 6bc20cd Fix BN to use correct size of array by Serguei Katkov · 11 years ago
  6. b7bef74 Merge "Improve the performance of Annotation checks" by Neil Fuller · 11 years ago
  7. f198b04 Merge "SSLEngineResult: better exception messages" by Kenny Root · 11 years ago
  8. 26e2d85 SSLEngineResult: better exception messages by Kenny Root · 11 years ago
  9. 87b72cd Merge "Relax the chen/shen test." by Elliott Hughes · 11 years ago
  10. 2684c1a Merge "Libcore: Remove <> in CloseGuardMonitor test class" by Andreas Gampe · 11 years ago
  11. 307e642 Libcore: Remove <> in CloseGuardMonitor test class by Andreas Gampe · 11 years ago
  12. 1d9ae81 Relax the chen/shen test. by Elliott Hughes · 11 years ago
  13. ea3a6f5 Merge "Add finalizer references in native code." by Mathieu Chartier · 11 years ago
  14. 8e32bec Merge "Remove a printStackTrace()" by Neil Fuller · 11 years ago
  15. f4ac5a5 Remove a printStackTrace() by Neil Fuller · 11 years ago
  16. 4be06e9 Merge "Add 2 additional interruption test cases" by Neil Fuller · 11 years ago
  17. eec4356 Merge "Improve detection of CloseGuard protected resource leakage" by Paul Duffin · 11 years ago
  18. 63e957f Add finalizer references in native code. by Mathieu Chartier · 11 years ago
  19. a6f350c Improve detection of CloseGuard protected resource leakage by Paul Duffin · 11 years ago
  20. 8ccb6f5 Merge "Add an instructionSet argument to isDexOptNeededInternal." by Narayan Kamath · 11 years ago
  21. 7889586 Add an instructionSet argument to isDexOptNeededInternal. by Narayan Kamath · 11 years ago
  22. 9f2ab8a Merge "Add a mapping between ABIs and instruction sets." by Narayan Kamath · 11 years ago
  23. a607cc9 Add a mapping between ABIs and instruction sets. by Narayan Kamath · 11 years ago
  24. 793dd41 Merge "Make sure every struct has a toString." by Elliott Hughes · 11 years ago
  25. fe77f81 Make sure every struct has a toString. by Elliott Hughes · 11 years ago
  26. ce28fdc Merge "Use __SIGRTMIN so bionic can hide our signal from causal passers-by." by Elliott Hughes · 11 years ago
  27. 6c29595 Use __SIGRTMIN so bionic can hide our signal from causal passers-by. by Elliott Hughes · 11 years ago
  28. 68a60cd Merge "add prctl / PR_SET_NO_NEW_PRIVS" by Nick Kralevich · 11 years ago
  29. 5215e4c add prctl / PR_SET_NO_NEW_PRIVS by Nick Kralevich · 11 years ago
  30. f3305fa Merge "libcore.io.OsConstants is dead; long live android.system.OsConstants!" by Elliott Hughes · 11 years ago
  31. ad85992 libcore.io.OsConstants is dead; long live android.system.OsConstants! by Elliott Hughes · 11 years ago
  32. 68579de Add 2 additional interruption test cases by Neil Fuller · 11 years ago
  33. 97e35de Merge "1.7 interoperability changes for FileLock" by Neil Fuller · 11 years ago
  34. a10637a 1.7 interoperability changes for FileLock by Neil Fuller · 11 years ago
  35. 6d4959f Merge "Move ErrnoException into android.system." by Elliott Hughes · 11 years ago
  36. 41d8acb Move ErrnoException into android.system. by Elliott Hughes · 11 years ago
  37. ab8f676 Merge "Move StructStat and StructStatVfs now all the callers have switched over." by Elliott Hughes · 11 years ago
  38. a2fac5b Move StructStat and StructStatVfs now all the callers have switched over. by Elliott Hughes · 11 years ago
  39. f84885a Merge "Revert "Add 1.7 methods to TimeZone / SimpleTimeZone"" by Neil Fuller · 11 years ago
  40. 7ebbf2f Revert "Add 1.7 methods to TimeZone / SimpleTimeZone" by Neil Fuller · 11 years ago
  41. f7cd4db Merge "Remove ArtMethod's quick fields mapping table and vmap table." by Vladimir Marko · 11 years ago
  42. edbc606 Merge "SSLEngine: update harmony tests" by Kenny Root · 11 years ago
  43. b330a5e SSLEngine: update harmony tests by Kenny Root · 11 years ago
  44. 0bdee7b Merge "Revert "Fix internal master until I have access again."" by Elliott Hughes · 11 years ago
  45. 0c1b487 Revert "Fix internal master until I have access again." by Elliott Hughes · 11 years ago
  46. 6d76ee7 Merge "Fix internal master until I have access again." by Elliott Hughes · 11 years ago
  47. 510b952 Fix internal master until I have access again. by Elliott Hughes · 11 years ago
  48. 85fa428 Merge "Groundwork towards making the Libcore.os functionality public." by Elliott Hughes · 11 years ago
  49. 5d930ca Groundwork towards making the Libcore.os functionality public. by Elliott Hughes · 11 years ago
  50. d413447 Merge "Fix Class.newInstance to not wrap its exceptions." by Jeff Hao · 11 years ago
  51. 940ad9d Merge "Support explicit + in Byte, Short, Integer, Long." by Calin Juravle · 11 years ago
  52. 6b40837 Support explicit + in Byte, Short, Integer, Long. by Calin Juravle · 11 years ago
  53. 41f4f55 Merge "Fix UUID#parseString in the presence of explicit + signs." by Calin Juravle · 11 years ago
  54. a6735a1 Merge "Disallow explicit signs in SocketHandler port parsing." by Calin Juravle · 11 years ago
  55. 9064b9e Merge "Disallow explicit signs in java.sql.Timestamp#valueOf()" by Calin Juravle · 11 years ago
  56. ae6e60b Fix UUID#parseString in the presence of explicit + signs. by Calin Juravle · 11 years ago
  57. 232c91d Disallow explicit signs in SocketHandler port parsing. by Calin Juravle · 11 years ago
  58. 91916bf Disallow explicit signs in java.sql.Timestamp#valueOf() by Calin Juravle · 11 years ago
  59. 265f1d4 Merge "Fix typo." by Elliott Hughes · 11 years ago
  60. c88d34a Fix typo. by Elliott Hughes · 11 years ago
  61. 793b9ef Fix Class.newInstance to not wrap its exceptions. by Jeff Hao · 11 years ago
  62. 4d40293 Merge "libcore changes to support asynchronous close interruption" by Neil Fuller · 11 years ago
  63. 2e66767 Merge "Removal of a broken CTS test" by Neil Fuller · 11 years ago
  64. 1f91ac8 Removal of a broken CTS test by Neil Fuller · 11 years ago
  65. 5f38b08 Merge "Fix for ThreadGroup CTS test." by Neil Fuller · 11 years ago
  66. 071ba8e Fix for ThreadGroup CTS test. by Neil Fuller · 11 years ago
  67. cd00b59 Merge "Fix SSLEngineTest for RI" by Kenny Root · 11 years ago
  68. a368cef Fix SSLEngineTest for RI by Kenny Root · 11 years ago
  69. f0d40d6 libcore changes to support asynchronous close interruption by Neil Fuller · 11 years ago
  70. e2564f4 Merge "@hide Integer#parsePositiveInt(String)" by Calin Juravle · 11 years ago
  71. 5ed386f @hide Integer#parsePositiveInt(String) by Calin Juravle · 11 years ago
  72. 5d5c657 Merge "Disallow explicit signs in java.sql.Date#valueOf()" by Calin Juravle · 11 years ago
  73. 0b2a71a Disallow explicit signs in java.sql.Date#valueOf() by Calin Juravle · 11 years ago
  74. 0d18ebc Merge "Change DecimalFormat.setRoundingMode() behavior to stay in spec" by Neil Fuller · 11 years ago
  75. 570512f Merge "Fix build (javadoc @link tags)." by Elliott Hughes · 11 years ago
  76. b9c3557 Fix build (javadoc @link tags). by Elliott Hughes · 11 years ago
  77. 2704e87 Merge "Allow empty rules in a RuleBasedCollator." by Elliott Hughes · 11 years ago
  78. 3e3ea73 Allow empty rules in a RuleBasedCollator. by Elliott Hughes · 11 years ago
  79. abe8c4c Merge "Fix typo in Locale docs." by Elliott Hughes · 11 years ago
  80. f6ab042 Fix typo in Locale docs. by Elliott Hughes · 11 years ago
  81. 453ed11 Merge "Track the icu4c 53 update in the Locale documentation." by Elliott Hughes · 11 years ago
  82. 4b7bd91 Merge "Updated documentation for RuleBasedCollator." by Elliott Hughes · 11 years ago
  83. 582a8e3 Track the icu4c 53 update in the Locale documentation. by Elliott Hughes · 11 years ago
  84. 5d51965 Merge "Update collation tests for icu4c 53." by Elliott Hughes · 11 years ago
  85. 55dfcd8 Update collation tests for icu4c 53. by ccornelius · 11 years ago
  86. 915faab Merge changes I7db8e513,I564283bb by Kenny Root · 11 years ago
  87. 105e394 Merge "Remove include of private ICU include and set constant size for buffer in libcore_icu_NativeCollation.cpp" by Elliott Hughes · 11 years ago
  88. 1c13b45 Updated documentation for RuleBasedCollator. by Elliott Hughes · 11 years ago
  89. fbf2c0e Merge "Add parsePositiveInt for internal use." by Calin Juravle · 11 years ago
  90. 09adf7b Remove include of private ICU include and set constant size for buffer in by ccornelius · 11 years ago
  91. 1c0b7eb Add parsePositiveInt for internal use. by Calin Juravle · 11 years ago
  92. e5a04f4 Remove ArtMethod's quick fields mapping table and vmap table. by Vladimir Marko · 11 years ago
  93. 8f32b98 Merge "Fix broken CTS test" by Neil Fuller · 11 years ago
  94. 2a025c1 Fix broken CTS test by Neil Fuller · 11 years ago
  95. c96651d Change DecimalFormat.setRoundingMode() behavior to stay in spec by Neil Fuller · 11 years ago
  96. a5cfa10 Merge "Set ICU's default locale from Locale.getDefault." by Narayan Kamath · 11 years ago
  97. de0eb68 Set ICU's default locale from Locale.getDefault. by Narayan Kamath · 11 years ago
  98. 71aab66 Merge "Don't allow explicit signs in URL port numbers." by Calin Juravle · 11 years ago
  99. a4d97e1 Merge "Don't allow explicit signs in URI port numbers." by Calin Juravle · 11 years ago
  100. 727df12 Update SSLEngineTest for OpenSSL by Kenny Root · 11 years ago