1. 76268c5 Use std::string for profile operations instead of const char by Calin Juravle · 8 years ago
  2. 35c8465 Installd: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  3. c9eab38 [Installd] Clean up logic for secondary dex oat files by Calin Juravle · 9 years ago
  4. 80a2125 Add installd logic for compiling secondary dex files by Calin Juravle · 9 years ago
  5. 76ddaeb Fix two bugs in external storage accounting. by Jeff Sharkey · 9 years ago
  6. 7bf5b95 Measure external storage using new GIDs. by Jeff Sharkey · 9 years ago
  7. 88ddd94 First pass at updated cache clearing logic. by Jeff Sharkey · 9 years ago
  8. 466459b Add systrace details to storage measurements. by Jeff Sharkey · 9 years ago
  9. 66b1a12 Handle devices without quota, speed up lookup. by Jeff Sharkey · 9 years ago
  10. 7a9059e Wrap all installd operations in lock. by Jeff Sharkey · 9 years ago
  11. 24ef15b Mask st_mode before comparing it. by Jeff Sharkey · 9 years ago
  12. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  13. df2d754 Methods to calculate user and external disk usage. by Jeff Sharkey · 9 years ago
  14. adddd98 Reference profiles use shared GID for user 0. by Jeff Sharkey · 9 years ago
  15. 3dfae0c Offer to measure disk stats using quotas. by Jeff Sharkey · 9 years ago
  16. 35b83df Only log restorecon changes for existing dirs. by Jeff Sharkey · 9 years ago
  17. 36a900a Remove ~1/3 of the installd calls at boot. by Jeff Sharkey · 9 years ago
  18. 2e6dc9b Handle invalid shared GIDs. by Jeff Sharkey · 9 years ago
  19. 90aff26 Split all dexopt-related code into dexopt.cpp. by Jeff Sharkey · 9 years ago
  20. 7be5ead Minor shuffling of installd error reporting. by Jeff Sharkey · 9 years ago
  21. 423e746 Return real error strings from installd. by Jeff Sharkey · 9 years ago
  22. f3e30b9 Filename refactoring, remove DEXOPT_OTA flag. by Jeff Sharkey · 9 years ago[Renamed (99%) from cmds/installd/commands.cpp]
  23. 6c2c056 Final push of installd to Binder; goodbye socket! by Jeff Sharkey · 9 years ago
  24. 475c6f9 Yet another set of installd Binder methods. by Jeff Sharkey · 9 years ago
  25. c1e93e7 Move more installd methods to Binder. by Jeff Sharkey · 9 years ago
  26. ecea1bf Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 9 years ago
  27. 0274c97 Shuffle installd Binder implementation around. by Jeff Sharkey · 9 years ago
  28. 95d9ac6 DO NOT MERGE. Check and restorecon cache/code_cache directories. by Jeff Sharkey · 9 years ago
  29. 7db6041 DO NOT MERGE. Recursively restorecon when SELinux label changes. by Jeff Sharkey · 9 years ago
  30. 9a998f4 DO NOT MERGE. Record "cache" inodes to clear while CE is locked. by Jeff Sharkey · 9 years ago
  31. f118868 Merge "Adjust installd with new dexopt return values." am: b29c82b67e by Nicolas Geoffray · 9 years ago
  32. 920c60c Adjust installd with new dexopt return values. by Nicolas Geoffray · 9 years ago
  33. 45cee75 Merge "Revert "Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat.""" by Nicolas Geoffray · 9 years ago
  34. 53caf0d Revert "Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat."" by Nicolas Geoffray · 9 years ago
  35. d5417da Merge "Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat."" by Nicolas Geoffray · 9 years ago
  36. 5373d30 Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat." by Nicolas Geoffray · 9 years ago
  37. 6da66c1 Merge "Pass --output-vdex-fd and input-vdex-fd to dex2oat." am: 229d3c289b by Nicolas Geoffray · 9 years ago
  38. 196539e Pass --output-vdex-fd and input-vdex-fd to dex2oat. by Nicolas Geoffray · 9 years ago
  39. b31206b Installd: Add a delete_odex command by Andreas Gampe · 9 years ago
  40. e5eb9cc Recursively restorecon when SELinux label changes. am: 993de79607 am: 59d31b669b by Jeff Sharkey · 9 years ago
  41. 993de79 Recursively restorecon when SELinux label changes. by Jeff Sharkey · 9 years ago
  42. 592c72e Installd: Add a delete_odex command am: 3964da0636 am: 3ca30f7a5d by Andreas Gampe · 9 years ago
  43. 3ca30f7 Installd: Add a delete_odex command am: 3964da0636 by Andreas Gampe · 9 years ago
  44. a721fae Merge "Installd: Add a delete_odex command" into nyc-mr1-dev by Andreas Gampe · 9 years ago
  45. 3964da0 Installd: Add a delete_odex command by Andreas Gampe · 9 years ago
  46. c338c7f resolve merge conflicts of 8ef0ace to nyc-mr1-dev-plus-aosp by David Brazdil · 9 years ago
  47. 00464fa Unlink app image if copy fails for A/B OTA am: a029c0726d am: 0e9b53d870 by Mathieu Chartier · 9 years ago
  48. a029c07 Unlink app image if copy fails for A/B OTA by Mathieu Chartier · 9 years ago
  49. fc5934e installd: Create VDEX files and pass their FDs to dex2oat by David Brazdil · 9 years ago
  50. d948343 Merge "Revert "Don't use profiles with vm safe mode"" am: 60e97a4bd4 am: 6636101423 by Mathieu Chartier · 9 years ago
  51. 18f908b Revert "Don't use profiles with vm safe mode" by Mathieu Chartier · 9 years ago
  52. f513d77 Don't use profiles with vm safe mode by Mathieu Chartier · 9 years ago
  53. fd12eda Otapreopt: Try to mount vendor partition for A/B OTA by Andreas Gampe · 9 years ago
  54. d089ca1 Otapreopt: Implement new A/B OTA path by Andreas Gampe · 9 years ago
  55. a5cc10a Installd: Add support for dex2oat very-large-app property by Andreas Gampe · 9 years ago
  56. ab15dbf Installd: Move app image A/B artifact by Andreas Gampe · 9 years ago
  57. 69b93aa Installd: Fix bad merge by Andreas Gampe · 9 years ago
  58. 89b008d Installd: Change app image name computation by Andreas Gampe · 9 years ago
  59. 6fb5a01 Installd: Refactor dexopt to scoped file descriptor by Andreas Gampe · 9 years ago
  60. 548bdb9 Otapreopt: Fix after shared-library work by Andreas Gampe · 9 years ago
  61. fdddd1b Don't use profiles with vm safe mode am: d46d37b8d4 am: cc772f3f63 by Mathieu Chartier · 9 years ago
  62. d46d37b Don't use profiles with vm safe mode by Mathieu Chartier · 9 years ago
  63. dfd98f9 Merge \"Record \"cache\" inodes to clear while CE is locked.\" into nyc-mr1-dev by Jeff Sharkey · 9 years ago
  64. 1f6a7f1 Record "cache" inodes to clear while CE is locked. by Jeff Sharkey · 9 years ago
  65. aee2a63 Otapreopt: Try to mount vendor partition for A/B OTA am: 0ba073ce81 by Andreas Gampe · 9 years ago
  66. 0ba073c Otapreopt: Try to mount vendor partition for A/B OTA by Andreas Gampe · 9 years ago
  67. 946e2bd Merge changes from topic \'ab_ota_dexopt_target_slot\' into nyc-mr1-dev by Andreas Gampe · 9 years ago
  68. 84932f8 Merge changes from topic 'ab_ota_dexopt_target_slot' into nyc-mr1-dev by Andreas Gampe · 9 years ago
  69. 0354bd0 Otapreopt: Implement new A/B OTA path by Andreas Gampe · 9 years ago
  70. 9fe2488 Merge \"Installd: Add support for dex2oat very-large-app property\" into nyc-mr1-dev by Andreas Gampe · 9 years ago
  71. e21ac21 Installd: Add support for dex2oat very-large-app property by Andreas Gampe · 9 years ago
  72. 6d7a78b Merge \"Installd: Move app image A/B artifact\" into nyc-mr1-dev am: e4ad0055a8 by Andreas Gampe · 9 years ago
  73. bc4e455 Merge \"Installd: Change app image name computation\" into nyc-mr1-dev by Andreas Gampe · 9 years ago
  74. af8948d Installd: Move app image A/B artifact by Andreas Gampe · 9 years ago
  75. 2fc9381 Merge "Installd: Change app image name computation" into nyc-mr1-dev by TreeHugger Robot · 9 years ago
  76. 7feaca4 Installd: Fix bad merge am: f065032f53 by Andreas Gampe · 9 years ago
  77. f065032 Installd: Fix bad merge by Andreas Gampe · 9 years ago
  78. dbbc252 Installd: Refactor dexopt to scoped file descriptor am: afa58d175c by Andreas Gampe · 9 years ago
  79. d01a02c Installd: Change app image name computation by Andreas Gampe · 9 years ago
  80. afa58d1 Installd: Refactor dexopt to scoped file descriptor by Andreas Gampe · 9 years ago
  81. e802eee Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761 by David Sehr · 9 years ago
  82. 09c6c75 Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761 by David Sehr · 9 years ago
  83. 1ddf4d8 Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761 by David Sehr · 9 years ago
  84. 40e566d Enable profman pretty printing by David Sehr · 9 years ago
  85. d6b4cb2 Merge "Otapreopt: Fix after shared-library work" into nyc-mr1-dev am: 3dfafe3891 by Andreas Gampe · 9 years ago
  86. aef445d Otapreopt: Fix after shared-library work by Andreas Gampe · 9 years ago
  87. 8b31d72 Merge "Create primary profile file together with app data folders" into nyc-dev by Calin Juravle · 9 years ago
  88. d25aab3 Merge "Create primary profile file together with app data folders" into nyc-dev by Calin Juravle · 9 years ago
  89. eed4df8 installd support for profman --dump-info-for am: 6727c2d0bf by David Sehr · 9 years ago
  90. 6727c2d installd support for profman --dump-info-for by David Sehr · 9 years ago
  91. bc56e7d Create primary profile file together with app data folders by Calin Juravle · 9 years ago
  92. c7f903c Merge "Move both CE/DE storage areas to adopted storage." into nyc-dev by Jeff Sharkey · 9 years ago
  93. b72f355 Merge "Search both CE/DE storage when clearing caches." into nyc-dev by Jeff Sharkey · 9 years ago
  94. 51c9449 Move both CE/DE storage areas to adopted storage. by Jeff Sharkey · 9 years ago
  95. 54e292e Search both CE/DE storage when clearing caches. by Jeff Sharkey · 9 years ago
  96. 5d411b5 Merge "installd: remove spammy warning for non-existent profile dirs." into nyc-dev by Narayan Kamath · 9 years ago
  97. 2e063af installd: remove spammy warning for non-existent profile dirs. by Narayan Kamath · 9 years ago
  98. b2287e1 Merge "Support to pass <uses-library> option through to dex2oat." into nyc-dev by Jeff Hao · 9 years ago
  99. b63d91f Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  100. 155cdf1 Merge "Consistent creation/destruction of user data." into nyc-dev am: 82784bb by Jeff Sharkey · 9 years ago