1. 89b008d Installd: Change app image name computation by Andreas Gampe · 9 years ago
  2. 6fb5a01 Installd: Refactor dexopt to scoped file descriptor by Andreas Gampe · 9 years ago
  3. 548bdb9 Otapreopt: Fix after shared-library work by Andreas Gampe · 9 years ago
  4. 1ddf4d8 Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761 by David Sehr · 9 years ago
  5. 40e566d Enable profman pretty printing by David Sehr · 9 years ago
  6. 8b31d72 Merge "Create primary profile file together with app data folders" into nyc-dev by Calin Juravle · 9 years ago
  7. d25aab3 Merge "Create primary profile file together with app data folders" into nyc-dev by Calin Juravle · 9 years ago
  8. eed4df8 installd support for profman --dump-info-for am: 6727c2d0bf by David Sehr · 9 years ago
  9. 6727c2d installd support for profman --dump-info-for by David Sehr · 9 years ago
  10. bc56e7d Create primary profile file together with app data folders by Calin Juravle · 9 years ago
  11. c7f903c Merge "Move both CE/DE storage areas to adopted storage." into nyc-dev by Jeff Sharkey · 9 years ago
  12. b72f355 Merge "Search both CE/DE storage when clearing caches." into nyc-dev by Jeff Sharkey · 9 years ago
  13. 51c9449 Move both CE/DE storage areas to adopted storage. by Jeff Sharkey · 9 years ago
  14. 54e292e Search both CE/DE storage when clearing caches. by Jeff Sharkey · 9 years ago
  15. 5d411b5 Merge "installd: remove spammy warning for non-existent profile dirs." into nyc-dev by Narayan Kamath · 9 years ago
  16. 2e063af installd: remove spammy warning for non-existent profile dirs. by Narayan Kamath · 9 years ago
  17. b2287e1 Merge "Support to pass <uses-library> option through to dex2oat." into nyc-dev by Jeff Hao · 9 years ago
  18. b63d91f Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  19. 155cdf1 Merge "Consistent creation/destruction of user data." into nyc-dev am: 82784bb by Jeff Sharkey · 9 years ago
  20. 379a12b Consistent creation/destruction of user data. by Jeff Sharkey · 9 years ago
  21. 8b53c14 Merge "Use inode numbers for CE storage, fix sizes." into nyc-dev am: 82b4c7a by Jeff Sharkey · 9 years ago
  22. 2f720f7 Use inode numbers for CE storage, fix sizes. by Jeff Sharkey · 9 years ago
  23. b18b245 Merge "installd: log failed unlinks." into nyc-dev am: 45d15b8 by Narayan Kamath · 9 years ago
  24. 5006f3a installd: log failed unlinks. by Narayan Kamath · 9 years ago
  25. 0302a25 Close profile before leaving android::installd::clear_profile. am: 64b59cc by Roland Levillain · 9 years ago
  26. 64b59cc Close profile before leaving android::installd::clear_profile. by Roland Levillain · 9 years ago
  27. 8d95403 Revert "Avoid unlinking app image file" am: a812bcf by Mathieu Chartier · 9 years ago
  28. a812bcf Revert "Avoid unlinking app image file" by Mathieu Chartier · 9 years ago
  29. 1cb2a7d Merge "Destroy the reference profile during uninstalls" into nyc-dev am: 057facf by Calin Juravle · 9 years ago
  30. 21f71cc Merge "Do not unlink the profiles if not needed" into nyc-dev am: 4820e72 by Calin Juravle · 9 years ago
  31. 7535e8e Destroy the reference profile during uninstalls by Calin Juravle · 9 years ago
  32. cea3141 Do not unlink the profiles if not needed by Calin Juravle · 9 years ago
  33. 6323502 resolve merge conflicts of 1ccaed4 to nyc-dev-plus-aosp by Dan Austin · 9 years ago
  34. ec49776 Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  35. b06f98a Don't report errors when trying to delete a non-existing profile dir by Calin Juravle · 9 years ago
  36. d1a6a24 Merge "Do not clean profiles unconditonally during app data clean up" into nyc-dev by Calin Juravle · 9 years ago
  37. edae669 Do not clean profiles unconditonally during app data clean up by Calin Juravle · 9 years ago
  38. 4d0f825 Installd: Separate profile merging and compilation by Andreas Gampe · 9 years ago
  39. caa6b80 Delete the entire profile directory when the app is uninstalled by Calin Juravle · 9 years ago
  40. bb7a770 Installd: Make extract-only = interpret-only by Andreas Gampe · 9 years ago
  41. 2438c6f Installd: Do not log on missing B artifact by Andreas Gampe · 9 years ago
  42. d828d68 Add 'rmprofiles' command to installd by David Brazdil · 9 years ago
  43. e65b4fa Installd: Add move_ab command by Andreas Gampe · 9 years ago
  44. 0258add Merge "Clean up error logs for profiles which don't exists." into nyc-dev by Calin Juravle · 9 years ago
  45. db0326a Return an error if try to profile guide compile to a public oat file by Calin Juravle · 9 years ago
  46. 278edac Clean up error logs for profiles which don't exists. by Calin Juravle · 9 years ago
  47. 6a1648e Extract profile files in their dedicated folder by Calin Juravle · 10 years ago
  48. 2f6d9e2 installd: fix path to code_cache. by Narayan Kamath · 9 years ago
  49. cc6281c Migrate default app data on non-FBE devices. by Jeff Sharkey · 9 years ago
  50. 6a45fb9 Merge "Follow constant refactoring in framework." by Jeff Sharkey · 9 years ago
  51. aaa1d4e installd: Run dex2oat with relative path to the APK by David Brazdil · 9 years ago
  52. aa7ddfd Follow constant refactoring in framework. by Jeff Sharkey · 9 years ago
  53. 41fdcbf Create app images only if dalvik.vm.appimageformat property exists by Mathieu Chartier · 9 years ago
  54. 416fa12 Pass app image format property to dex2oat by Mathieu Chartier · 9 years ago
  55. e80d58d Avoid generating app images for extract only by Mathieu Chartier · 9 years ago
  56. 310c5e7 Avoid unlinking app image file by Mathieu Chartier · 10 years ago
  57. e37d628 Remove "updatecmds" feature. by Jeff Sharkey · 10 years ago
  58. edc8bc4 Pass application image fd to dex2oat by Mathieu Chartier · 10 years ago
  59. b0fad6d installd: Rename USEJIT to EXTRACTONLY by David Brazdil · 10 years ago
  60. 9a034c2 Merge "Add profile guided compilation hooks in installd" by Calin Juravle · 10 years ago
  61. 60a794d Add profile guided compilation hooks in installd by Calin Juravle · 10 years ago
  62. eecb2d2 Change permissions of apps' home dir to 0700 for SDK > 23 by Janis Danisevskis · 10 years ago
  63. a03c747 Still not safe to mutate DE on secondary users. by Jeff Sharkey · 10 years ago
  64. c7d1b22 Let callers specify which storage to operate on. by Jeff Sharkey · 10 years ago
  65. 02d0de5 Installd: Refactor in preparation for OTA by Andreas Gampe · 10 years ago
  66. 32717f8 Merge "Create new ephemeral app directory" by Todd Kennedy · 10 years ago
  67. c7b8a11 Merge "Track rename from base/ to android-base/." am: f31cf3ab0f am: c21980bc12 by Elliott Hughes · 10 years ago
  68. e4ec9eb Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  69. 5c1a910 Create new ephemeral app directory by Todd Kennedy · 10 years ago
  70. a749eb5 Merge "Temporarily relax device-encryption failures." by Jeff Sharkey · 10 years ago
  71. ea0e4b1 Temporarily relax device-encryption failures. by Jeff Sharkey · 10 years ago
  72. 23294f4 Merge "More device-encrypted directory work." by Jeff Sharkey · 10 years ago
  73. ebf728f More device-encrypted directory work. by Jeff Sharkey · 10 years ago
  74. 2e1d20d Merge "use negative mask" am: 4e427f0aab am: 469295f68e am: d0711b42b7 by Todd Kennedy · 10 years ago
  75. f24aae8 Merge "Remove obsolete profile handling from installd." am: 8161da7a0e am: a51f45a601 by Calin Juravle · 10 years ago
  76. e296e00 use negative mask by Todd Kennedy · 10 years ago
  77. 63ec2d6 Create device-encrypted directories for apps. by Jeff Sharkey · 10 years ago
  78. df9dadd Remove obsolete profile handling from installd. by Calin Juravle · 10 years ago
  79. 54412fe am 28b1d678: Merge "Installd: Fully decouple pre- and post-bootcomplete properties" by Andreas Gampe · 10 years ago
  80. 28b1d67 Merge "Installd: Fully decouple pre- and post-bootcomplete properties" by Andreas Gampe · 10 years ago
  81. 919461c Installd: Fully decouple pre- and post-bootcomplete properties by Andreas Gampe · 10 years ago
  82. 534a49d am 905c1446: Merge "Allow using the JIT" by Todd Kennedy · 10 years ago
  83. 12434f8 Allow using the JIT by Todd Kennedy · 10 years ago
  84. a535995 am d529cd47: Merge "Pass dexopt flags as integer" by Todd Kennedy · 10 years ago
  85. 76e767c Pass dexopt flags as integer by Todd Kennedy · 10 years ago
  86. a037f97 am 7f413889: Merge "Installd: Take boot status as dexopt parameter" by Todd Kennedy · 10 years ago
  87. 13f1419 Installd: Take boot status as dexopt parameter by Andreas Gampe · 10 years ago
  88. ebb28d9 am c5a6696f: Merge "Installd: Allow different behavior before bootcomplete" by Andreas Gampe · 10 years ago
  89. 94dd3d3 Installd: Allow different behavior before bootcomplete by Andreas Gampe · 10 years ago
  90. a2307ae Only restorecon_data once for all users. by Jeff Sharkey · 10 years ago
  91. 5041a4e Installd: Add a swap override flag by Andreas Gampe · 10 years ago
  92. c968c01 Installd: Add a swap override flag by Andreas Gampe · 10 years ago
  93. 31f0898 Split app move into separate copy/delete steps. by Jeff Sharkey · 10 years ago
  94. 1bcb35b Installd: Fix delete_code_cache() clearing the wrong cache dir by Hao Li · 10 years ago
  95. a2ccb9e Fix directory path of codecache. by Daichi Hirono · 10 years ago
  96. 528c8dd Rename --include-cfi to --generate-debug-info. by David Srbecky · 10 years ago
  97. 3822b8b Installd: Add debug.gencfi to run_dex2oat by Andreas Gampe · 10 years ago
  98. d845c96 Add an installd command to link files by Narayan Kamath · 10 years ago
  99. 741a6ff Rename --include-cfi to --generate-debug-info. by David Srbecky · 10 years ago
  100. d792118 Offer to move both code and data together. by Jeff Sharkey · 10 years ago