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