summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BackupManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent concurrent backup operationsChristopher Tate2011-10-051-12/+30
* Add -nosystem flag to adb backupChristopher Tate2011-10-041-10/+29
* Enforce DUMP permission on BackupManagerService's dump() methodChristopher Tate2011-09-291-0/+10
* am 7462251b: Merge "Don\'t hang in restore if the transport reports failure" ...Christopher Tate2011-09-261-0/+5
|\
| * Don't hang in restore if the transport reports failureChristopher Tate2011-09-261-0/+5
* | Use the new INSTALL_FROM_ADB Package Manager flag...Christopher Tate2011-09-261-1/+2
* | Don't do full backup/restore before setupChristopher Tate2011-09-151-7/+28
|/
* Move full backup/restore onto dedicated threadsChristopher Tate2011-09-121-4/+12
* Turn off MORE_DEBUG logspamChristopher Tate2011-09-071-1/+1
* Fix restore-agent timeoutsChristopher Tate2011-09-061-231/+397
* Fix backup-agent timeoutsChristopher Tate2011-09-021-205/+445
* Properly handle PACKAGE_REPLACED in addition to _ADDED and _REMOVEDChristopher Tate2011-08-301-21/+29
* Merge "Throw exception on odd length Signatures"Kenny Root2011-08-161-0/+2
|\
| * Throw exception on odd length SignaturesKenny Root2011-08-041-0/+2
* | Fix partial-read handling during restoreChristopher Tate2011-08-101-28/+50
* | Fix bug where sometimes the full backup pw would not be validatedChristopher Tate2011-08-051-9/+9
|/
* Reduce backup manager logspewChristopher Tate2011-08-011-28/+29
* Require the current backup pw in all backup/restore operationsChristopher Tate2011-07-281-19/+42
* Support full-backup encryption and global backup passwordChristopher Tate2011-07-281-152/+594
* Support for compressed backupsChristopher Tate2011-07-151-5/+86
* Compress the backup output streamChristopher Tate2011-07-131-21/+113
* Can now restore a subset of apps from historical datasetChristopher Tate2011-07-081-3/+105
* Make full backup API available to appsChristopher Tate2011-07-061-24/+49
* Fix handling of directory entriesChristopher Tate2011-06-081-14/+42
* Fix embedded spaces in tar stream EVEN HARDERChristopher Tate2011-06-071-2/+3
* Implement shared-storage full backup/restoreChristopher Tate2011-06-071-65/+107
* Respect android:allowBackup="false" during full backup & restoreChristopher Tate2011-06-031-21/+118
* Restore from a previous full backup's tarfileChristopher Tate2011-06-011-21/+987
* FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherw...Elliott Hughes2011-05-271-3/+0
* Full backup tweaksChristopher Tate2011-05-131-7/+6
* Full local backup infrastructureChristopher Tate2011-05-101-25/+471
* Fix deadlock in BackupManagerServiceChristopher Tate2011-04-041-8/+8
* Don't spuriously time out restore sessionsChristopher Tate2011-03-031-0/+4
* Merge "Print currentDestinationString() for each backup transport" into honey...Fabrice Di Meglio2011-01-131-3/+15
|\
| * Print currentDestinationString() for each backup transportFabrice Di Meglio2011-01-131-3/+15
* | Revert "Remove the APIs for the old encryption scheme."Jason parks2011-01-131-13/+8
* | Merge "Remove the APIs for the old encryption scheme." into honeycombJason parks2011-01-131-8/+13
|\ \
| * | Remove the APIs for the old encryption scheme.Jason parks2011-01-121-8/+13
| |/
* | Turn off debugging logspam for releaseChristopher Tate2011-01-121-1/+1
|/
* Don't queue multiple pending backups for the same appChristopher Tate2010-12-141-22/+43
* Time out orphaned / unresponsive restore sessionsChristopher Tate2010-12-131-18/+81
* Add a couple of transport-descriptive methods to IBackupManagerChristopher Tate2010-12-091-0/+49
* Ensure that the first post-restore backup pass is correctChris Tate2010-11-291-10/+29
* Permission fix: don't require BACKUP perm for self-restoresChris Tate2010-11-161-9/+52
* Close some things in system_server that CloseGuard found.Brad Fitzpatrick2010-11-151-0/+1
* resolved conflicts for merge of 368fdba4 to masterBrad Fitzpatrick2010-10-211-2/+2
|\
| * Reduce logging.Joe Onorato2010-10-191-2/+2
| * DO NOT MERGE. Turn down backup logging for release.Chris Tate2010-10-191-1/+1
|/
* Temporarily turn on backup/restore debug logsChris Tate2010-10-111-1/+1
* Track client requests through location manager.Dianne Hackborn2010-09-131-1/+5