summaryrefslogtreecommitdiff
path: root/libs/utils/BackupHelpers.cpp
AgeCommit message (Expand)Author
2012-02-20frameworks/base refactoring Mathias Agopian
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-02-17libs/utils: replace malloc() + memset() to zero with calloc() Iliyan Malchev
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Steve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-07-13Compress the backup output stream Christopher Tate
2011-06-08Fix handling of directory entries Christopher Tate
2011-06-07Fix embedded spaces in tar stream EVEN HARDER Christopher Tate
2011-06-07Implement shared-storage full backup/restore Christopher Tate
2011-06-01Restore from a previous full backup's tarfile Christopher Tate
2011-05-13Full backup tweaks Christopher Tate
2011-05-12Use pax extended tar format to support long filenames etc. Christopher Tate
2011-05-10Full local backup infrastructure Christopher Tate
2009-06-26Better (and less) logging from backup. Joe Onorato
2009-06-24Only report "unknown metadata" once per restore helper Christopher Tate
2009-06-24Put back LOGP -> printf in the backup helper code Christopher Tate
2009-06-23Preserve file access mode when backing up / restoring files Christopher Tate
2009-06-23Add file mode to the file-backup saved state blobs Christopher Tate
2009-06-18backup stuff Joe Onorato
2009-06-18Make RestoreHelper and friends also write out the snapshot state. Joe Onorato
2009-06-16checkpoint BackupDatAInput / RestoreHelper Joe Onorato
2009-06-11Make the file backup helper not crash if a file you requested Joe Onorato
2009-06-11Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. Joe Onorato
2009-06-04Fix back_up_files() error detection when opening/CRCing the file Christopher Tate
2009-06-04rename a few files to camel-case, add copyright notices Mathias Agopian