1. 8c6afab Merge "Add libcore-docs target" by Brian Carlstrom · 14 years ago
  2. 1279115 Add libcore-docs target by Brian Carlstrom · 14 years ago
  3. 5321c73 Remove the last vestiges of the external allocation cruft. by Elliott Hughes · 14 years ago
  4. 07d5a56 Merge "Fix serialization in CopyOnWriteArrayList." by Jesse Wilson · 14 years ago
  5. fdea1d6 Fix serialization in CopyOnWriteArrayList. by Jesse Wilson · 14 years ago
  6. 119c806 Fix PropertyChangeSupport problems. by Jesse Wilson · 14 years ago
  7. 434b267 TARGET_PRELINK_MODULE should never be set in a module definition. by Ying Wang · 14 years ago
  8. 06a2883 am e07c26e1: am 27020e11: Merge "sqlite-jdbc should not use TARGET_PRELINK_MODULE" by Jean-Baptiste Queru · 14 years ago
  9. 692215a am 27020e11: Merge "sqlite-jdbc should not use TARGET_PRELINK_MODULE" by Jean-Baptiste Queru · 14 years ago
  10. da32ead Merge "sqlite-jdbc should not use TARGET_PRELINK_MODULE" by Jean-Baptiste Queru · 14 years ago
  11. fd0569b Fix CloseGuard warning in a test merged in from gingerbread by Brian Carlstrom · 14 years ago
  12. 2534971 Adding binary hprof support to SamplingProfiler by Brian Carlstrom · 14 years ago
  13. a9b73e0 Revert "Remove inline natives for an unused performance test." (libcore) by Jesse Wilson · 14 years ago
  14. 74e69cf Merge "Remove native targets for unused performance tests." by Jesse Wilson · 14 years ago
  15. bbe7db8 Merge "Test that Proxy.newProxyInstance throws if the classloaders are not visible." by Jesse Wilson · 14 years ago
  16. eb6877e Test that Proxy.newProxyInstance throws if the classloaders are not visible. by Jesse Wilson · 14 years ago
  17. 5ca96ff Remove native targets for unused performance tests. by Jesse Wilson · 14 years ago
  18. 633d94c Revert "Remove native targets for unused performance tests." by Ben Cheng · 14 years ago
  19. 000b181 Merge "Remove native targets for unused performance tests." by Jesse Wilson · 14 years ago
  20. 0289b59 Remove native targets for unused performance tests. by Jesse Wilson · 14 years ago
  21. bd9aecb Remove java.io tests duplicated with Harmony. by Jesse Wilson · 14 years ago
  22. 72351c7 sqlite-jdbc should not use TARGET_PRELINK_MODULE by John Eckerdal · 14 years ago
  23. 54b4836 Merge "Capture the DTD body while it is being parsed." by Jesse Wilson · 14 years ago
  24. b5ea6e4 Capture the DTD body while it is being parsed. by Jesse Wilson · 14 years ago
  25. cc0d7ed Merge "Optimize DefaultHostnameVerifier." by Jesse Wilson · 14 years ago
  26. 7a0d3e3 Optimize DefaultHostnameVerifier. by Jesse Wilson · 14 years ago
  27. f10e360 Merge "Remove the external allocation facility." by Carl Shapiro · 14 years ago
  28. 4b5107a Remove the external allocation facility. by Carl Shapiro · 14 years ago
  29. f60f07d Merge "Tests to cover Socket's surprising behavior on read after close" by Jesse Wilson · 14 years ago
  30. 46695d9 Tests to cover Socket's surprising behavior on read after close by Jesse Wilson · 14 years ago
  31. 127a6fc Merge "We always wantDex at this point." by Dan Bornstein · 14 years ago
  32. 3c21ded Test that HttpURLConnection responds gracefully when the server closes a socket. by Jesse Wilson · 14 years ago
  33. 91c9530 Use ftruncate64. by Elliott Hughes · 14 years ago
  34. a2e8ac3 Merge "Fix File.length for sparse files." by Elliott Hughes · 14 years ago
  35. f3dc060 Fix File.length for sparse files. by Elliott Hughes · 14 years ago
  36. fbe89b3 Merge "Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4." by Jesse Wilson · 14 years ago
  37. f610634 Merge "Don't be specific about exception priority in OldFileChannelTest." by Jesse Wilson · 14 years ago
  38. d0cc319 Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4. by Jesse Wilson · 14 years ago
  39. 74d40a8 resolved conflicts for merge of 5fc737eb to master by Brian Carlstrom · 14 years ago
  40. 6df0744 Don't be specific about exception priority in OldFileChannelTest. by Jesse Wilson · 14 years ago
  41. 4c431d3 Merge "More math tests that fail on the host only." by Jesse Wilson · 14 years ago
  42. 4e90245 am 2915378e: HttpsURLConnection retry should not invoke X509TrustManager and HostnameVerifier more than once by Brian Carlstrom · 14 years ago
  43. f207b18 Merge "Don't test for implementation details in OldRandomAccessFileTest." by Jesse Wilson · 14 years ago
  44. ba13a1c More math tests that fail on the host only. by Jesse Wilson · 14 years ago
  45. 018c285 Don't test for implementation details in OldRandomAccessFileTest. by Jesse Wilson · 14 years ago
  46. 77be8fd We always wantDex at this point. by Dan Bornstein · 14 years ago
  47. 392d920 Merge "Don't bother trying to unzip a file named "*.dex"." by Dan Bornstein · 14 years ago
  48. 2d13768 HttpsURLConnection retry should not invoke X509TrustManager and HostnameVerifier more than once by Brian Carlstrom · 14 years ago
  49. 409d83f Merge "MappedByteBuffer get(byte[]) and get(byte[], int, int) weren't updating 'position'." by Elliott Hughes · 14 years ago
  50. e870b84 Don't bother trying to unzip a file named "*.dex". by Dan Bornstein · 14 years ago
  51. 5fcfe14 MappedByteBuffer get(byte[]) and get(byte[], int, int) weren't updating 'position'. by Elliott Hughes · 14 years ago
  52. 4769520 More work arounds for the droiddoc bug where @links cannot point to parameterized methods. by Jesse Wilson · 14 years ago
  53. 13320a4 Fix a long-standing serialization bug. by Elliott Hughes · 14 years ago
  54. e87d11f Fix a regression I introduced in serialization. by Elliott Hughes · 14 years ago
  55. d2272ce Merge "Work around droiddoc bug where @links cannot point to parameterized methods." by Jesse Wilson · 14 years ago
  56. 16667c6 Work around droiddoc bug where @links cannot point to parameterized methods. by Jesse Wilson · 14 years ago
  57. 42837c2 Fix java.util.concurrent to not @link to unpublished APIs. by Jesse Wilson · 14 years ago
  58. 58e788d Merge "Update java.util.concurrent to the latest." by Jesse Wilson · 14 years ago
  59. b0f3f01 Merge "Plumbing for loading byte[]-based dex files." by Dan Bornstein · 14 years ago
  60. f13d37d Merge "Recover from the 'null' system class loader gracefully." by Jesse Wilson · 14 years ago
  61. 0a2cff0 Use iteration rather than recursion in writeHierarchy. by Elliott Hughes · 14 years ago
  62. c7359bc Recover from the 'null' system class loader gracefully. by Jesse Wilson · 14 years ago
  63. b054944 Plumbing for loading byte[]-based dex files. by Dan Bornstein · 14 years ago
  64. f7834d7 Speed up serialization. by Elliott Hughes · 14 years ago
  65. a86c439 Update java.util.concurrent to the latest. by Jesse Wilson · 14 years ago
  66. 506a932 Merge "Set the expectation for a known regression." by Jesse Wilson · 14 years ago
  67. 9a0280c Set the expectation for a known regression. by Jesse Wilson · 14 years ago
  68. edbd14f Merge "Make GregorianCalendarTest consistent with our locale data." by Jesse Wilson · 14 years ago
  69. 576eda0 Make GregorianCalendarTest consistent with our locale data. by Jesse Wilson · 14 years ago
  70. 4eb1f2b am b84e9595: am c6dae581: Throw the expected exception after the response failed. by Jesse Wilson · 14 years ago
  71. a007d3d am c6dae581: Throw the expected exception after the response failed. by Jesse Wilson · 14 years ago
  72. 971d469 A last bit of serialization performance on the deserialization side. by Elliott Hughes · 14 years ago
  73. 0368e5f Throw the expected exception after the response failed. by Jesse Wilson · 14 years ago
  74. e8fc4ba More serialization performance. by Elliott Hughes · 14 years ago
  75. 7b302c3 Merge "More serialization performance work." by Elliott Hughes · 14 years ago
  76. e1639f2 More serialization performance work. by Elliott Hughes · 14 years ago
  77. eb713c6 Merge "Move 41 tests to libcore, closer to the tested code." by Jesse Wilson · 14 years ago
  78. 991959b Move 41 tests to libcore, closer to the tested code. by Jesse Wilson · 14 years ago
  79. e83d811 Merge "Move HashMapTest from frameworks/base to libcore." by Jesse Wilson · 14 years ago
  80. 173beaf Move HashMapTest from frameworks/base to libcore. by Jesse Wilson · 14 years ago
  81. 48009fa Merge "More serialization performance improvements." by Elliott Hughes · 14 years ago
  82. 5639d74 More serialization performance improvements. by Elliott Hughes · 14 years ago
  83. 4e8c530 Merge "Fix a couple of failing ResourceBundle tests." by Jesse Wilson · 14 years ago
  84. c26f798 Fix a couple of failing ResourceBundle tests. by Jesse Wilson · 14 years ago
  85. 7b37a1f Building libcore in master is spam city. Fix that. by Elliott Hughes · 14 years ago
  86. 9dc4bc1 Merge "Fix two {@link} problems in CopyOnWriteArrayList." by Jesse Wilson · 14 years ago
  87. 633920d Fix two {@link} problems in CopyOnWriteArrayList. by Jesse Wilson · 14 years ago
  88. 043c455 Merge "Remove nio.char tests duplicated from Harmony." by Jesse Wilson · 14 years ago
  89. 51d0189 Make deserialization 30% faster. by Elliott Hughes · 14 years ago
  90. a2796ff Remove nio.char tests duplicated from Harmony. by Jesse Wilson · 14 years ago
  91. 1bd128c Rewrite CopyOnWriteArrayList from scratch. by Jesse Wilson · 14 years ago
  92. 88f61c0 Merge "Update known failure to match test name. http://b/3032697" by Jesse Wilson · 14 years ago
  93. 8498e2e Merge "Lots more bounds-checking/exception-throwing consistency." by Elliott Hughes · 14 years ago
  94. e88c969 Update known failure to match test name. http://b/3032697 by Jesse Wilson · 14 years ago
  95. efcb805 Lots more bounds-checking/exception-throwing consistency. by Elliott Hughes · 14 years ago
  96. dd89a47 Export ANY and ALL as constant InetAddress objects for use by framework by Stan Chesnutt · 14 years ago
  97. 8dc89ea Merge "DatagramSocket.setNetworkInterface() allows a socket to be bound to a network interface using the SO_BINDTODEVICE socket option." by Elliott Hughes · 14 years ago
  98. 89b484d DatagramSocket.setNetworkInterface() allows a socket to be bound to a by Stan Chesnutt · 14 years ago
  99. 3407f61 Add BlockGuardPolicyException constructor with a message by Brad Fitzpatrick · 14 years ago
  100. 181b290 am b51a2385: am fcd6cf98: Fix various issues in CopyOnWriteArrayList discovered by Google Collections\' test suite: by Jesse Wilson · 14 years ago