summaryrefslogtreecommitdiff
path: root/tools/ideviceimagemounter.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated to use latest libplist API changesNikias Bassen2023-04-211-35/+6
|
* tools/ideviceimagemounter: Notify user of missing Developer Mode on iOS 16+Nikias Bassen2022-12-101-0/+14
|
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-23/+23
|
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-1/+1
|
* tools: Avoid copying optarg where possibleNikias Bassen2020-06-071-11/+6
|
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-9/+19
|
* tools: Add --version command line switchNikias Bassen2020-06-051-9/+16
|
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-3/+7
|
* tools: Ignore SIGPIPE wherever possibleNikias Bassen2019-09-281-0/+6
|
* mobile_image_mounter: Better error handling (e.g. when device is locked)Nikias Bassen2019-09-271-2/+11
|
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-14/+11
| | | | | | | The 40 characters length check on the device UDID made newer devices unusable with the libimobiledevice tools and was actually redundant since an invalid UDID will always fail to resolve. This commit removes the length check alltogether (but makes sure it is not an empty string "").
* ideviceimagemounter: Fix possible memleak in option parsingBastien Nocera2018-07-241-0/+4
| | | | | If some arguments are passed multiple times, don't leak the memory used for the value of the first arguments passed.
* tools: Use PACKAGE_URL define for homepage project links in usage outputMartin Szulecki2015-10-061-1/+5
|
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-4/+4
|
* tools: Add link to project homepage on usage outputMartin Szulecki2015-01-271-0/+1
|
* tools: Make sure to print an error when lockdown connection failsNikias Bassen2014-10-111-2/+3
|
* ideviceimagemounter: Refactor image upload handling for better compatibilityMartin Szulecki2014-06-131-53/+64
|
* ideviceimagemounter: Use plist print helper from common moduleMartin Szulecki2014-05-211-144/+6
|
* ideviceimagemounter: change output 'Copying' to more correct 'Uploading'Nikias Bassen2014-02-101-1/+2
|
* ideviceimagemounter: use new image file uploading code for iOS 7+Nikias Bassen2014-02-091-57/+86
|
* Silence compiler warnings for win32 buildsMartin Szulecki2013-05-231-1/+2
|
* global: make sure to check service before checking service->port to prevent ↵Nikias Bassen2013-03-141-2/+2
| | | | crashes
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-8/+16
| | | | | This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
* ideviceimagemounter: updated for compatibility with iOS6Nikias Bassen2012-10-161-1/+1
|
* Relicense ideviceimagemounter and idevicescreenshot to LGPLMartin Szulecki2012-04-071-15/+12
| | | | | Signed-off-by: Nikias Bassen Signed-off-by: Martin Szulecki
* Update comments of tools to use "device" instead of naming specific modelsMartin Szulecki2012-04-071-2/+3
|
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-6/+6
|
* use binary mode for fopen to make it work with win32Nikias Bassen2012-03-191-2/+2
|
* Moved asprintf.h to better location and include it in ideviceimagemounter.cNikias Bassen2012-03-191-0/+1
|
* Completely remove glib dependency.Nikias Bassen2012-03-181-5/+20
|
* ideviceimagemounter: remove bogus g_free()Nikias Bassen2011-05-281-1/+0
|
* ideviceimagemounter: Add missing libgen.h header includeMartin Szulecki2011-03-261-0/+1
|
* Fix indentation and a printf warning in ideviceimagemounterMartin Szulecki2010-05-281-10/+10
|
* New mobile_image_mounter interface plus ideviceimagemounter toolNikias Bassen2010-02-191-0/+525