1. d81887c idevicebackup2: Update man page and usage to reflect latest status by Martin Szulecki · 14 years ago
  2. bc03e4c idevicebackup2: Use errno_to_device_error() for other operations, too by Martin Szulecki · 14 years ago
  3. d9d8fc2 idevicebackup2: Only post "sync finished" notification if we sent "sync start" earlier by Martin Szulecki · 14 years ago
  4. 8ecfbc7 idevicebackup2: Improve disconnect behavior to cleanly disconnect from agent by Martin Szulecki · 14 years ago
  5. de9cd87 idevicebackup2: Use g_mkdir_with_parents() for "creating directory" handler by Martin Szulecki · 14 years ago
  6. 2f90d1d idevicebackup2: Improve message for sending and receiving files by Martin Szulecki · 14 years ago
  7. 80e0d71 idevicebackup2: Use fread/fwrite for copy operation to speed it up by Martin Szulecki · 14 years ago
  8. ae730c3 idevicebackup2: Invert restore --nocopy argument to --copy by Martin Szulecki · 14 years ago
  9. bb342d7 idevicebackup2: Rename backup_ok as it applies globally for all operations by Martin Szulecki · 14 years ago
  10. cb32e99 idevicebackup2: Print progress after every operation, not only for copying by Martin Szulecki · 14 years ago
  11. 2e1f4c9 idevicebackup2: Add command line argument flags for restore command by Martin Szulecki · 14 years ago
  12. 9f59aa3 idevicebackup2: Implement UNBACK command to unpack a backup into filesystem by Martin Szulecki · 14 years ago
  13. 8dd5952 idevicebackup2: Normalize code of backup/restore aborting due to incompatible backup by Martin Szulecki · 14 years ago
  14. 88a5b03 mobilebackup2: Finish mobilebackup2_version_exchange() and use it in idevicebackup2 by Martin Szulecki · 14 years ago
  15. 5f26a44 idevicebackup2: Rename idevicebackup4 to reflect backup protocol version 2 by Martin Szulecki · 14 years ago[Renamed (99%) from tools/idevicebackup4.c]
  16. a2acef3 idevicebackup4: Implement DLMessageCopyItem directory and file copy used by restore by Martin Szulecki · 14 years ago
  17. a0c29cc idevicebackup4: Make restore finish message similar to the one for backup by Martin Szulecki · 14 years ago
  18. 59b41da idevicebackup4: Remove duplicated progress output when receiving files by Martin Szulecki · 14 years ago
  19. ceb0935 idevicebackup4: Split print_progress() to be able to pass percentages by Martin Szulecki · 14 years ago
  20. 7569c57 idevicebackup4: Revise usage message once again for "humans" by Martin Szulecki · 14 years ago
  21. 9752fd0 idevicebackup4: No need to print "Description:" infront of error code messages by Martin Szulecki · 14 years ago
  22. d46fe81 idevicebackup4: Remove disturbing error message if stat could not find a file by Martin Szulecki · 14 years ago
  23. 73382f3 idevicebackup4: Add verbose level to make info and list command output useable by Martin Szulecki · 14 years ago
  24. d7cdd78 idevicebackup4: Fix memory leaks when receiving files and save device filename by Martin Szulecki · 14 years ago
  25. e9b5eba idevicebackup: Detect last file data hunk flag to prevent printing errors by Martin Szulecki · 14 years ago
  26. d2a15c5 idevicebackup4: Add info and list commands to usage output and make DIRECTORY argument mandatory by Martin Szulecki · 14 years ago
  27. 8dfc72f idevicebackup4: Use cast to silence compiler warning by Martin Szulecki · 14 years ago
  28. 103ef2b idevicebackup4: Improve backup progress output which contained crippled chars by Martin Szulecki · 14 years ago
  29. fdeb09f idevicebackup4: Improve message when discarding data during cancelling of backup by Martin Szulecki · 14 years ago
  30. 60ec8e2 idevicebackup4: Remove obsolete debug_buf() function by Martin Szulecki · 14 years ago
  31. d81d4cc idevicebackup4: Improve error message text if user aborts backup on the device by Martin Szulecki · 14 years ago
  32. 5faa1a4 idevicebackup4: Remove obsolete device_link_file_status_t enum by Martin Szulecki · 14 years ago
  33. 8c771ad idevicebackup4: add more error checking to mb2_handle_receive_files by Nikias Bassen · 14 years ago
  34. 39a5ece idevicebackup4: prefix mobilebackup2 specific functions with 'mb2_' by Nikias Bassen · 14 years ago
  35. 3c1c61f idevicebackup4: clean up more stuff by Nikias Bassen · 14 years ago
  36. 850df2c idevicebackup4: improve error handling a bit by Nikias Bassen · 14 years ago
  37. 8bfed34 idevicebackup4: check Status.plist before restore and after backup by Nikias Bassen · 14 years ago
  38. 9c21226 idevicebackup4: fix DLMessageDownloadFiles handling by Nikias Bassen · 14 years ago
  39. f6dc731 idevicebackup4: don't segfault if opening file for writing fails by Nikias Bassen · 14 years ago
  40. 06fe377 idevicebackup4: make sure the backup device subdir exists on backup by Nikias Bassen · 14 years ago
  41. 1129d1d idevicebackup4: If usec is set, the plist dates get malformed, thus do not pass it by Martin Szulecki · 14 years ago
  42. 044a5ad idevicebackup4: fix file type handling for DLContentsOfDirectory message by Nikias Bassen · 14 years ago
  43. aae3469 idevicebackup4: basic implementation of DLContentsOfDirectory by Nikias Bassen · 14 years ago
  44. 1234b3b Revert "idevicebackup4: return success for empty DLMessageUploadFiles messages" by Nikias Bassen · 14 years ago
  45. 43a55bb idevicebackup4: return success for empty DLMessageUploadFiles messages by Nikias Bassen · 14 years ago
  46. 281dcd2 idevicebackup4: add dummy DLMessageCopyItem message by Nikias Bassen · 14 years ago
  47. 016c8d3 idevicebackup4: Show current transfer size in progress output, too by Martin Szulecki · 14 years ago
  48. 59da814 idevicebackup4: Show correct message instead of "Backup Failed." if backup was aborted by Martin Szulecki · 14 years ago
  49. e02a0c0 idevicebackup4: remove incomplete files on error by Nikias Bassen · 14 years ago
  50. 5efbd48 idevicebackup4: remove unused manifest_path variable by Nikias Bassen · 14 years ago
  51. 336e090 idevicebackup4: remove Status.plist checks, the device handles this now by Nikias Bassen · 14 years ago
  52. 9ef4e64 idevicebackup4: fix test for non-existant files by Nikias Bassen · 14 years ago
  53. 2d3e75d idevicebackup4: only write PhoneNumber key in Info.plist if present by Nikias Bassen · 14 years ago
  54. 5eefa48 idevicebackup4: create (mostly) proper Info.plist by Nikias Bassen · 14 years ago
  55. 88bdba2 idevicebackup4: actually print info and list data by Nikias Bassen · 14 years ago
  56. 18e4f05 mobilebackup2: added info and list commands, started restore implementation by Nikias Bassen · 14 years ago
  57. ae7013d mobilebackup2: small api changes by Nikias Bassen · 14 years ago
  58. ca7dba1 Add initial mobilebackup2 support and idevicebackup4 tool by Nikias Bassen · 15 years ago