1. b53c115 Allow admin user's app with system UID to access blob store. by Nikhil Kumar · 2 years, 4 months ago
  2. 83e9171 Add package manager internal api checkUidSignaturesForAllUsers by Rhed Jao · 2 years, 10 months ago
  3. 3f4d33b Fix BlobStoreMultiUserTest checking signatures failed by Rhed Jao · 2 years, 10 months ago
  4. 878e618 Add BlobStoreManager.releaseAllLeases(). by Sudheer Shanka · 2 years, 11 months ago
  5. df59713 Rename SupplementalProcess to SdkSandbox by Nikita Ioffe · 3 years ago
  6. fcd8771 Deny supplemental processes access to blob store. by Martijn Coenen · 3 years, 1 month ago
  7. 1a5cb38 Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex"" by Bernardo Rufino · 3 years, 2 months ago
  8. 331be9a Revert "Migrate unsafe parcel APIs in framework-minus-apex" by Bernardo Rufino · 3 years, 2 months ago
  9. 90bb370 Migrate unsafe parcel APIs in framework-minus-apex by Bernardo Rufino · 3 years, 3 months ago
  10. c93b97c2 Add documentation for BlobStore service. by Sudheer Shanka · 3 years, 6 months ago
  11. 2c6a28a Merge "Check only if the app is installed on the other user for blob access." into sc-dev by Sudheer Shanka · 3 years, 9 months ago
  12. 0bfffa6 Don't attribute a blob to a user if there are leasees from other users. by Sudheer Shanka · 3 years, 9 months ago
  13. b395a4d Check only if the app is installed on the other user for blob access. by Sudheer Shanka · 3 years, 9 months ago
  14. 252eef4 Merge "Revert "Add API to allow apps with location permission to access data blobs."" into sc-dev by Sudheer Shanka · 3 years, 10 months ago
  15. e9a3806 Revert "Add API to allow apps with location permission to access data blobs." by Sudheer Shanka · 3 years, 10 months ago
  16. 610afe5 Unhide the storage attribution API with system visibility. by Alexander Dorokhine · 3 years, 10 months ago
  17. 805535c Rename "legacy" stop reasons. by Kweku Adams · 3 years, 11 months ago
  18. 523643c Allow certain apps to access blobs across users. by Sudheer Shanka · 4 years ago
  19. e0237fa Add API to allow apps with location permission to access data blobs. by Sudheer Shanka · 4 years ago
  20. 0aa5738 Expose job stop reasons. by Kweku Adams · 4 years ago
  21. 7d56ee8 Return true in onStartJob. by Kweku Adams · 4 years ago
  22. 8a6a2bc [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base by Bob Badour · 4 years, 1 month ago
  23. d1e9872 Merge "Update language to comply with Android’s inclusive language guidance." am: 5eb8de6ed7 am: d8d2a05841 am: ed31406794 by Sudheer Shanka · 4 years, 2 months ago
  24. 5b734e1 Update language to comply with Android’s inclusive language guidance. by Sudheer Shanka · 4 years, 2 months ago
  25. 0655640 Merge "Limit build visibility of modules in apex/..." by Anton Hansson · 4 years, 3 months ago
  26. c7aa3f1 Limit build visibility of modules in apex/... by Anton Hansson · 4 years, 3 months ago
  27. 046fae1 Merge "Remove "set noparent" in blobstore OWNERS file" am: be6079bd17 am: bcfe028bff am: a2ae18c4cc by Jeff Sharkey · 4 years, 3 months ago
  28. 83ae4ec Remove "set noparent" in blobstore OWNERS file by Anton Hansson · 4 years, 3 months ago
  29. e5140cc Move UserManagerInternal out of android.os by Adam Bookatz · 4 years, 4 months ago
  30. e8eb227 Remove PackageManager.getResourcesForApplicationAsUser API by Felka Chang · 4 years, 6 months ago
  31. 84ebcac Merge "Disable use of RevocableFileDescriptor for blob reads." into rvc-qpr-dev am: b4289dbe41 am: 641b12e328 by Sudheer Shanka · 4 years, 5 months ago
  32. 1c50961 Disable use of RevocableFileDescriptor for blob reads. by Sudheer Shanka · 4 years, 5 months ago
  33. 3d655ad Replace manual creation of StatsEvent objects with their appropriate buildStatsEvent() method by Salud Lemus · 4 years, 8 months ago
  34. 7434322 Merge "Add limits on BlobHandle label and lease expiry strings." into rvc-dev by Sudheer Shanka · 4 years, 8 months ago
  35. 94b852f Add limits on BlobHandle label and lease expiry strings. by Sudheer Shanka · 4 years, 8 months ago
  36. 74ddcfb Update commit/lease failure reasons for atoms logging. by Sudheer Shanka · 4 years, 8 months ago
  37. 70f5e3e Merge "Ensure expired leases are ignored and deleted." into rvc-dev by Sudheer Shanka · 4 years, 8 months ago
  38. 997750d Ensure expired leases are ignored and deleted. by Sudheer Shanka · 4 years, 8 months ago
  39. 9ed7249 Revoke any open fds when deleting a session/blob. by Sudheer Shanka · 4 years, 8 months ago
  40. 07717c9 Add a limit on no. of active sessions, committed/leased blobs. by Sudheer Shanka · 4 years, 8 months ago
  41. fbda8d7 Delay deleting the blob after the last lease is released. by Sudheer Shanka · 4 years, 9 months ago
  42. 14849cf Merge "Make usage of revocable fds for reads configurable." into rvc-dev by Sudheer Shanka · 4 years, 9 months ago
  43. d6f4794 Make usage of revocable fds for reads configurable. by Sudheer Shanka · 4 years, 9 months ago
  44. 7535154 Include blob sizes in blob_store service dump. by Sudheer Shanka · 4 years, 9 months ago
  45. 36b25a1 Clear data from failed commits and recommits properly. by Sudheer Shanka · 4 years, 9 months ago
  46. 38da493 Merge "Add BlobStore atoms" into rvc-dev by Michael Wachenschwanz · 4 years, 9 months ago
  47. 1a7f7ab Add BlobStore atoms by Michael Wachenschwanz · 4 years, 9 months ago
  48. 51540fe Merge "Move RevocableFileDescriptor creation outside the locked section." into rvc-dev by Sudheer Shanka · 4 years, 9 months ago
  49. 448b11b Merge "Log the error when committing the blob fails." into rvc-dev by Sudheer Shanka · 4 years, 9 months ago
  50. 7c30ab8 Merge "Use blobs expiry time in LeaseInfo if the lease expiry time is 0." into rvc-dev by Sudheer Shanka · 4 years, 9 months ago
  51. 312ed33 Merge "Include size of the blobs in BlobInfo." into rvc-dev by TreeHugger Robot · 4 years, 9 months ago
  52. 1680642 Log the error when committing the blob fails. by Sudheer Shanka · 4 years, 9 months ago
  53. 6531079 Include size of the blobs in BlobInfo. by Sudheer Shanka · 4 years, 9 months ago
  54. f25dd77 Use blobs expiry time in LeaseInfo if the lease expiry time is 0. by Sudheer Shanka · 4 years, 9 months ago
  55. 300d9cb Move RevocableFileDescriptor creation outside the locked section. by Sudheer Shanka · 4 years, 9 months ago
  56. b2a17b7 Persist blobstore session creation time. by Sudheer Shanka · 4 years, 9 months ago
  57. 8992c05 Don't allow expired blobs to be accessed. by Sudheer Shanka · 4 years, 9 months ago
  58. 90ac4a6 Update a couple of blobstore params to be configurable. by Sudheer Shanka · 4 years, 9 months ago
  59. a2ea714 Merge "Fix javadoc of BlobStoreManager class." into rvc-dev by Sudheer Shanka · 4 years, 10 months ago
  60. 433a050 Fix javadoc of BlobStoreManager class. by Sudheer Shanka · 4 years, 10 months ago
  61. 7d4bd02 Update queryBlobsForUser() impl to handle special user ids. by Sudheer Shanka · 4 years, 10 months ago
  62. 8fe35e5 Fix broken @see tags in public documentation. by Andrew Sapperstein · 4 years, 10 months ago
  63. 13d7864 Update config value when the corresponding DeviceConfig prop changes. by Sudheer Shanka · 4 years, 11 months ago
  64. af3f887 Keep track of commit times for each blob. by Sudheer Shanka · 5 years ago
  65. 40c4140 Merge "Ensure waitForIdle() waits until pending messages are handled." into rvc-dev by Sudheer Shanka · 5 years ago
  66. 6060630 Merge "Restore existing committer info correctly when a new commit fails." into rvc-dev by Sudheer Shanka · 5 years ago
  67. 0d34826 Restore existing committer info correctly when a new commit fails. by Sudheer Shanka · 5 years ago
  68. e75dcfb Promote getLeasedBlobs() to be a public API. by Sudheer Shanka · 5 years ago
  69. add060f Merge "Add BlobStoreManager.getRemainingLeaseQuotaBytes." into rvc-dev by Sudheer Shanka · 5 years ago
  70. a80a997 Add BlobStoreManager.getRemainingLeaseQuotaBytes. by Sudheer Shanka · 5 years ago
  71. fb11dc7 Ensure waitForIdle() waits until pending messages are handled. by Sudheer Shanka · 5 years ago
  72. 0c0abbf Merge "Delete a blob after the last lease of it is released." into rvc-dev by Sudheer Shanka · 5 years ago
  73. b63e5b2 Merge "Dump no. of open fds correctly." into rvc-dev by Sudheer Shanka · 5 years ago
  74. 09deac5 Dump no. of open fds correctly. by Sudheer Shanka · 5 years ago
  75. c0fd5fa Delete a blob after the last lease of it is released. by Sudheer Shanka · 5 years ago
  76. c6c7994 Add @TestApis getLeasedBlobs() and getLeaseInfo(). by Sudheer Shanka · 5 years ago
  77. a5d6392 Merge "Address API feedback." into rvc-dev by Sudheer Shanka · 5 years ago
  78. b09e2c9 Merge "Expose BlobStoreManager.waitForIdle() as @TestApi." into rvc-dev by Sudheer Shanka · 5 years ago
  79. 0b87215 Address API feedback. by Sudheer Shanka · 5 years ago
  80. 130d79c Add hidden APIs to query and delete shared blobs. by Sudheer Shanka · 5 years ago
  81. 38dae29 Expose BlobStoreManager.waitForIdle() as @TestApi. by Sudheer Shanka · 5 years ago
  82. 606626e Merge "Include data scheme when registering for package_* broadcasts." into rvc-dev by Sudheer Shanka · 5 years ago
  83. cd629dd Merge "Add a limit on how much data an app can acquire a lease on." into rvc-dev by Sudheer Shanka · 5 years ago
  84. 6c72500 Merge "Don't persist description res ids as they are subject to change." into rvc-dev by Sudheer Shanka · 5 years ago
  85. 1b6b825 Don't persist description res ids as they are subject to change. by Sudheer Shanka · 5 years ago
  86. 29c8617 Merge "Add shell cmd blob_store idle-maintenance." into rvc-dev by Sudheer Shanka · 5 years ago
  87. b96c18b Add shell cmd blob_store idle-maintenance. by Sudheer Shanka · 5 years ago
  88. fd2611e Include data scheme when registering for package_* broadcasts. by Sudheer Shanka · 5 years ago
  89. b5239e4 Get rid of some unhelpful logs. by Sudheer Shanka · 5 years ago
  90. b76f766 Compute digest in BackgroundThread which is limited to little cores. by Sudheer Shanka · 5 years ago
  91. 364364b Add a limit on how much data an app can acquire a lease on. by Sudheer Shanka · 5 years ago
  92. 77f2a2c Merge "Update BlobStoreMS to augment storage stats with blobs data." by Sudheer Shanka · 5 years ago
  93. 4acba54 Update BlobStoreMS to use LongSparseArray.removeIf(Predicate). by Sudheer Shanka · 5 years ago
  94. 99cbdb2 Merge "Return randomly generated session ids from createSession()." by Sudheer Shanka · 5 years ago
  95. e9232d6 Update BlobStoreMS to augment storage stats with blobs data. by Sudheer Shanka · 5 years ago
  96. 3e66066 Merge "Don't error out if the index files are not available." by Sudheer Shanka · 5 years ago
  97. f462373 Merge "Don't hold any locks while computing the blob digest." by Sudheer Shanka · 5 years ago
  98. 9c7eed4 Don't error out if the index files are not available. by Sudheer Shanka · 5 years ago
  99. 0606141 Merge "Allow lease expiry to be +ve when the corresponding blobs expiry is 0." by Sudheer Shanka · 5 years ago
  100. 51a6c6e Allow lease expiry to be +ve when the corresponding blobs expiry is 0. by Sudheer Shanka · 5 years ago