1. 23f33cd dalvik: Add new optimization annotation for art (@CriticalNative) by Igor Murashkin · 8 years ago
  2. 7824728 Support loading a DEX file from a ByteBuffer. by Orion Hodson · 8 years ago
  3. 2491f78 dalvik: Add new optimization annotation for art (@FastNative) by Igor Murashkin · 8 years ago
  4. c5046f0 Add API for getting location of odex or oat file by Philip Cuadra · 8 years ago
  5. 97db693 Delete DexFile closeguard by Mathieu Chartier · 8 years ago
  6. 4cff4ef Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 8 years ago
  7. 6fa389e DexFile: Add an API to query oat file status. by Narayan Kamath · 8 years ago
  8. 2da8623 libcore: Address misc minor issues identified by FindBugs by Tobias Thierer · 8 years ago
  9. 8b0358e Make dex file loading failure more explicit about failure. by Alex Light · 8 years ago
  10. be6a131 Libcore: Flag to fail thread creation by Andreas Gampe · 8 years ago
  11. 5d02a5b Libcore: Add filter upgrade function to DexFile by Andreas Gampe · 8 years ago
  12. a32af36 Libcore: Expose compilation filter in DexFile by Andreas Gampe · 8 years ago
  13. 1e099ae Merge "Reflect the changes of GetDexOptNeeded in DexFile.java" by Calin Juravle · 8 years ago
  14. 5081919 Reflect the changes of GetDexOptNeeded in DexFile.java by Calin Juravle · 9 years ago
  15. 19c3551 Reduce number of namespace-related fields by Dimitry Ivanov · 9 years ago
  16. 104fb10 Modify dexpath dynamically by Todd Kennedy · 9 years ago
  17. 5edc236 Revert "Fix DatagramChannelTest#test_setOption." by Narayan Kamath · 9 years ago
  18. 5ece1b5 Fix DatagramChannelTest#test_setOption. by Narayan Kamath · 9 years ago
  19. 941742a Preserve compatibility for makePathElements by Dimitry Ivanov · 9 years ago
  20. d3c9dab Use shared namespace for bundled apps by Dimitry Ivanov · 9 years ago
  21. 1333542 Merge "Special case system_server to not create the JIT code cache." by Nicolas Geoffray · 9 years ago
  22. 0d99a86 Provide libraryPermittedPath to android runtime by Dimitry Ivanov · 9 years ago
  23. 9dbb38c Special case system_server to not create the JIT code cache. by Nicolas Geoffray · 9 years ago
  24. 392ded55 Add tagging variants for DatagramSocket. by Jeff Sharkey · 9 years ago
  25. da3729f Change DexPathList.makeElements to pass elements down to loadDexFile by Mathieu Chartier · 9 years ago
  26. 70fcc38 Pass class loader down to openDexFiles if possible by Mathieu Chartier · 9 years ago
  27. 2f7ca12 Pass dexFile to defineClassNative by Mathieu Chartier · 9 years ago
  28. ae0bd49 am a6193374: Merge "Keep track of success closing the DexFile" by Mathieu Chartier · 9 years ago
  29. 615e2a3 Keep track of success closing the DexFile by Mathieu Chartier · 9 years ago
  30. 44bd145 am a2794979: Merge "Get rid of as much of dalvik.annotation.* as we can." by Narayan Kamath · 9 years ago
  31. cff384f Get rid of as much of dalvik.annotation.* as we can. by Narayan Kamath · 9 years ago
  32. be2235c am 53bec15b: Merge "Add VMDebug.countInstancesOfClasses" by Mathieu Chartier · 9 years ago
  33. a90630d Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 9 years ago
  34. 805c937 am 43017342: Merge "Fix GMS core crash loop" by Dmitriy Ivanov · 9 years ago
  35. ac4309a Fix GMS core crash loop by Dmitriy Ivanov · 9 years ago
  36. 22e2d41 am a4fafb89: Merge "Fix lookup order when opening directly from APK" by Dmitriy Ivanov · 9 years ago
  37. 384730c Fix lookup order when opening directly from APK by Dmitriy Ivanov · 9 years ago
  38. 378401d am 3db17f7f: Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  39. 2ce899f Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  40. 2a9ffd2 am 049862d6: Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  41. 7a75a7d am e41d5b91: Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  42. 0c2e3c7 Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  43. 05a5c2f Modification to the way boot classpath resources are loaded by Neil Fuller · 9 years ago
  44. 370e223 am 9500bd1f: Remove StaleDexCacheError. by Narayan Kamath · 9 years ago
  45. 9500bd1 Remove StaleDexCacheError. by Narayan Kamath · 9 years ago
  46. 1a796cb Avoid opening jar files from the classpath more than once by Neil Fuller · 9 years ago
  47. 1e698ad getRuntimeStat() support (libcore). by Hiroshi Yamauchi · 9 years ago
  48. 1076f83 Merge "Rename isDexOptNeededInternal and add SELF_PATCHOAT_NEEDED." by Richard Uhler · 9 years ago
  49. cea2c63 Stop sleeping in waitUntilAllThreadsStopped spin instead. by Piotr Jastrzebski · 9 years ago
  50. 3bc9b15 Rename isDexOptNeededInternal and add SELF_PATCHOAT_NEEDED. by Richard Uhler · 9 years ago
  51. 7694b78 Pass getDexPath to Runtime.nativeLoad by Dmitriy Ivanov · 10 years ago
  52. a5dd2c6 Move null check rationale to sample code for clarity by Brian Carlstrom · 9 years ago
  53. ec662a7 Revert "Remove unnecessary null checks in CloseGuard documentation sample code" by Brian Carlstrom · 9 years ago
  54. 9a36fbb Remove unnecessary null checks in CloseGuard documentation sample code by Mike Lockwood · 9 years ago
  55. 25ac148 Libcore: Change DexFile cookie to object by Andreas Gampe · 10 years ago
  56. 7c22337 Set random seeds post fork. by Narayan Kamath · 10 years ago
  57. 1bad070 am f7ba96dc: Merge "Improve DexFile debugging" by Brian Carlstrom · 10 years ago
  58. e606e1e Improve DexFile debugging by Brian Carlstrom · 10 years ago
  59. d73625d Merge "Revert "Timing hacks DO NOT MERGE"" into lmp-dev by Anwar Ghuloum · 10 years ago
  60. 5467456 Revert "Timing hacks DO NOT MERGE" by Anwar Ghuloum · 10 years ago
  61. 78b68a0 Libcore: Add parameter to zygote hook by Andreas Gampe · 10 years ago
  62. 6d688b8 Timing hacks DO NOT MERGE by Anwar Ghuloum · 10 years ago
  63. 255f621 Libcore: Add parameter to zygote hook by Andreas Gampe · 10 years ago
  64. 813579d Use absolute path when opening dex files. by Calin Juravle · 10 years ago
  65. 074ae20 am 6c17caab: Merge "Make system use patchoat to relocate during runtime." by Brian Carlstrom · 10 years ago
  66. 70a89c0 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  67. e05ad6f Use absolute path when opening dex files. by Calin Juravle · 10 years ago
  68. df641c0 Use the provided path when opening dex files. by Calin Juravle · 10 years ago
  69. e5e02cc Merge "Use the provided path when opening dex files." into lmp-dev by Narayan Kamath · 10 years ago
  70. 71202f8 Use the provided path when opening dex files. by Calin Juravle · 10 years ago
  71. 853da7c Point developers toward new code cache location. by Jeff Sharkey · 10 years ago
  72. 6cc1673 Deprecate use of BrokenTest and SideEffect by Brett Chabot · 11 years ago
  73. 23571c5 am 91a37e34: am 5f7fd3f1: am f560c538: Merge "Revert "Libcore: Remove <> in CloseGuardMonitor test class"" by Andreas Gampe · 10 years ago
  74. d3b5f04 Revert "Libcore: Remove <> in CloseGuardMonitor test class" by Andreas Gampe · 10 years ago
  75. 8f9fffe am fd71cafe: am 82ae08ae: am 2684c1a5: Merge "Libcore: Remove <> in CloseGuardMonitor test class" by Andreas Gampe · 10 years ago
  76. 307e642 Libcore: Remove <> in CloseGuardMonitor test class by Andreas Gampe · 10 years ago
  77. 5c727bd am c3eed594: am f6696d69: am eec4356c: Merge "Improve detection of CloseGuard protected resource leakage" by Paul Duffin · 10 years ago
  78. a6f350c Improve detection of CloseGuard protected resource leakage by Paul Duffin · 11 years ago
  79. 7889586 Add an instructionSet argument to isDexOptNeededInternal. by Narayan Kamath · 10 years ago
  80. 4adab73 Add an instructionSet argument to isDexOptNeededInternal. by Narayan Kamath · 10 years ago
  81. 7406d4e am 3eb545e3: am 85fa4285: Merge "Groundwork towards making the Libcore.os functionality public." by Elliott Hughes · 10 years ago
  82. 5d930ca Groundwork towards making the Libcore.os functionality public. by Elliott Hughes · 10 years ago
  83. acede2c am 0c2165ad: am e471f800: Merge "Rename Zygote -> ZygoteHooks." by Narayan Kamath · 10 years ago
  84. 1a12117 Rename Zygote -> ZygoteHooks. by Narayan Kamath · 10 years ago
  85. 2eb7b94 am 7b652760: am 28e43313: Merge "Remove Zygote.systemInSafeMode." by Narayan Kamath · 10 years ago
  86. 28e4331 Merge "Remove Zygote.systemInSafeMode." by Narayan Kamath · 10 years ago
  87. 9c35ce4 am db965232: am 6586cc6f: Merge "Remove Zygote.fork" by Narayan Kamath · 10 years ago
  88. ebd4478 Remove Zygote.systemInSafeMode. by Narayan Kamath · 10 years ago
  89. 7b22a1f Remove Zygote.fork by Narayan Kamath · 10 years ago
  90. 7abd456 Merge "Deprecate use of BrokenTest and SideEffect" by Brett Chabot · 10 years ago
  91. 6a6b612 Deprecate use of BrokenTest and SideEffect by Brett Chabot · 11 years ago
  92. 5e51851 ART sampling profiler by Dave Allison · 11 years ago
  93. 80bf291 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  94. 55b2ba2 Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  95. 6b98299 Switch libcore over to a long in DexFile. by Elliott Hughes · 11 years ago
  96. 9e3f304 Add sample profiling interface to startMethodTracing. by Jeff Hao · 11 years ago
  97. 5063dbf Fix build harder. by Elliott Hughes · 13 years ago
  98. 0dd244a Fix build. by Elliott Hughes · 13 years ago
  99. 412f6c6 Remove dead code. by Elliott Hughes · 13 years ago
  100. d7f6c65 Remove zip file extension whitelists when validating dex file path. by Hui Lu · 11 years ago