1. 2959173 Add snapshotProfile APIs to installd by Calin Juravle · 7 years ago
  2. c1149c9 Enable clang-tidy for sensitive domain. by Jeff Sharkey · 7 years ago
  3. e2cff6a Skip children in fixupAppData() when parent shady. by Jeff Sharkey · 7 years ago
  4. 4f7be17 Fix casting bug, add control for hard quotas. by Jeff Sharkey · 7 years ago
  5. 0e1f4ce Fix clang-tidy performance warnings in frameworks/native. by Chih-Hung Hsieh · 7 years ago
  6. e761ac3 Installd: Fix math overflow on quota calculation by Jerry Wong · 7 years ago
  7. 52c4582 Replace dexopt shared libraries with class loader context by Calin Juravle · 8 years ago
  8. 54ef862 Check dexopt needed for secondary dex while downgrading by Shubham Ajmera · 8 years ago
  9. 4d03ee6 Change storage migration to use quota APIs. by Jeff Sharkey · 8 years ago
  10. 68ff008 Merge "Remove code_cache info from parent's inode when code_cache is removed" by Ryuki Nakamura · 7 years ago
  11. c7342f8 Remove code_cache info from parent's inode when code_cache is removed by Ryuki Nakamura · 7 years ago
  12. b7747e5 Merge "Don't double-count external cached app data." into oc-dev am: b5a1f50f5e by Jeff Sharkey · 8 years ago
  13. 4ca8ff9 Don't double-count external cached app data. by Jeff Sharkey · 8 years ago
  14. 6b26ae4 Installd: deleteOdex's outputPath can be null am: c523409f0f am: 7b28d34ee2 by Andreas Gampe · 8 years ago
  15. c523409 Installd: deleteOdex's outputPath can be null by Andreas Gampe · 8 years ago
  16. 76dd2a7 Merge "Consistent "low storage" behavior." into oc-dev am: 1e4088fc68 by Jeff Sharkey · 8 years ago
  17. 60f8a53 Consistent "low storage" behavior. by Jeff Sharkey · 8 years ago
  18. 68638b4 Merge "Newly create idmap only when it is stale" into oc-dev am: 4bf5dcce19 by Jaekyun Seok · 8 years ago
  19. 5cb903e Newly create idmap only when it is stale by Jaekyun Seok · 8 years ago
  20. d7fb611 Merge "Revert "Newly create idmap only when it is outdated"" into oc-dev am: b57d3d222a by Adam Lesinski · 8 years ago
  21. b57d3d2 Merge "Revert "Newly create idmap only when it is outdated"" into oc-dev by Adam Lesinski · 8 years ago
  22. b6182b3 Revert "Newly create idmap only when it is outdated" by Adam Lesinski · 8 years ago
  23. 7ea0738 Merge "Add copy system profile functionality" by Mathieu Chartier · 8 years ago
  24. f966f2a Add copy system profile functionality by Mathieu Chartier · 8 years ago
  25. d6ca10b Merge "Do not return an error if the dalvik-cache odex is missing" into oc-dev by TreeHugger Robot · 8 years ago
  26. 249f2d3 Do not return an error if the dalvik-cache odex is missing by Calin Juravle · 8 years ago
  27. d712f0c Clear cached files on external storage. by Jeff Sharkey · 8 years ago
  28. bb54a7d Merge "Newly create idmap only when it is outdated" into oc-dev by TreeHugger Robot · 8 years ago
  29. 1d09146 Newly create idmap only when it is outdated by Jaekyun Seok · 8 years ago
  30. a084fcd Fix external cache and secondary user bugs. by Jeff Sharkey · 8 years ago
  31. 6e03e0e Merge "Fix use-after-free issue caught by ASAN." into oc-dev by TreeHugger Robot · 8 years ago
  32. c729b02 Merge "Fix profile disk space accounting bugs." into oc-dev by TreeHugger Robot · 8 years ago
  33. 7b6c840 Hopefully fix funky SELinux labels. by Jeff Sharkey · 8 years ago
  34. 06a6184 Fix profile disk space accounting bugs. by Jeff Sharkey · 8 years ago
  35. d9ff77f Fix use-after-free issue caught by ASAN. by Jeff Sharkey · 8 years ago
  36. ec1be62 Get a hack in place for broken quotas. by Jeff Sharkey · 8 years ago
  37. cb556e3 Restore selinux labels for secondary dex oat directory by Calin Juravle · 8 years ago
  38. e12d596 Offer to "fixup" GIDs used for app data. by Jeff Sharkey · 8 years ago
  39. e59c85c Define upper-bound disk quotas for all apps. by Jeff Sharkey · 8 years ago
  40. 1cb4aaf Remove legacy cache clearing logic. by Jeff Sharkey · 8 years ago
  41. ed909ae Follow "atomic" to "group" refactoring. by Jeff Sharkey · 8 years ago
  42. 8348fa3 Merge "Support profile guided compilation for secondary dex files" am: cb2e477f14 am: f01cd5f89f by Calin Juravle · 8 years ago
  43. 114f081 Support profile guided compilation for secondary dex files by Calin Juravle · 8 years ago
  44. 444ad1e Fix external manual calculation bug. by Jeff Sharkey · 8 years ago
  45. 2c5d1a8 Merge "Finer-grained locking for size operations." by TreeHugger Robot · 8 years ago
  46. b26786d Finer-grained locking for size operations. by Jeff Sharkey · 8 years ago
  47. 47ec286 Merge "Use std::string for profile operations instead of const char" am: 7c7d888d94 am: ccaa1f3f78 by Calin Juravle · 8 years ago
  48. 76268c5 Use std::string for profile operations instead of const char by Calin Juravle · 8 years ago
  49. c9e5578 Merge "Installd: Clean up code related to foreign dex use" am: 62b34b57c4 am: 9d4819ff2e by Calin Juravle · 8 years ago
  50. 35c8465 Installd: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  51. c9eab38 [Installd] Clean up logic for secondary dex oat files by Calin Juravle · 8 years ago
  52. 80a2125 Add installd logic for compiling secondary dex files by Calin Juravle · 8 years ago
  53. 871a8f2 Logic for atmoic/tombstone behavior; split mode. by Jeff Sharkey · 8 years ago
  54. 325b8c9 Method to test for quota support. by Jeff Sharkey · 8 years ago
  55. 5e5ad9c Merge "[Installd] Clean up logic for secondary dex oat files" by Calin Juravle · 8 years ago
  56. 20e0fd8 Merge "Add installd logic for compiling secondary dex files" by Calin Juravle · 8 years ago
  57. bd96836 [Installd] Clean up logic for secondary dex oat files by Calin Juravle · 8 years ago
  58. 42451c0 Add installd logic for compiling secondary dex files by Calin Juravle · 8 years ago
  59. 1b705dc Merge "Fix two bugs in external storage accounting." am: d1361ceb0c am: e4dc5d4ec5 am: 0f08cf28bd by Jeff Sharkey · 8 years ago
  60. 64f07c5 Merge "Remove from preloads/file_cache when clearing the cache" by TreeHugger Robot · 8 years ago
  61. 76ddaeb Fix two bugs in external storage accounting. by Jeff Sharkey · 8 years ago
  62. f3124d8 Remove from preloads/file_cache when clearing the cache by Fyodor Kupolov · 8 years ago
  63. 5c6944c installd: add command 'removeIdmap' by Mårten Kongstad · 9 years ago
  64. ea3a2b8 Merge "Measure external storage using new GIDs." am: f5a21ba425 am: 973d5aeb17 am: 9715247a54 by Jeff Sharkey · 8 years ago
  65. 65344c8 Merge "First pass at updated cache clearing logic." am: 45270e18cc am: fe40750da2 am: 19c96b49b5 by Jeff Sharkey · 8 years ago
  66. 7bf5b95 Measure external storage using new GIDs. by Jeff Sharkey · 8 years ago
  67. 88ddd94 First pass at updated cache clearing logic. by Jeff Sharkey · 8 years ago
  68. 7d9483a Merge "Add systrace details to storage measurements." am: a693382d94 am: b0858a472e am: 6248cde3b3 by Jeff Sharkey · 8 years ago
  69. 466459b Add systrace details to storage measurements. by Jeff Sharkey · 8 years ago
  70. 28702bb Merge "Handle devices without quota, speed up lookup." am: 36ba03a248 am: 411ae16a91 am: 9eeb77f0dd by Jeff Sharkey · 8 years ago
  71. d972d42 Wrap all installd operations in lock. am: 7a9059e8ed am: b940bdae84 am: 0c4cc3ebf1 by Jeff Sharkey · 8 years ago
  72. eca1bff Mask st_mode before comparing it. am: 24ef15bd00 am: 0e636867b5 am: fc7bb04d26 by Jeff Sharkey · 8 years ago
  73. 66b1a12 Handle devices without quota, speed up lookup. by Jeff Sharkey · 8 years ago
  74. 7a9059e Wrap all installd operations in lock. by Jeff Sharkey · 8 years ago
  75. 24ef15b Mask st_mode before comparing it. by Jeff Sharkey · 8 years ago
  76. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 8 years ago
  77. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  78. 78ef6e1 Merge "Methods to calculate user and external disk usage." am: 4d9746d7a3 am: 15e80e0436 am: e5281b7f9b by Jeff Sharkey · 8 years ago
  79. df2d754 Methods to calculate user and external disk usage. by Jeff Sharkey · 8 years ago
  80. 2fc82a9 Merge "Reference profiles use shared GID for user 0." am: 226f77d87a am: ac437f476f am: 93d4073bc9 by Jeff Sharkey · 8 years ago
  81. adddd98 Reference profiles use shared GID for user 0. by Jeff Sharkey · 8 years ago
  82. 018343e Merge "Offer to measure disk stats using quotas." am: 8aed997c14 am: 5fcfd07918 am: c7cd1acccd by Jeff Sharkey · 8 years ago
  83. 3dfae0c Offer to measure disk stats using quotas. by Jeff Sharkey · 8 years ago
  84. 74b37b9 Merge "Only log restorecon changes for existing dirs." am: ee080ea229 am: ed8915cc2c am: 4500fde965 by Jeff Sharkey · 8 years ago
  85. 35b83df Only log restorecon changes for existing dirs. by Jeff Sharkey · 8 years ago
  86. f4237c1 Merge "Remove ~1/3 of the installd calls at boot." am: ed04f3c7e5 am: 3f79c64976 am: 32aaf887ef by Jeff Sharkey · 8 years ago
  87. 36a900a Remove ~1/3 of the installd calls at boot. by Jeff Sharkey · 8 years ago
  88. 451c17d Merge "Handle invalid shared GIDs." am: 788bdeae78 am: 477601a9ff am: 4be16dccfe by Jeff Sharkey · 8 years ago
  89. 2e6dc9b Handle invalid shared GIDs. by Jeff Sharkey · 8 years ago
  90. 0ac72cf resolve merge conflicts of d77e675 to master by Jeff Sharkey · 8 years ago
  91. 7da5fc7 Merge "Minor shuffling of installd error reporting." am: 991707a167 am: 405dbf06b5 am: 18148ac756 by Jeff Sharkey · 8 years ago
  92. 90aff26 Split all dexopt-related code into dexopt.cpp. by Jeff Sharkey · 8 years ago
  93. 7be5ead Minor shuffling of installd error reporting. by Jeff Sharkey · 8 years ago
  94. ae01df2 Merge "Return real error strings from installd." am: 8f3ce2cd66 am: 6bd17e8e69 am: 7231e852a2 by Jeff Sharkey · 8 years ago
  95. 423e746 Return real error strings from installd. by Jeff Sharkey · 8 years ago
  96. 0f70df2 Merge "Filename refactoring, remove DEXOPT_OTA flag." am: 68603971f6 am: 4f1d7392b8 am: 00ee711d09 by Jeff Sharkey · 8 years ago
  97. f3e30b9 Filename refactoring, remove DEXOPT_OTA flag. by Jeff Sharkey · 8 years ago[Renamed (99%) from cmds/installd/commands.cpp]
  98. 6c2c056 Final push of installd to Binder; goodbye socket! by Jeff Sharkey · 8 years ago
  99. 475c6f9 Yet another set of installd Binder methods. by Jeff Sharkey · 8 years ago
  100. c1e93e7 Move more installd methods to Binder. by Jeff Sharkey · 8 years ago