1. 644a5b7 installd: add missing <functional> for std::function. by Ryan Prichard · 2 years, 2 months ago
  2. 0430279 Make ReconcileSdkData more flexible by Mohammad Samiul Islam · 3 years, 6 months ago
  3. 7fa4f88 Added support to calculate storage using project ids on devices whose by Shikha Malhotra · 3 years, 8 months ago
  4. b9e96bf Create separate api for reconciling per-sdk storage by Samiul Islam · 3 years, 7 months ago
  5. 9c3e8f5 Rename SupplementalProcess to SdkSandbox by Nikita Ioffe · 3 years, 7 months ago
  6. b911bc6 Create supplemental data directories when app data is created by Samiul Islam · 3 years, 8 months ago
  7. 0a7603c Add a timeout for all installd operations. by Jiakai Zhang · 3 years, 7 months ago
  8. 4ab5d53 Revert Android.bp changes. by Alex Buynytskyy · 3 years, 7 months ago
  9. 5cb2526 Remove rename/delete for external storage. by Alex Buynytskyy · 3 years, 7 months ago
  10. 58a7309 Per user, per storage type cleanup to match PM behavior. by Alex Buynytskyy · 3 years, 7 months ago
  11. 038a19b More robust app data and user data removal. by Alex Buynytskyy · 3 years, 7 months ago
  12. 818ac48 Merge "Implement quota calculation for project ID based quota." am: 26b068e97c am: 93f07fb962 am: ad4e7b6bcf by Automerger Merge Worker · 6 years ago
  13. 771cc34 Implement quota calculation for project ID based quota. by Martijn Coenen · 6 years ago
  14. dc2083f [installd] clean up moveCompleteApp by Songchun Fan · 6 years ago
  15. 2a0a246 add function to traversal the crates by Felka Chang · 6 years ago
  16. 6d775c5 Shift to measure per-userId OBB directories. by Jeff Sharkey · 6 years ago
  17. b68f0d1 installd: parameterize user data snapshots with snapshot_id by Nikita Ioffe · 7 years ago
  18. 77be2ed installd: Add destroyAppDataSnapshot and corresponding binder API by Nikita Ioffe · 7 years ago
  19. d2be632 Extracted some logic to utils_default.cpp in order to make platform specific overriding easier by Oleksandr Peletskyi · 7 years ago
  20. 85bd1ec Merge "installd: Implement support for userdata snapshot and restore." by Narayan Kamath · 7 years ago
  21. 0ebbe0f [view compilation] Add viewcompiler support to installd by Eric Holk · 7 years ago
  22. e63ca7d installd: Implement support for userdata snapshot and restore. by Narayan Kamath · 7 years ago
  23. c78374d Cleanup Quota limit in Installd by Risan · 7 years ago
  24. ce764fa Disable APPLY_HARD_QUOTAS in favor of "resgid". by Jeff Sharkey · 7 years ago
  25. e61189e [installd] Create profile snaphots for boot image by Calin Juravle · 8 years ago
  26. cfcd6aa Prepare installd to handle profiles per code path by Calin Juravle · 8 years ago
  27. 2959173 Add snapshotProfile APIs to installd by Calin Juravle · 8 years ago
  28. 7d76546 Move secondary dex files processing in the app process by Calin Juravle · 8 years ago
  29. c1149c9 Enable clang-tidy for sensitive domain. by Jeff Sharkey · 8 years ago
  30. dd42e27 Adjust the validation code for secondary dex paths by Calin Juravle · 8 years ago
  31. 4f7be17 Fix casting bug, add control for hard quotas. by Jeff Sharkey · 8 years ago
  32. c7342f8 Remove code_cache info from parent's inode when code_cache is removed by Ryuki Nakamura · 8 years ago
  33. d712f0c Clear cached files on external storage. by Jeff Sharkey · 8 years ago
  34. a084fcd Fix external cache and secondary user bugs. by Jeff Sharkey · 8 years ago
  35. ec1be62 Get a hack in place for broken quotas. by Jeff Sharkey · 8 years ago
  36. e12d596 Offer to "fixup" GIDs used for app data. by Jeff Sharkey · 8 years ago
  37. 1cb4aaf Remove legacy cache clearing logic. by Jeff Sharkey · 8 years ago
  38. ed909ae Follow "atomic" to "group" refactoring. by Jeff Sharkey · 8 years ago
  39. 8348fa3 Merge "Support profile guided compilation for secondary dex files" am: cb2e477f14 am: f01cd5f89f by Calin Juravle · 8 years ago
  40. 114f081 Support profile guided compilation for secondary dex files by Calin Juravle · 9 years ago
  41. 47ec286 Merge "Use std::string for profile operations instead of const char" am: 7c7d888d94 am: ccaa1f3f78 by Calin Juravle · 8 years ago
  42. 76268c5 Use std::string for profile operations instead of const char by Calin Juravle · 8 years ago
  43. c9e5578 Merge "Installd: Clean up code related to foreign dex use" am: 62b34b57c4 am: 9d4819ff2e by Calin Juravle · 9 years ago
  44. 35c8465 Installd: Clean up code related to foreign dex use by Calin Juravle · 9 years ago
  45. 80a2125 Add installd logic for compiling secondary dex files by Calin Juravle · 9 years ago
  46. 871a8f2 Logic for atmoic/tombstone behavior; split mode. by Jeff Sharkey · 9 years ago
  47. 20e0fd8 Merge "Add installd logic for compiling secondary dex files" by Calin Juravle · 9 years ago
  48. 42451c0 Add installd logic for compiling secondary dex files by Calin Juravle · 9 years ago
  49. f3124d8 Remove from preloads/file_cache when clearing the cache by Fyodor Kupolov · 9 years ago
  50. 7bf5b95 Measure external storage using new GIDs. by Jeff Sharkey · 9 years ago
  51. df2d754 Methods to calculate user and external disk usage. by Jeff Sharkey · 9 years ago
  52. 3dfae0c Offer to measure disk stats using quotas. by Jeff Sharkey · 9 years ago
  53. 90aff26 Split all dexopt-related code into dexopt.cpp. by Jeff Sharkey · 9 years ago
  54. 423e746 Return real error strings from installd. by Jeff Sharkey · 9 years ago
  55. 0274c97 Shuffle installd Binder implementation around. by Jeff Sharkey · 9 years ago
  56. 9a998f4 DO NOT MERGE. Record "cache" inodes to clear while CE is locked. by Jeff Sharkey · 9 years ago
  57. 54e292e Search both CE/DE storage when clearing caches. by Jeff Sharkey · 9 years ago
  58. 379a12b Consistent creation/destruction of user data. by Jeff Sharkey · 9 years ago
  59. 2f720f7 Use inode numbers for CE storage, fix sizes. by Jeff Sharkey · 9 years ago
  60. b06f98a Don't report errors when trying to delete a non-existing profile dir by Calin Juravle · 9 years ago
  61. 6a1648e Extract profile files in their dedicated folder by Calin Juravle · 10 years ago
  62. e02657d Remove older migration code. by Jeff Sharkey · 10 years ago
  63. 02d0de5 Installd: Refactor in preparation for OTA by Andreas Gampe · 10 years ago