1. e6ce85b Merge "Remove more dead SecurityManager cruft." into dalvik-dev by Elliott Hughes · 14 years ago
  2. 8647680 Remove more dead SecurityManager cruft. by Elliott Hughes · 14 years ago
  3. bbfadc8 Move finalization into the core library. by Carl Shapiro · 14 years ago
  4. dedaccd Add lseek(2). by Elliott Hughes · 14 years ago
  5. f5333fd Add ftruncate(2). by Elliott Hughes · 14 years ago
  6. 6fc1a0e Add sysconf(3). by Elliott Hughes · 14 years ago
  7. 47cb338 Add fstat(2), lstat(2), and stat(2). by Elliott Hughes · 14 years ago
  8. 52724d3 Add fsync(2) and fdatasync(2). by Elliott Hughes · 14 years ago
  9. cdf7a1f Expose POSIX constants. by Elliott Hughes · 14 years ago
  10. 3d93b50 Remove the stopAtPrivileged argument. by Dan Bornstein · 14 years ago
  11. 2f03cca Use -fvisibility and clean up a little. by Elliott Hughes · 14 years ago
  12. 9ac1ed0 Clean up of test-related dalvik.annotation classes by Brian Carlstrom · 14 years ago
  13. f5309a3 Fix more FindBugs warnings: RR_NOT_CHECKED. by Elliott Hughes · 14 years ago
  14. 85440d1 am 2f323ffc: Merge "Move state from Sampler to SamplingProfiler that needs to be preserved across a profiler restart" by Brian Carlstrom · 14 years ago
  15. ed94c62 Move state from Sampler to SamplingProfiler that needs to be preserved across a profiler restart by Brian Carlstrom · 14 years ago
  16. a7ef552 Simplify internal libcore logging. by Elliott Hughes · 14 years ago
  17. 6aa068b Fix various FindBugs warnings. by Elliott Hughes · 14 years ago
  18. 79859c0 Fix dalvik.system FindBugs warnings. by Elliott Hughes · 14 years ago
  19. ea52753 Refactor DexClassLoader and PathClassLoader. by Dan Bornstein · 14 years ago
  20. 296b43d Remove the obsolete TouchDex code. by Elliott Hughes · 14 years ago
  21. 24923f9 Move more of the system properties handling into managed code. by Elliott Hughes · 14 years ago
  22. e037583 am 7190be77: Restore the code for optimized file specification. by Dan Bornstein · 14 years ago
  23. 7190be7 Restore the code for optimized file specification. by Dan Bornstein · 14 years ago
  24. 3af5f37 Merge "Stub out and deprecate gcSoftReferences." into dalvik-dev by Carl Shapiro · 14 years ago
  25. 3b7c2eb Stub out and deprecate gcSoftReferences. by Carl Shapiro · 14 years ago
  26. 26ce8fb resolved conflicts for merge of 6186821c to dalvik-dev by Jesse Wilson · 14 years ago
  27. 6186821 Move libcore.base classes to libcore.util and libcore.io. by Jesse Wilson · 14 years ago
  28. e834b28 am 82c16e90: am d57cdc2f: am 766776ce: Remove broken+deprecated SamplingProfiler.writeHprofData by Jesse Wilson · 14 years ago
  29. 766776c Remove broken+deprecated SamplingProfiler.writeHprofData by Jesse Wilson · 14 years ago
  30. a8e6ab1 am b0886c84: am d26f4e0d: am 6fcb5467: Merge "Expose an interface for clearing a heap growth limit." into honeycomb by Carl Shapiro · 14 years ago
  31. c6fbb24 am 0d46536e: am cbd2876d: am be9c142f: Minor doc tweaks. by Andy McFadden · 14 years ago
  32. 2793254 Expose an interface for clearing a heap growth limit. by Carl Shapiro · 14 years ago
  33. be9c142 Minor doc tweaks. by Andy McFadden · 14 years ago
  34. e3c084b am 16ed9750: am a04850bc: am 6044fd95: Synch up file opening code in PathClassLoader and DexClassLoader. by Dan Bornstein · 14 years ago
  35. 6044fd9 Synch up file opening code in PathClassLoader and DexClassLoader. by Dan Bornstein · 14 years ago
  36. 02582f0 am 3c61f6c5: am fb641fa5: am c4379294: Remove @cts comments from hidden classes. by Carl Shapiro · 14 years ago
  37. c437929 Remove @cts comments from hidden classes. by Carl Shapiro · 14 years ago
  38. 3a1e980 am bc307281: am 2ce1fb3e: am 55fa6d07: Merge "Remove the allocation limits interfaces." into honeycomb by Carl Shapiro · 14 years ago
  39. 3ca860a Remove the allocation limits interfaces. by Carl Shapiro · 14 years ago
  40. b1d1d4c am 2d71deb0: am 651d1905: am 79214492: Fix a droid doc error caused by the erroneous inflection of @return. by Carl Shapiro · 14 years ago
  41. 7921449 Fix a droid doc error caused by the erroneous inflection of @return. by Carl Shapiro · 14 years ago
  42. 698e79d am 706ea0b9: am 5e7fa214: am f6dbefb3: Merge "Remove method level hiding within hidden classes." into honeycomb by Carl Shapiro · 14 years ago
  43. f6dbefb Merge "Remove method level hiding within hidden classes." into honeycomb by Carl Shapiro · 14 years ago
  44. c7d1c84 am 04874adf: am 36dc3b8d: am cb966aef: Remove support for setting the minimum size of the heap at runtime. by Carl Shapiro · 14 years ago
  45. fb374e1 Remove method level hiding within hidden classes. by Carl Shapiro · 14 years ago
  46. cb966ae Remove support for setting the minimum size of the heap at runtime. by Carl Shapiro · 14 years ago
  47. b2097e7 am 66d9e787: am cbe26f42: am c8dde40c: Merge "Get memory for direct byte buffers from the Java heap rather than the native heap." into honeycomb by Elliott Hughes · 14 years ago
  48. 3676bd2 Get memory for direct byte buffers from the Java heap rather than the native heap. by Elliott Hughes · 14 years ago
  49. c3d30bf Tell editors that these are Makefiles (or fragments thereof). by Elliott Hughes · 14 years ago
  50. d7fd1b8 Adding binary hprof support to SamplingProfiler by Brian Carlstrom · 14 years ago
  51. b8f9285 Revert "Remove inline natives for an unused performance test." (libcore) by Jesse Wilson · 14 years ago
  52. 2c549ad Remove native targets for unused performance tests. by Jesse Wilson · 14 years ago
  53. 1ad1fe9 Revert "Remove native targets for unused performance tests." by Ben Cheng · 14 years ago
  54. 272a383 Remove native targets for unused performance tests. by Jesse Wilson · 14 years ago
  55. 1f7938c Remove the external allocation facility. by Carl Shapiro · 14 years ago
  56. 92e51d7 We always wantDex at this point. by Dan Bornstein · 14 years ago
  57. 5fb197c Don't bother trying to unzip a file named "*.dex". by Dan Bornstein · 14 years ago
  58. 8abd4e4 Plumbing for loading byte[]-based dex files. by Dan Bornstein · 14 years ago
  59. 2c0ee3e Add BlockGuardPolicyException constructor with a message by Brad Fitzpatrick · 14 years ago
  60. 866e7ae Fix a bunch of javac -Xlint warnings in our code. by Elliott Hughes · 14 years ago
  61. 5f13d22 Update and clarify opcode values. by Dan Bornstein · 14 years ago
  62. 0e7fb57 Expose the "packed opcode" concept, just a bit. by Dan Bornstein · 14 years ago
  63. 98b837c am 5aad086b: Merge "Fix SamplingProfiler to handle null group on thread termination" by Brian Carlstrom · 14 years ago
  64. 9bbbf3a Fix SamplingProfiler to handle null group on thread termination by Brian Carlstrom · 14 years ago
  65. 5efe91b Match comment to the new reality. by Dan Bornstein · 14 years ago
  66. 46c8518 Merge "Add a wee bit of libdex access." into dalvik-dev by Dan Bornstein · 14 years ago
  67. c3d9f6e Merge "Zero the cookie after close." into dalvik-dev by Andy McFadden · 14 years ago
  68. 8def5c9 Add a wee bit of libdex access. by Dan Bornstein · 14 years ago
  69. a2dc5f8 Zero the cookie after close. by Andy McFadden · 14 years ago
  70. 8630242 Generate most libcore opcode-related stuff. by Dan Bornstein · 14 years ago
  71. 16829a7 A little opcode cleanup in dalvik.system. by Dan Bornstein · 14 years ago
  72. f0c77ee am 4d7f6230: Merge "minor CloseGuard javadoc corrections" by Brian Carlstrom · 14 years ago
  73. 1292ca6 minor CloseGuard javadoc corrections by Brian Carlstrom · 14 years ago
  74. 10ed841 am 4bfc26e9: CloseGuard: make members volatile, update comment by Brad Fitzpatrick · 14 years ago
  75. 4bfc26e CloseGuard: make members volatile, update comment by Brad Fitzpatrick · 14 years ago
  76. 3feb2a0 am f7ee2365: Fix javadoc typo by Brian Carlstrom · 14 years ago
  77. f7ee236 Fix javadoc typo by Brian Carlstrom · 14 years ago
  78. 7cf2913 am b81e1d9d: Add CloseGuard.Reporter interface to allow customization of warnings by Brian Carlstrom · 14 years ago
  79. b81e1d9 Add CloseGuard.Reporter interface to allow customization of warnings by Brian Carlstrom · 14 years ago
  80. ee6ee46 Merge "Export the assignable instance counting." into dalvik-dev by Carl Shapiro · 14 years ago
  81. 9e2e604 Export the assignable instance counting. by Carl Shapiro · 14 years ago
  82. b3f32d4 Adding CloseGuard.setEnabled for StrictMode integration by Brian Carlstrom · 14 years ago
  83. f9dc345 Skip empty samples in the sampling profiler. by Jesse Wilson · 14 years ago
  84. fb3c3d6 am 2e37069e: Change SamplingProfiler to use a sampling interval instead of Hz by Brian Carlstrom · 14 years ago
  85. 2e37069 Change SamplingProfiler to use a sampling interval instead of Hz by Brian Carlstrom · 14 years ago
  86. a75ae27 am 6cbbd111: Don\'t BlockGuard on INetworkSystem.isConnected w/ 0 timeout. by Brad Fitzpatrick · 14 years ago
  87. 6cbbd11 Don't BlockGuard on INetworkSystem.isConnected w/ 0 timeout. by Brad Fitzpatrick · 14 years ago
  88. 1209842 am d1280478: am cb5204fe: am 09b06cc1: Set capabilities sooner. by Andy McFadden · 14 years ago
  89. d128047 am cb5204fe: am 09b06cc1: Set capabilities sooner. by Andy McFadden · 14 years ago
  90. 09b06cc Set capabilities sooner. by Andy McFadden · 14 years ago
  91. 2353846 Close process-spawned streams when the process is destroyed. by Jesse Wilson · 14 years ago
  92. 71c7a9d am 5f3c50f9: am 6a4f4c86: am 13727ea1: Fix SamplingProfiler for use in zygote by Brian Carlstrom · 14 years ago
  93. 5f3c50f am 6a4f4c86: am 13727ea1: Fix SamplingProfiler for use in zygote by Brian Carlstrom · 14 years ago
  94. 13727ea Fix SamplingProfiler for use in zygote by Brian Carlstrom · 14 years ago
  95. d46656c am 490a5fc2: am c009f346: am b27ce0cf: Clean up the construction-time arrangements. by Dan Bornstein · 14 years ago
  96. 490a5fc am c009f346: am b27ce0cf: Clean up the construction-time arrangements. by Dan Bornstein · 14 years ago
  97. b27ce0c Clean up the construction-time arrangements. by Dan Bornstein · 14 years ago
  98. 12f2d8e Revised CloseGuard usage pattern by Brian Carlstrom · 14 years ago
  99. f7aab02 CloseGuard: finalizers for closeable objects should log complaints by Brian Carlstrom · 14 years ago
  100. 63fcdd7 resolved conflicts for merge of 53e83038 to master by Brian Carlstrom · 14 years ago