summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
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-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-08idevicedate: fix time retrieval for iOS6+Gravatar Nikias Bassen1-1/+15
2012-10-21idevicediagnostics: Change license to LGPL as used by other toolsGravatar Martin Szulecki1-17/+15
2012-10-21idevicediagnostics: Implement multiple commands to make the tool usefulGravatar Martin Szulecki1-35/+200
2012-10-21diagnostics_relay: Implement sleep, restart, shutdown and request_diagnosticsGravatar Martin Szulecki1-1/+1
2012-10-21Add new idevicediagnostics toolGravatar Martin Szulecki2-1/+140
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-16ideviceimagemounter: updated for compatibility with iOS6Gravatar Nikias Bassen1-1/+1
2012-10-16idevicebackup2: updated for compatibility with iOS6Gravatar Nikias Bassen1-2/+13
2012-04-25ideviceinfo: Add more known lockdownd domainsGravatar Martin Szulecki1-0/+5
2012-04-08idevicesyslog: fix bug causing the connection to close after timeoutGravatar Nikias Bassen1-1/+1
2012-04-08idevicesyslog: fix reading from syslog_relay (simple socket connection)Gravatar Nikias Bassen1-25/+5
2012-04-07ideviceinfo: Add new known lockdown domainsGravatar Martin Szulecki1-0/+3
2012-04-07Relicense ideviceimagemounter and idevicescreenshot to LGPLGravatar Martin Szulecki2-30/+24
Signed-off-by: Nikias Bassen Signed-off-by: Martin Szulecki
2012-04-07tools: Add proper LGPL license header for idevice_idGravatar Martin Szulecki1-0/+21
2012-04-07Update comments of tools to use "device" instead of naming specific modelsGravatar Martin Szulecki7-12/+14
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki10-136/+136
2012-03-22tools: Add libplist CFLAGS to fix build for some OS X setupsGravatar Martin Szulecki1-1/+1
2012-03-21tools: Remove obsolete glib2 flags from idevicebackup* in MakefileGravatar Martin Szulecki1-4/+4
2012-03-21tools: Fix compiler warnings for idevicebackup and idevicebackup2Gravatar Martin Szulecki2-6/+9
2012-03-19dev/tools: add libplist_LIBS to Makefile.amGravatar Nikias Bassen1-1/+1
2012-03-19use binary mode for fopen to make it work with win32Gravatar Nikias Bassen2-3/+3
2012-03-19idevicebackup2: don't list . and .. in directories.Gravatar Nikias Bassen1-0/+6
2012-03-19Fix format_size_for_display for size < 1000Gravatar Nikias Bassen2-0/+4
2012-03-19tools: win32 build fixesGravatar Nikias Bassen2-2/+14
2012-03-19Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2Gravatar Nikias Bassen3-133/+267
2012-03-19win32: fix idevicesyslog buildingGravatar Nikias Bassen1-1/+3
2012-03-19Add OpenSSL supportGravatar Nikias Bassen3-4/+78
2012-03-19New file for be*/le* macros plus check for endian.h presenceGravatar Nikias Bassen1-0/+1
2012-03-19Moved asprintf.h to better location and include it in ideviceimagemounter.cGravatar Nikias Bassen1-0/+1
2012-03-18Completely remove glib dependency.Gravatar Nikias Bassen5-23/+92
2012-01-11idevicesyslog: use fflush to immediately write out bufferGravatar Nikias Bassen1-0/+1
2011-10-12idevicebackup2: plug another memory leakGravatar Nikias Bassen1-0/+2
2011-05-28idevicebackup2: plug a small memory leakGravatar Nikias Bassen1-1/+3
2011-05-28ideviceimagemounter: remove bogus g_free()Gravatar Nikias Bassen1-1/+0
2011-05-19ideviceinfo: fix possible segmentation fault when parsing empty data nodesGravatar Nikias Bassen1-4/+8
Thanks to Gordon Assaf for pointing this out.
2011-05-17idevicebackup2: fix restore command option handlingGravatar Nikias Bassen1-4/+4
The constant for --system option was set to 0 resulting in this option not being evaluated.