1. 6c5631e Do not perform backup/restore of instant apps by Christopher Tate · 7 years ago
  2. 98b8d31 Use buffered DataInputStream vs RandomAccessFile by Fyodor Kupolov · 7 years ago
  3. d239223 Merge "Correct scope of "disabled?" check viz backup/restore decisions" into oc-dev by Chris Tate · 7 years ago
  4. 9dee975 Merge "selectBackupTransportAsync should report failure when backup is not available" into oc-dev by TreeHugger Robot · 7 years ago
  5. 5092dea Correct scope of "disabled?" check viz backup/restore decisions by Christopher Tate · 7 years ago
  6. 70a2316ec Merge "Don't mix "current dataset" tokens for different backup transports" into oc-dev by Chris Tate · 7 years ago
  7. 60ef1ce selectBackupTransportAsync should report failure when backup is not available by Tony Mak · 7 years ago
  8. 3b03673 Increase timeout for ADB backup/restore of SharedStorage. by Johan Torås Halseth · 7 years ago
  9. 2a2a817 Don't mix "current dataset" tokens for different backup transports by Christopher Tate · 7 years ago
  10. b81243f Offload the mRunningFullBackupTask.handleCancel() call from the main by Michal Karpinski · 7 years ago
  11. 5281775 Merge "Call removeMessages() only for certain operations in BackupManagerService#handleCancel()" into oc-dev by TreeHugger Robot · 7 years ago
  12. b09a630 Call removeMessages() only for certain operations in BackupManagerService#handleCancel() by Anton Philippov · 7 years ago
  13. ddb5278 Add log before doRestoreFinished is called on BackupAgent. by Johan Torås Halseth · 7 years ago
  14. e42c841 [DO NOT MERGE] Fix potential NPE in Trampoline.requestBackup(). by Artem Iglikov · 7 years ago
  15. 246a0e7 Don't back up disabled apps by Christopher Tate · 7 years ago
  16. 1ee80dd Removed unused variables in PerformBackupTask#finalizeBackup() by Michal Karpinski · 7 years ago
  17. 6df866a Enforce PACKAGE_USAGE_STATS for usage data. by Jeff Sharkey · 7 years ago
  18. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  19. bc44678 Add null check in BackupManagerService$PerformBackupTask.handleCancel() by Anton Philippov · 7 years ago
  20. b59a4b8 Add support for key-value packages to adb backup/restore. by Johan Toras Halseth · 7 years ago
  21. 8e4d6d0 Explicitly rebind to a transport after timeout by Michal Karpinski · 7 years ago
  22. 455e90a Add BatterySaverPolicy for power save mode by jackqdyulei · 7 years ago
  23. eb4ab30 BackupManagerService#cancelBackups() releases mCurrentOpLock sooner by Michal Karpinski · 7 years ago
  24. fb887a6 Pass an empty list to PerformBackupTask constructor instead of null by Anton Philippov · 7 years ago
  25. b870c8e Merge "Add more instrumentation to BackupManagerService" by Anton Philippov · 7 years ago
  26. deb244d Add more instrumentation to BackupManagerService by Anton Philippov · 7 years ago
  27. 55e15bc Use iterator to remove elements from collection when traversing it by Michal Karpinski · 7 years ago
  28. ba9e399 Merge "Disallow parallel backups" by Shreyas Basarge · 7 years ago
  29. 6a4b9a3 Merge "Serialize restore operations" by Shreyas Basarge · 7 years ago
  30. a88d8e0 Serialize restore operations by Shreyas Basarge · 7 years ago
  31. 2815496 Add more instrumentation to BackupManager. by Stefanot · 7 years ago
  32. aac009b Disallow parallel backups by Shreyas Basarge · 7 years ago
  33. 4edbf05 Merge "Use separate message ids for backup and restore operations" by Shreyas Basarge · 7 years ago
  34. ab5071c Use separate message ids for backup and restore operations by Shreyas Basarge · 7 years ago
  35. c4f91e5 Merge "Fix NPE in BackupManagerService" by Shreyas Basarge · 7 years ago
  36. 2d096ee Fix NPE in BackupManagerService by Shreyas Basarge · 7 years ago
  37. 0277db4 Better iteration over mCurrentOperations in cancelBackups by Shreyas Basarge · 7 years ago
  38. c370442 BackupManager#cancelBackups() API by Shreyas Basarge · 7 years ago
  39. b6e73c9 BackupAgent#getBackupQuota() API by Shreyas Basarge · 7 years ago
  40. afcea28 Merge "Add instrumentation for BackupManager during restore." by Stefano Tommasini · 7 years ago
  41. f4e237c Add instrumentation for BackupManager during restore. by Stefanot · 7 years ago
  42. 7a1c94c Merge "Add monitoring to backup in BackupManager." by Stefano Tommasini · 7 years ago
  43. ee1f9b2 Merge "Fix for bmgr whitelist" by Shreyas Basarge · 7 years ago
  44. b1f573d Add monitoring to backup in BackupManager. by Stefanot · 7 years ago
  45. bf2ec2c Fix for bmgr whitelist by Shreyas Basarge · 7 years ago
  46. a6e5041a Merge "Replace RandomAccessFile with BufferedInputStream" by Shubham Ajmera · 7 years ago
  47. 865303f API to select backup transport by Shreyas Basarge · 8 years ago
  48. 38e7486 Non incremental backup flag for requestBackup by Shreyas Basarge · 8 years ago
  49. 11e9cec Merge "Fix the deadlock problem" am: fa228e06f6 am: e8c0e1098e am: 35b99da33a by Chris Tate · 8 years ago
  50. e8c0e10 Merge "Fix the deadlock problem" am: fa228e06f6 by Chris Tate · 8 years ago
  51. acaed3d Fix the deadlock problem by pengzhicai · 8 years ago
  52. 274498e Replace RandomAccessFile with BufferedInputStream by Shubham Ajmera · 8 years ago
  53. 2250d56 Rename MountService to StorageManagerService. by Sudheer Shanka · 8 years ago
  54. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  55. f734114 Move IMountService to aidl. by Sudheer Shanka · 8 years ago
  56. cc6418f Move ApplicationThread to aidl. by Sudheer Shanka · 8 years ago
  57. d990e4d Respect restoreAnyVersion=true in full-data restore path by Christopher Tate · 8 years ago
  58. a46b7f4 Merge "Turn down restore-time logspam" into nyc-mr1-dev by Chris Tate · 8 years ago
  59. 4c30725 Turn down restore-time logspam by Christopher Tate · 8 years ago
  60. 4595bc7 Merge "Thread-safe pipe teardown during restore operations" into nyc-mr1-dev by Chris Tate · 8 years ago
  61. 6981878 Merge "Explicitly flush compress/encrypt stream before close" into nyc-mr1-dev by Chris Tate · 8 years ago
  62. 1165790 Merge "Harden framework against backup transport crashes" into nyc-mr1-dev by Chris Tate · 8 years ago
  63. ad869cc Thread-safe pipe teardown during restore operations by Christopher Tate · 8 years ago
  64. bf13ccf Back up / restore lock wallpapers by Christopher Tate · 8 years ago
  65. 4e8ce9e Schedule backup of a package on a background thread by Fyodor Kupolov · 8 years ago
  66. 59397a8 Explicitly flush compress/encrypt stream before close by Christopher Tate · 8 years ago
  67. a2a6533 Harden framework against backup transport crashes by Christopher Tate · 8 years ago
  68. 5cb5e89 Fix adb backup/restore by Christopher Tate · 8 years ago
  69. 0f10134 Merge "Let bmgr inspect the set of whitelisted transports" into nyc-dev by Chris Tate · 8 years ago
  70. 1c3be1a resolve merge conflicts of cffb19c to mnc-dev am: 3f9ea2d386 am: d6c1126fab am: e2c9b1af3e by Christopher Tate · 8 years ago
  71. 3f9ea2d resolve merge conflicts of cffb19c to mnc-dev by Christopher Tate · 8 years ago
  72. cffb19c Don\\\'t trust callers to supply app info to bindBackupAgent() am: c58054f25f am: cd777e95a7 by Christopher Tate · 8 years ago
  73. cd777e9 Don\'t trust callers to supply app info to bindBackupAgent() am: c58054f25f by Christopher Tate · 8 years ago
  74. e227ec6 Let bmgr inspect the set of whitelisted transports by Christopher Tate · 8 years ago
  75. c58054f Don't trust callers to supply app info to bindBackupAgent() by Christopher Tate · 8 years ago
  76. 09893e9 Don't allow restore sessions during backups by Christopher Tate · 8 years ago
  77. c1c8325 Use backstop timeouts on asynchronous countdown during preflight by Christopher Tate · 8 years ago
  78. 2be3de1 Backport of backup transport whitelist by Christopher Tate · 8 years ago
  79. 647cb6a DO NOT MERGE : backport of backup transport whitelist by Christopher Tate · 8 years ago
  80. 3bed1c0 Explicitly close pipe end when we cease operations... by Christopher Tate · 8 years ago
  81. 494df79 Sysconfig define a whitelist of permitted backup transports by Christopher Tate · 8 years ago
  82. e2cdb20 Merge "Ensure that the stream feeder doesn't hang in write..." into nyc-dev by Chris Tate · 8 years ago
  83. 35c2827 Ensure that the stream feeder doesn't hang in write... by Christopher Tate · 8 years ago
  84. 722d27f Full-data restore path needs to pass along the widget metadata by Christopher Tate · 8 years ago
  85. 98f1ff0 Don't wedge full data backups by blocking the data consumer thread by Christopher Tate · 8 years ago
  86. 5cf5578 Make sure FIRST_LAUNCH is after PACKAGE_ADDED by Christopher Tate · 8 years ago
  87. 021a48d Merge "Extract signature related utilities" into nyc-dev by Makoto Onuki · 8 years ago
  88. 590096a Extract signature related utilities by Makoto Onuki · 8 years ago
  89. d5f70b7 Clean up a couple of bugs about transport init staging by Christopher Tate · 8 years ago
  90. 1f4c450 Fix deadlock when full data backup times out by Christopher Tate · 8 years ago
  91. 4ebf6dd Don't use restricted backup launch mode for system-ish processes by Christopher Tate · 8 years ago
  92. 50f5660 Don't use Settings for storing the backup enable state by Christopher Tate · 8 years ago
  93. 43fbc5f Add android:backupInForeground by Christopher Tate · 8 years ago
  94. 2c1ba9a Make BackupManager encryption aware. by Jeff Sharkey · 8 years ago
  95. cd8c13fc Synchronize results from runner thread to main full backup thread. by Sergey Poromov · 8 years ago
  96. 65775b9 Use long for preflight check size in BackupManagerService. by Sergey Poromov · 8 years ago
  97. 2661908 Don't call BackupTransport#checkFullBackupSize when preflight timeouted. by Sergey Poromov · 8 years ago
  98. 8212ae0 Consistent naming for internal storage APIs. by Jeff Sharkey · 8 years ago
  99. eee352f Fix that backupFinished() callback is not called sometimes. by Sergey Poromov · 8 years ago
  100. 0b9ea17 fullBackupOnly=true means don't even think about key/value backup by Christopher Tate · 8 years ago