1. e9e78ec Fix handling of directory entries by Christopher Tate · 13 years ago
  2. 3f6c77b Fix embedded spaces in tar stream EVEN HARDER by Christopher Tate · 13 years ago
  3. b0628bf Implement shared-storage full backup/restore by Christopher Tate · 13 years ago
  4. a858cb0 Respect android:allowBackup="false" during full backup & restore by Christopher Tate · 13 years ago
  5. 75a9970 Restore from a previous full backup's tarfile by Christopher Tate · 13 years ago
  6. d7eedc0 FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherwise). by Elliott Hughes · 13 years ago
  7. dc92c82 Full backup tweaks by Christopher Tate · 13 years ago
  8. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  9. 4559764 Fix deadlock in BackupManagerService by Christopher Tate · 13 years ago
  10. 2a93509 Don't spuriously time out restore sessions by Christopher Tate · 13 years ago
  11. 27ac243 Merge "Print currentDestinationString() for each backup transport" into honeycomb by Fabrice Di Meglio · 14 years ago
  12. 8aac3ee Print currentDestinationString() for each backup transport by Fabrice Di Meglio · 14 years ago
  13. a3cdaa5 Revert "Remove the APIs for the old encryption scheme." by Jason parks · 14 years ago
  14. ca6777b Merge "Remove the APIs for the old encryption scheme." into honeycomb by Jason parks · 14 years ago
  15. 994ef92 Turn off debugging logspam for release by Christopher Tate · 14 years ago
  16. 1125d78 Remove the APIs for the old encryption scheme. by Jason parks · 14 years ago
  17. c28083a Don't queue multiple pending backups for the same app by Christopher Tate · 14 years ago
  18. 73a3cb3 Time out orphaned / unresponsive restore sessions by Christopher Tate · 14 years ago
  19. f5e1c29 Add a couple of transport-descriptive methods to IBackupManager by Christopher Tate · 14 years ago
  20. 249345b Ensure that the first post-restore backup pass is correct by Chris Tate · 14 years ago
  21. 44ab845 Permission fix: don't require BACKUP perm for self-restores by Chris Tate · 14 years ago
  22. 725d8f0 Close some things in system_server that CloseGuard found. by Brad Fitzpatrick · 14 years ago
  23. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  24. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  25. 1858031 DO NOT MERGE. Turn down backup logging for release. by Chris Tate · 14 years ago
  26. a9c5043 Temporarily turn on backup/restore debug logs by Chris Tate · 14 years ago
  27. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  28. 3dd4233 Don't block in the BackupManagerService.dataChanged() Binder call. by Brad Fitzpatrick · 14 years ago
  29. 5340bff am 5827d3ea: Merge "Properly note the current active restore set\'s token" into froyo by Dianne Hackborn · 14 years ago
  30. 2950555 Properly note the current active restore set's token by Christopher Tate · 14 years ago
  31. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  32. 1d6ff5a am 7e93aad4: am 36fa4713: Merge "Fix security hole in Google backup transport registration" into froyo by Christopher Tate · 14 years ago
  33. a32504f Fix security hole in Google backup transport registration by Christopher Tate · 14 years ago
  34. db4b80d am 11f759cf: am 5923c971: Fix \'dumpsys backup\' by Christopher Tate · 14 years ago
  35. 5923c97 Fix 'dumpsys backup' by Christopher Tate · 14 years ago
  36. 4caee4f am b3f7fe44: am 22375e4a: Merge "Make RestoreSession.getAvailableRestoreSets() asynchronous" into froyo by Christopher Tate · 14 years ago
  37. 2d449afe Make RestoreSession.getAvailableRestoreSets() asynchronous by Christopher Tate · 14 years ago
  38. 1f4df90 DO NOT MERGE by Oscar Montemayor · 14 years ago
  39. 9c3cee9 API CHANGE: Backup/restore API changes requested by the API Council by Christopher Tate · 14 years ago
  40. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 14 years ago
  41. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  42. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  43. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 14 years ago
  44. 5035fda Default the auto-restore setting to "enabled." by Christopher Tate · 14 years ago
  45. ae06ed9 Fix the build by Christopher Tate · 14 years ago
  46. f087272 Start respecting the auto-restore-at-install setting by Christopher Tate · 14 years ago
  47. 3dda518 Add 'restoreAnyVersion' attr for apps that want to restore "future" data by Christopher Tate · 14 years ago
  48. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  49. 1168baa Tone down a non-error log message about lack of ancestral dataset tracking by Christopher Tate · 14 years ago
  50. e28290e API CHANGE: expose backup/restore to the SDK by Christopher Tate · 14 years ago
  51. a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 14 years ago
  52. b49ceb3 Remember which apps have available restore info in the ancestral dataset by Christopher Tate · 14 years ago
  53. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  54. c61da31 Don't hold the backup queue lock across a backup operation by Christopher Tate · 14 years ago
  55. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 14 years ago
  56. cce9da5 Add auto-restore setting and Backup Manager awareness thereof by Christopher Tate · 14 years ago
  57. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  58. c2af5d3 Get rid of now-superfluous "backup or restore in progress" tracking by Christopher Tate · 14 years ago
  59. b0dcaaf Don't crash on transport unregistration if there is no current transport by Christopher Tate · 15 years ago
  60. 44a2790 Make backup/restore asynchronous and enforce timeouts by Christopher Tate · 15 years ago
  61. 80202c8 Move towards a formal public API for backup and restore by Christopher Tate · 15 years ago
  62. dfa47b5 Don't crash the system process when a backup transport unregisters by Christopher Tate · 15 years ago
  63. 18803d3 resolved conflicts for merge of 5a2fdbba to master by Doug Zongker · 15 years ago
  64. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  65. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  66. 78dd4a7 Fix #2176803 - restores from userdebug to user builds not working by Christopher Tate · 15 years ago
  67. c1c49c0 Use setRepeating() rather than setInexactRepeating() for backup scheduling, by Dan Egnor · 15 years ago
  68. 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 15 years ago
  69. 852f8e4 Only re-initialize backup state if @pm@ metadata is missing, by Dan Egnor · 15 years ago
  70. 726247c Better event log tracking for initializeDevice() requests -- by Dan Egnor · 15 years ago
  71. 55f931a Add more useful-for-debug info to 'dumpsys backup' by Christopher Tate · 15 years ago
  72. a253f16 Don't forget to clear "backup in progress" state when finishing a pass by Christopher Tate · 15 years ago
  73. 21ab6a5 Disallow concurrent backups; consult transport requestBackupTime() by Christopher Tate · 15 years ago
  74. 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 15 years ago
  75. b03b3bb If backup fails, reenqueue all of the affected packages for next time. by Christopher Tate · 15 years ago
  76. 313b29f Add parameter for the restore set (device id) data is being restored from to the restore_start event by Dan Egnor · 15 years ago
  77. 0144516 Make IBackupTransport.finishBackup() also return an int code, since it too can by Dan Egnor · 15 years ago
  78. d55e18a Reset backup tracking in response to transport data-wipe notification by Christopher Tate · 15 years ago
  79. 90967f4 Fix up the first-backup-ever tracking by Christopher Tate · 15 years ago
  80. 25a747f Add an 'init everything' operation to the first backup pass by Christopher Tate · 15 years ago
  81. 83861e7 Inefficient but correct fix for 2122381: call finishBackup after every performBackup by Dan Egnor · 15 years ago
  82. b8eb1cb Be sure to include shared lib path info when dealing with agents by Christopher Tate · 15 years ago
  83. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  84. 0749dcd Backup participants must now hold the BACKUP_DATA permission by Christopher Tate · 15 years ago
  85. 0e0b4ae Don't let bmgr leave a restore session hanging on error by Christopher Tate · 15 years ago
  86. f2c321a Print restore tokens in hex by Christopher Tate · 15 years ago
  87. 2e6bca6 Temporarily rollback a change that's causing SetupWizard failures during restore. #2042337 by Amith Yamasani · 15 years ago
  88. 9dfdac5 Clear app data via the Activity Manager, not Package Manager by Christopher Tate · 15 years ago
  89. aa93b04 Correct the backup manager's identity around wakelock use by Christopher Tate · 15 years ago
  90. dfec20b Bootstrap the ever-backed-up bookkeeping properly by Christopher Tate · 15 years ago
  91. 0084da5 Allow zero-length lists in EventLog entries. by Dan Egnor · 15 years ago
  92. bb9001c clean up error recovery; log events tracking backup activity by Dan Egnor · 15 years ago
  93. ab9a2a5 Backup manager should default to not "provisioned" so backups don't start until the setup wizard is by Joe Onorato · 15 years ago
  94. 1531dc8 Don't leave restore data lying around after the operation by Christopher Tate · 15 years ago
  95. 5933a49 Need to be able to call the backup manager from the system process. by Joe Onorato · 15 years ago
  96. 9673304 Clean up when an attempted restore throws by Christopher Tate · 15 years ago
  97. e97e807 The rest of ever-backed-up tracking by Christopher Tate · 15 years ago
  98. 73e0252 Ensure that everything gets backed up at least once by Christopher Tate · 15 years ago
  99. de83ab9 Grant adb the BACKUP permission by Christopher Tate · 15 years ago
  100. 4338304 Don't NPE if a restore session is requested for an invalid transport by Christopher Tate · 15 years ago