1. 52eb4e0 Replace cutils/log.h and log/logger.h with log/log.h by Mark Salyzyn · 8 years ago
  2. a346f54 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 8 years ago
  3. 11ae768 Add payload-size preflight stage to full transport backup by Christopher Tate · 9 years ago
  4. 33d0392 Restore write_delete_file by Brian Carlstrom · 9 years ago
  5. 4913818 am 9568307c: am 43a4a8c7: Fix redundant file backups by Christopher Tate · 9 years ago
  6. 43a4a8c Fix redundant file backups by Christopher Tate · 10 years ago
  7. 4da9dc5 bionic's struct stat is now POSIX-compliant. by Elliott Hughes · 10 years ago
  8. 25df5fb Frameworks/base: Fix more warnings by Andreas Gampe · 10 years ago
  9. 2204f0b Frameworks/base: Wall Werror in libs/androidfw by Andreas Gampe · 10 years ago
  10. f5df700 AArch64: Make frameworks/base code more portable by Ashok Bhat · 10 years ago
  11. 00adb86 androidfw: resolve 64-bit build issues by Mark Salyzyn · 10 years ago
  12. 95ece35 Various format string fixes for 64bit by Kévin PETIT · 10 years ago
  13. 294b512 DO NOT MERGE - Full backup/restore now handles OBBs sensibly by Christopher Tate · 11 years ago
  14. 8b2e2c8 BackupHelpers: Fix Typo by You Kim · 12 years ago
  15. 83c64e6 frameworks/base refactoring by Mathias Agopian · 12 years ago[Renamed from libs/utils/BackupHelpers.cpp]
  16. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  17. 7e1d395 libs/utils: replace malloc() + memset() to zero with calloc() by Iliyan Malchev · 12 years ago
  18. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  19. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  21. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  22. 7926a69 Compress the backup output stream by Christopher Tate · 13 years ago
  23. e9e78ec Fix handling of directory entries by Christopher Tate · 13 years ago
  24. 3f6c77b Fix embedded spaces in tar stream EVEN HARDER by Christopher Tate · 13 years ago
  25. b0628bf Implement shared-storage full backup/restore by Christopher Tate · 13 years ago
  26. 75a9970 Restore from a previous full backup's tarfile by Christopher Tate · 13 years ago
  27. dc92c82 Full backup tweaks by Christopher Tate · 13 years ago
  28. 83a7cdc5 Use pax extended tar format to support long filenames etc. by Christopher Tate · 13 years ago
  29. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  30. 568bc32 Better (and less) logging from backup. by Joe Onorato · 15 years ago
  31. 63bcb79 Only report "unknown metadata" once per restore helper by Christopher Tate · 15 years ago
  32. 54118ad Put back LOGP -> printf in the backup helper code by Christopher Tate · 15 years ago
  33. fbb9238 Preserve file access mode when backing up / restoring files by Christopher Tate · 15 years ago
  34. 11b1577 Add file mode to the file-backup saved state blobs by Christopher Tate · 15 years ago
  35. 5d605dc backup stuff by Joe Onorato · 15 years ago
  36. d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 15 years ago
  37. 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 15 years ago
  38. ce88cb1 Make the file backup helper not crash if a file you requested by Joe Onorato · 15 years ago
  39. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  40. 0032ce8 Fix back_up_files() error detection when opening/CRCing the file by Christopher Tate · 15 years ago
  41. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago[Renamed (99%) from libs/utils/backup_helper_file.cpp]
  42. f4c46b9 Fix for the simultor build breakage. by Nicolas Catania · 15 years ago
  43. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  44. 2e1da32 Add the backup data file writer C++ class. by Joe Onorato · 15 years ago
  45. 4535e40 Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago[Renamed (79%) from libs/utils/file_backup_helper.cpp]
  46. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  47. c825d3e fix the sim build. disables the tests for now. by Joe Onorato · 15 years ago
  48. 3ad977b Add some C++ code to do raw files for backup by Joe Onorato · 15 years ago