1. df4144f am 9fa57b74: am 2aee33c1: Merge "BackupManagerService files need new security labeling." by Geremy Condra · 11 years ago
  2. 2aee33c Merge "BackupManagerService files need new security labeling." by Geremy Condra · 11 years ago
  3. 6d3b133 am c9fe40ea: am 71558f1f: Merge "Fix times in debugging output to use H rather than k." by Elliott Hughes · 12 years ago
  4. 64a277d Fix times in debugging output to use H rather than k. by Elliott Hughes · 12 years ago
  5. 294b512 DO NOT MERGE - Full backup/restore now handles OBBs sensibly by Christopher Tate · 12 years ago
  6. 5cb5c33 Be cool in backup/restore of apps that can't touch external storage by Christopher Tate · 12 years ago
  7. 559c654 For now enable backup/restore DEBUG logs by Christopher Tate · 12 years ago
  8. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  9. ebab0ae BackupManagerService files need new security labeling. by rpcraig · 12 years ago
  10. 7ff3011 Remove extraneous logs. by Dianne Hackborn · 12 years ago
  11. acf5943 Merge "Fix the Backup Manager's uninstall tracking" into jb-mr1-dev by Christopher Tate · 12 years ago
  12. e82f68d Fix the Backup Manager's uninstall tracking by Christopher Tate · 12 years ago
  13. cd75706 System server should always send broadcasts to a specific or all users by Amith Yamasani · 12 years ago
  14. 346acb1 Sanity-check erroneous backup agent instantiations by Christopher Tate · 12 years ago
  15. f6d6fa8 Full (local) restore security changes by Christopher Tate · 12 years ago
  16. bf6f6f9 Update references to migrated global settings. by Jeff Brown · 12 years ago
  17. b049e21 Include user identifier in external storage paths. by Jeff Sharkey · 12 years ago
  18. e7287a0 Sanity-check existence of restore agent by Christopher Tate · 12 years ago
  19. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  20. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  21. aac71ff Don't back up / restore non-primary users' data by Christopher Tate · 12 years ago
  22. 97ea122 Eliminate "backup enabled but not provisioned" failure modes by Christopher Tate · 12 years ago
  23. eb4cc492 Protect system services with DUMP permission. by Jeff Sharkey · 12 years ago
  24. a3d5534 Fix uninstallation tracking in the Backup Manager by Christopher Tate · 12 years ago
  25. 0abf6a0 Don't crash when wiping backup data redundantly in the local transport by Christopher Tate · 12 years ago
  26. 5b6f07b Merge "Deal gracefully with fatal exceptions during full backup" by Christopher Tate · 12 years ago
  27. aa0c02d Deal gracefully with fatal exceptions during full backup by Christopher Tate · 12 years ago
  28. 9c2efb3 Sanity-check backup agent name prior to instantiation by Christopher Tate · 13 years ago
  29. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  30. 73d7369 Fix shared-storage full backup by Christopher Tate · 13 years ago
  31. 6de74ff Fix edge cases leading to backup hanging forever by Christopher Tate · 13 years ago
  32. 0bacfd2 Streamline package-installed handling by the Backup Manager by Christopher Tate · 13 years ago
  33. 32418be Require device encryption password to perform adb backup/restore by Christopher Tate · 13 years ago
  34. e659fb9 Gracefully handle "needs init" transport errors at finish by Christopher Tate · 13 years ago
  35. 336a649 Prevent concurrent backup operations by Christopher Tate · 13 years ago
  36. 240c7d2 Add -nosystem flag to adb backup by Christopher Tate · 13 years ago
  37. b8491bb Enforce DUMP permission on BackupManagerService's dump() method by Christopher Tate · 13 years ago
  38. d7208b9 am 7462251b: Merge "Don\'t hang in restore if the transport reports failure" into ics-factoryrom by Christopher Tate · 13 years ago
  39. ab63aa8 Use the new INSTALL_FROM_ADB Package Manager flag... by Christopher Tate · 13 years ago
  40. 5f2f413 Don't hang in restore if the transport reports failure by Christopher Tate · 13 years ago
  41. d2c0cd4 Don't do full backup/restore before setup by Christopher Tate · 13 years ago
  42. a28e854 Move full backup/restore onto dedicated threads by Christopher Tate · 13 years ago
  43. b1543a9 Turn off MORE_DEBUG logspam by Christopher Tate · 13 years ago
  44. 2982d06 Fix restore-agent timeouts by Christopher Tate · 13 years ago
  45. 8e294d4 Fix backup-agent timeouts by Christopher Tate · 13 years ago
  46. cc55f81 Properly handle PACKAGE_REPLACED in addition to _ADDED and _REMOVED by Christopher Tate · 13 years ago
  47. bcc2d40 Merge "Throw exception on odd length Signatures" by Kenny Root · 13 years ago
  48. 6853fcf Fix partial-read handling during restore by Christopher Tate · 13 years ago
  49. eef4ae4 Fix bug where sometimes the full backup pw would not be validated by Christopher Tate · 13 years ago
  50. 1137341 Throw exception on odd length Signatures by Kenny Root · 13 years ago
  51. c58efa6 Reduce backup manager logspew by Christopher Tate · 13 years ago
  52. 728a1c4 Require the current backup pw in all backup/restore operations by Christopher Tate · 13 years ago
  53. 2efd2db Support full-backup encryption and global backup password by Christopher Tate · 13 years ago
  54. 7bdb096 Support for compressed backups by Christopher Tate · 13 years ago
  55. 7926a69 Compress the backup output stream by Christopher Tate · 13 years ago
  56. 284f1bb Can now restore a subset of apps from historical dataset by Christopher Tate · 13 years ago
  57. 79ec80d Make full backup API available to apps by Christopher Tate · 13 years ago
  58. e9e78ec Fix handling of directory entries by Christopher Tate · 13 years ago
  59. 3f6c77b Fix embedded spaces in tar stream EVEN HARDER by Christopher Tate · 13 years ago
  60. b0628bf Implement shared-storage full backup/restore by Christopher Tate · 13 years ago
  61. a858cb0 Respect android:allowBackup="false" during full backup & restore by Christopher Tate · 13 years ago
  62. 75a9970 Restore from a previous full backup's tarfile by Christopher Tate · 13 years ago
  63. d7eedc0 FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherwise). by Elliott Hughes · 13 years ago
  64. dc92c82 Full backup tweaks by Christopher Tate · 13 years ago
  65. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  66. 4559764 Fix deadlock in BackupManagerService by Christopher Tate · 13 years ago
  67. 2a93509 Don't spuriously time out restore sessions by Christopher Tate · 14 years ago
  68. 27ac243 Merge "Print currentDestinationString() for each backup transport" into honeycomb by Fabrice Di Meglio · 14 years ago
  69. 8aac3ee Print currentDestinationString() for each backup transport by Fabrice Di Meglio · 14 years ago
  70. a3cdaa5 Revert "Remove the APIs for the old encryption scheme." by Jason parks · 14 years ago
  71. ca6777b Merge "Remove the APIs for the old encryption scheme." into honeycomb by Jason parks · 14 years ago
  72. 994ef92 Turn off debugging logspam for release by Christopher Tate · 14 years ago
  73. 1125d78 Remove the APIs for the old encryption scheme. by Jason parks · 14 years ago
  74. c28083a Don't queue multiple pending backups for the same app by Christopher Tate · 14 years ago
  75. 73a3cb3 Time out orphaned / unresponsive restore sessions by Christopher Tate · 14 years ago
  76. f5e1c29 Add a couple of transport-descriptive methods to IBackupManager by Christopher Tate · 14 years ago
  77. 249345b Ensure that the first post-restore backup pass is correct by Chris Tate · 14 years ago
  78. 44ab845 Permission fix: don't require BACKUP perm for self-restores by Chris Tate · 14 years ago
  79. 725d8f0 Close some things in system_server that CloseGuard found. by Brad Fitzpatrick · 14 years ago
  80. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  81. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  82. 1858031 DO NOT MERGE. Turn down backup logging for release. by Chris Tate · 14 years ago
  83. a9c5043 Temporarily turn on backup/restore debug logs by Chris Tate · 14 years ago
  84. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  85. 3dd4233 Don't block in the BackupManagerService.dataChanged() Binder call. by Brad Fitzpatrick · 14 years ago
  86. 5340bff am 5827d3ea: Merge "Properly note the current active restore set\'s token" into froyo by Dianne Hackborn · 14 years ago
  87. 2950555 Properly note the current active restore set's token by Christopher Tate · 14 years ago
  88. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  89. 1d6ff5a am 7e93aad4: am 36fa4713: Merge "Fix security hole in Google backup transport registration" into froyo by Christopher Tate · 14 years ago
  90. a32504f Fix security hole in Google backup transport registration by Christopher Tate · 14 years ago
  91. db4b80d am 11f759cf: am 5923c971: Fix \'dumpsys backup\' by Christopher Tate · 14 years ago
  92. 5923c97 Fix 'dumpsys backup' by Christopher Tate · 14 years ago
  93. 4caee4f am b3f7fe44: am 22375e4a: Merge "Make RestoreSession.getAvailableRestoreSets() asynchronous" into froyo by Christopher Tate · 14 years ago
  94. 2d449afe Make RestoreSession.getAvailableRestoreSets() asynchronous by Christopher Tate · 14 years ago
  95. 1f4df90 DO NOT MERGE by Oscar Montemayor · 14 years ago
  96. 9c3cee9 API CHANGE: Backup/restore API changes requested by the API Council by Christopher Tate · 14 years ago
  97. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 15 years ago
  98. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  99. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 15 years ago
  100. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 15 years ago