1. cc3b8ae [installd] Pass .dm files to dexopt by Calin Juravle · 8 years ago
  2. e61189e [installd] Create profile snaphots for boot image by Calin Juravle · 8 years ago
  3. 562de81 [installd] Extend profile operations to take the profile name by Calin Juravle · 8 years ago
  4. bd854e7 Merge "[installd] Prepare profiles for app code paths" by Calin Juravle · 8 years ago
  5. bc5ab87 [installd] Prepare profiles for app code paths by Calin Juravle · 8 years ago
  6. c6d738a installd: implement measureFsverityRootHash by Victor Hsieh · 8 years ago
  7. 5ff7719 Merge "Pass targetSdkVersion to dex2oat" am: 54bcf1c194 am: 772beadee8 by David Brazdil · 8 years ago
  8. 570d398 Pass targetSdkVersion to dex2oat by David Brazdil · 8 years ago
  9. ae8223b Merge "Installd: new interface to enable apk verity" am: 33f00971da am: 4105db6661 by Victor Hsieh · 8 years ago
  10. 99de516 Installd: new interface to enable apk verity by Victor Hsieh · 8 years ago
  11. c3596c3 Rename snapshotProfile to createProfileSnapshot for better consistency by Calin Juravle · 8 years ago
  12. c41dac2 Rename snapshotProfile to createProfileSnapshot for better consistency by Calin Juravle · 8 years ago
  13. ffaf53e Merge "Add snapshotProfile APIs to installd" am: 98ad260f6b am: 5a49d45535 by Calin Juravle · 8 years ago
  14. 2959173 Add snapshotProfile APIs to installd by Calin Juravle · 8 years ago
  15. 753dc71 Add Installd IPC to compute the SHA256 of a seconday dex file. by Alan Stokes · 8 years ago
  16. 52c4582 Replace dexopt shared libraries with class loader context by Calin Juravle · 8 years ago
  17. 54ef862 Check dexopt needed for secondary dex while downgrading by Shubham Ajmera · 8 years ago
  18. 1d66761 Replace dexopt shared libraries with class loader context by Calin Juravle · 8 years ago
  19. 45c8743 Check dexopt needed for secondary dex while downgrading by Shubham Ajmera · 8 years ago
  20. 6b26ae4 Installd: deleteOdex's outputPath can be null am: c523409f0f am: 7b28d34ee2 by Andreas Gampe · 8 years ago
  21. c523409 Installd: deleteOdex's outputPath can be null by Andreas Gampe · 8 years ago
  22. 76dd2a7 Merge "Consistent "low storage" behavior." into oc-dev am: 1e4088fc68 by Jeff Sharkey · 8 years ago
  23. 60f8a53 Consistent "low storage" behavior. by Jeff Sharkey · 8 years ago
  24. f966f2a Add copy system profile functionality by Mathieu Chartier · 8 years ago
  25. d712f0c Clear cached files on external storage. by Jeff Sharkey · 8 years ago
  26. a084fcd Fix external cache and secondary user bugs. by Jeff Sharkey · 8 years ago
  27. cb556e3 Restore selinux labels for secondary dex oat directory by Calin Juravle · 8 years ago
  28. e12d596 Offer to "fixup" GIDs used for app data. by Jeff Sharkey · 8 years ago
  29. b26786d Finer-grained locking for size operations. by Jeff Sharkey · 8 years ago
  30. 325b8c9 Method to test for quota support. by Jeff Sharkey · 8 years ago
  31. bd96836 [Installd] Clean up logic for secondary dex oat files by Calin Juravle · 9 years ago
  32. 5c6944c installd: add command 'removeIdmap' by Mårten Kongstad · 10 years ago
  33. 88ddd94 First pass at updated cache clearing logic. by Jeff Sharkey · 9 years ago
  34. 66b1a12 Handle devices without quota, speed up lookup. by Jeff Sharkey · 9 years ago
  35. 7a9059e Wrap all installd operations in lock. by Jeff Sharkey · 9 years ago
  36. df2d754 Methods to calculate user and external disk usage. by Jeff Sharkey · 9 years ago
  37. 3dfae0c Offer to measure disk stats using quotas. by Jeff Sharkey · 9 years ago
  38. 36a900a Remove ~1/3 of the installd calls at boot. by Jeff Sharkey · 9 years ago
  39. f3e30b9 Filename refactoring, remove DEXOPT_OTA flag. by Jeff Sharkey · 9 years ago[Renamed (96%) from cmds/installd/commands.h]
  40. 6c2c056 Final push of installd to Binder; goodbye socket! by Jeff Sharkey · 9 years ago
  41. 475c6f9 Yet another set of installd Binder methods. by Jeff Sharkey · 9 years ago
  42. c1e93e7 Move more installd methods to Binder. by Jeff Sharkey · 9 years ago
  43. 0274c97 Shuffle installd Binder implementation around. by Jeff Sharkey · 9 years ago
  44. b31206b Installd: Add a delete_odex command by Andreas Gampe · 9 years ago
  45. d089ca1 Otapreopt: Implement new A/B OTA path by Andreas Gampe · 9 years ago
  46. 548bdb9 Otapreopt: Fix after shared-library work by Andreas Gampe · 9 years ago
  47. 6727c2d installd support for profman --dump-info-for by David Sehr · 9 years ago
  48. b63d91f Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  49. 379a12b Consistent creation/destruction of user data. by Jeff Sharkey · 9 years ago
  50. 2f720f7 Use inode numbers for CE storage, fix sizes. by Jeff Sharkey · 9 years ago
  51. d1a6a24 Merge "Do not clean profiles unconditonally during app data clean up" into nyc-dev by Calin Juravle · 9 years ago
  52. edae669 Do not clean profiles unconditonally during app data clean up by Calin Juravle · 9 years ago
  53. 4d0f825 Installd: Separate profile merging and compilation by Andreas Gampe · 9 years ago
  54. ebd82c6 Fix name of argument by David Brazdil · 9 years ago
  55. d828d68 Add 'rmprofiles' command to installd by David Brazdil · 9 years ago
  56. e65b4fa Installd: Add move_ab command by Andreas Gampe · 9 years ago
  57. cc6281c Migrate default app data on non-FBE devices. by Jeff Sharkey · 9 years ago
  58. e37d628 Remove "updatecmds" feature. by Jeff Sharkey · 10 years ago
  59. 9a034c2 Merge "Add profile guided compilation hooks in installd" by Calin Juravle · 10 years ago
  60. 60a794d Add profile guided compilation hooks in installd by Calin Juravle · 10 years ago
  61. eecb2d2 Change permissions of apps' home dir to 0700 for SDK > 23 by Janis Danisevskis · 10 years ago
  62. c7d1b22 Let callers specify which storage to operate on. by Jeff Sharkey · 10 years ago
  63. 02d0de5 Installd: Refactor in preparation for OTA by Andreas Gampe · 10 years ago