Age | Commit message (Expand) | Author | Files | Lines |
2016-04-01 | idevicebackup: fix some timestamps that are relative to the Mac epoch instead... | BALATON Zoltan | 1 | -2/+2 |
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | Martin Szulecki | 1 | -1/+1 |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -12/+12 |
2015-01-27 | tools: Add link to project homepage on usage output | Martin Szulecki | 1 | -0/+1 |
2015-01-27 | idevicebackup: Notify user if erroneously used with an iOS 4 or later device | Nikias Bassen | 1 | -0/+21 |
2014-10-22 | common: Move size format helper to utils and use it in idevicebackup tools | Martin Szulecki | 1 | -23/+4 |
2014-10-22 | common: Move string_toupper() helper to utils and use it in idevicebackup tools | Martin Szulecki | 1 | -11/+1 |
2014-10-22 | common: Share idevicebackup helper string_build_path() from utils | Martin Szulecki | 1 | -28/+1 |
2014-10-11 | tools: Make sure to print an error when lockdown connection fails | Nikias Bassen | 1 | -1/+2 |
2014-10-05 | idevicebackup: Fix error variables for type consistency | Martin Szulecki | 1 | -6/+7 |
2014-08-06 | idevicebackup2/idevicebackup: Remove code duplication and use common code for... | Nikias Bassen | 1 | -88/+1 |
2014-03-24 | idevicebackup: Do not read backup files entirely into memory during restore | Nikias Bassen | 1 | -8/+28 |
2014-03-20 | Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()" | Martin Szulecki | 1 | -24/+24 |
2013-03-14 | global: make sure to check service before checking service->port to prevent c... | Nikias Bassen | 1 | -8/+3 |
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | Martin Szulecki | 1 | -17/+37 |
2013-02-21 | idevicebackup: Fix compiler warning when building for WIN32 | Martin Szulecki | 1 | -0/+1 |
2012-11-29 | tools: mass replace 'device' with 'phone' variable names | Nikias Bassen | 1 | -11/+11 |
2012-11-29 | idevicebackup: pass UDID to factory_info_plist_new instead of requerying | Nikias Bassen | 1 | -6/+3 |
2012-11-29 | tools: use pointer instead of static buffer for UDID since it can start with '0' | Nikias Bassen | 1 | -4/+7 |
2012-11-22 | idevicebackup: Fix crash if manifest is sent early on in the backup process | Martin Szulecki | 1 | -2/+3 |
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | Martin Szulecki | 1 | -17/+17 |
2012-03-21 | tools: Fix compiler warnings for idevicebackup and idevicebackup2 | Martin Szulecki | 1 | -2/+4 |
2012-03-19 | Fix format_size_for_display for size < 1000 | Nikias Bassen | 1 | -0/+2 |
2012-03-19 | tools: win32 build fixes | Nikias Bassen | 1 | -1/+7 |
2012-03-19 | Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2 | Nikias Bassen | 1 | -41/+92 |
2012-03-19 | Add OpenSSL support | Nikias Bassen | 1 | -1/+76 |
2010-08-17 | idevicebackup: try multiple times to lock for sync | Nikias Bassen | 1 | -3/+22 |
2010-07-23 | idevicebackup: Improve reporting of received backup files using a progress bar | Martin Szulecki | 1 | -8/+49 |
2010-07-23 | idevicebackup: Make sure we can quit while waiting for device to send data | Martin Szulecki | 1 | -2/+2 |
2010-07-23 | idevicebackup: Do not save just the last hunk of first file to backup | Martin Szulecki | 1 | -1/+1 |
2010-07-21 | idevicebackup: Give the device time to prepare backup data | Martin Szulecki | 1 | -0/+7 |
2010-06-10 | idevicebackup: Finish implementing sending application data for restore | Martin Szulecki | 1 | -3/+68 |
2010-06-10 | idevicebackup: Term "Restoring" might be more accurate than "Sending" | Martin Szulecki | 1 | -1/+1 |
2010-06-09 | idevicebackup: Implement restore command for files and make restore work | Martin Szulecki | 1 | -26/+128 |
2010-06-09 | idevicebackup: Fix broken backup due to closing down lockdown too early | Martin Szulecki | 1 | -8/+13 |
2010-06-08 | Free lockdownd connection early for both backup and restore commands | Martin Szulecki | 1 | -8/+6 |
2010-06-08 | Fix typos in mobilesync code | Martin Szulecki | 1 | -1/+1 |
2010-06-06 | idevicebackup: use new restore functions, sending files still to be done | Nikias Bassen | 1 | -7/+60 |
2010-06-04 | idevicebackup: verify all backup files when restoring | Nikias Bassen | 1 | -2/+241 |
2010-06-04 | idevicebackup: read and verify manifest.plist when restoring | Nikias Bassen | 1 | -0/+70 |
2010-06-04 | idevicebackup: verify Info.plist to ensure restoring to same device | Nikias Bassen | 1 | -1/+11 |
2010-06-04 | idevicebackup: read Status.plist to ensure restoring from successful backup | Nikias Bassen | 1 | -0/+28 |
2010-06-04 | idevicebackup: don't use lockfile and sync notification for restore | Nikias Bassen | 1 | -7/+11 |
2010-06-04 | idevicebackup: use manifest_path for restore too | Nikias Bassen | 1 | -7/+5 |
2010-06-04 | idevicebackup: updated the workflow for the restore process | Nikias Bassen | 1 | -4/+15 |
2010-05-31 | idevicebackup: Fix comment | Nikias Bassen | 1 | -1/+1 |
2010-05-31 | idevicebackup: correctly handle removal of existing .mddata + .mdinfo files | Nikias Bassen | 1 | -3/+5 |
2010-04-06 | idevicebackup: better handle broken or missing plist files | Nikias Bassen | 1 | -13/+35 |
2010-03-16 | Use new mobilebackup functions | Nikias Bassen | 1 | -77/+18 |
2010-03-08 | Add user data parameter to notification callback function | Nikias Bassen | 1 | -2/+2 |