summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-12-08idevicebackup2: Implement support to supply backup password for restoreGravatar Martin Szulecki1-7/+24
2012-12-08installation_proxy: Correctly handle adding ReturnAttributes in client optionsGravatar Martin Szulecki1-1/+1
2012-11-30diagnostics_relay: Handle "UnknownRequest" status response correctlyGravatar Martin Szulecki2-8/+51
2012-11-29ideviceprovision: fix warning when building for win32Gravatar Nikias Bassen1-0/+4
2012-11-29idevicebackup2: suppress "Can't remove" warning about Manifest.mbdxGravatar Nikias Bassen1-2/+11
This file is not used anymore since iOS 5.0 but the device's BackupAgent2 is still requesting the deletion of this file. To not confuse the user we just suppress the warning if the file could not be deleted.
2012-11-29idevicebackup2: Add flag to remove items not being restored from target deviceGravatar Martin Szulecki1-2/+10
2012-11-29idevicebackup2: add --source option to allow using backup directories from ↵Gravatar Nikias Bassen1-76/+39
other devices
2012-11-29tools: mass replace 'device' with 'phone' variable namesGravatar Nikias Bassen8-58/+58
2012-11-29idevice: use 'dev' instead of 'phone' as variable nameGravatar Nikias Bassen1-5/+5
2012-11-29afc: fix documentation to say 'device' instead of 'phone'Gravatar Nikias Bassen1-11/+11
2012-11-29idevicebackup2: pass UDID to factory_info_plist_new instead of requeryingGravatar Nikias Bassen1-6/+3
2012-11-29idevicebackup: pass UDID to factory_info_plist_new instead of requeryingGravatar Nikias Bassen1-6/+3
2012-11-29tools: use pointer instead of static buffer for UDID since it can start with '0'Gravatar Nikias Bassen10-93/+60
2012-11-29idevicedebugserver: fix small bug in error messageGravatar Nikias Bassen1-1/+1
2012-11-22idevicebackup2: use RemoveDirectory/DeleteFile instead of remove() on win32Gravatar Nikias Bassen1-0/+37
2012-11-22idevicebackup2: fix building on win32Gravatar Nikias Bassen1-3/+12
2012-11-22idevicebackup: Fix crash if manifest is sent early on in the backup processGravatar Martin Szulecki1-2/+3
2012-11-20endianness: define htole32/le32toh for systems lacking itGravatar Nikias Bassen1-0/+12
2012-11-08configure: fixed confusing --enable-debug-code help stringGravatar Nikias Bassen1-2/+2
2012-11-08idevicedate: fix time retrieval for iOS6+Gravatar Nikias Bassen1-1/+15
2012-10-21screenshotr: Bump DL proto version to 300 to fix iOS 6 supportGravatar Martin Szulecki1-1/+1
2012-10-21Add manpages for new toolsGravatar Martin Szulecki4-1/+127
2012-10-21idevicediagnostics: Change license to LGPL as used by other toolsGravatar Martin Szulecki1-17/+15
2012-10-21Update NEWS with latest changesGravatar Martin Szulecki1-0/+16
2012-10-21idevicediagnostics: Implement multiple commands to make the tool usefulGravatar Martin Szulecki1-35/+200
2012-10-21diagnostics_relay: Implement query functions for MobileGestalt and IORegistryGravatar Martin Szulecki2-0/+114
2012-10-21diagnostics_relay: Implement sleep, restart, shutdown and request_diagnosticsGravatar Martin Szulecki3-97/+135
2012-10-21Add new idevicediagnostics toolGravatar Martin Szulecki2-1/+140
2012-10-21diagnostics_relay: Add basic new service implementationGravatar Martin Szulecki5-2/+433
2012-10-21Add new idevicedebugserverproxy toolGravatar Martin Szulecki6-1/+922
2012-10-21ideviceprovision: Change usage of arguments to not use commands like optionsGravatar Martin Szulecki1-17/+19
2012-10-21Added ideviceprovision toolGravatar Nikias Bassen2-1/+427
2012-10-21Added com.apple.misagent service protocol implementationGravatar Nikias Bassen5-0/+402
2012-10-17mobilebackup2: raised DL version so idevicebackup2 actually works with iOS6Gravatar Nikias Bassen1-1/+1
2012-10-16ideviceimagemounter: updated for compatibility with iOS6Gravatar Nikias Bassen1-1/+1
2012-10-16idevicebackup2: updated for compatibility with iOS6Gravatar Nikias Bassen1-2/+13
2012-09-05Don't crash if $HOME is emptyGravatar Bastien Nocera1-1/+22
If both $XDG_CONFIG_HOME and $HOME are unset, we'd try to copy a NULL string, causing a crash. This is the environment systemd provides to its daemons, and that was causing upowerd to crash. http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets/273-patch-fix-segfault-when-running-with-home-unset#ticket-273-2 http://libiphone.lighthouseapp.com/projects/27916/tickets/265-userpref_get_config_dir-segfaults-when-home-is-undefined https://bugzilla.redhat.com/show_bug.cgi?id=834359
2012-06-26property_list_service: do not strip non-ASCII characters from XML plistsGravatar Christophe Fergeau1-1/+1
'content' is declared as char content[] so if char is signed, all characters with the high bit set will be negative so they will be < 0x20. This means the code will strip all non-ASCII (multi-byte) UTF-8 characters and replace them with spaces. This commit fixes it now by really only considering ASCII characters.
2012-05-17configure: Check if libplist Cython bindings are installed at configure timeGravatar Martin Szulecki1-3/+13
2012-05-17cython: Do not override final methods as comply to Cython >= 0.16 strict checkGravatar Martin Szulecki4-9/+8
2012-05-17m4: Fix parsing of "artistic" cython version strings to fix version detectionGravatar Martin Szulecki1-2/+7
2012-04-25ideviceinfo: Add more known lockdownd domainsGravatar Martin Szulecki1-0/+5
2012-04-18idevice: fix openssl initialization and handle error to avoid crashGravatar Nikias Bassen1-4/+11
2012-04-08restore: Add note that service API is only available for restore mode devicesGravatar Martin Szulecki1-0/+1
2012-04-08Post-release version bump to 1.1.5Gravatar Martin Szulecki1-1/+1
2012-04-08Update NEWS with latest changes1.1.4Gravatar Martin Szulecki1-0/+9
2012-04-08Bump soname revision due to internal changesGravatar Martin Szulecki1-1/+1
2012-04-08Bump version to 1.1.4Gravatar Martin Szulecki1-1/+1
2012-04-08idevicesyslog: fix bug causing the connection to close after timeoutGravatar Nikias Bassen1-1/+1
2012-04-08Bump version to unstable 1.1.31.1.3Gravatar Martin Szulecki1-1/+1