summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-07-21Fix compiler error due to mismatching format in format stringGravatar Nikias Bassen1-1/+1
2023-07-21Fix get wrong app directory from zip/ipa when there are other directory, taki...Gravatar zhangbo1-0/+6
2023-07-21Use plist_from_memory instead of plist_from_bin/xmlGravatar Nikias Bassen1-22/+12
2023-07-21Add options for using external sinf and iTunes metadataGravatar Francesco Tamagni1-24/+113
2023-07-21Fix wrong exit code on specific output format (xml or json)Gravatar tomriddly1-0/+1
2023-06-30Replace obsoleted zip_get_num_files with zip_get_num_entriesGravatar Nikias Bassen1-4/+4
2023-04-21Add support for JSON outputGravatar Nikias Bassen1-17/+73
2023-04-12Fix compilationGravatar Nikias Bassen1-1/+1
2023-03-27Further rework of command line option handlingGravatar Nikias Bassen1-106/+83
2023-03-25Add -a command line switch to specify return attributes for 'list' commandGravatar Nikias Bassen1-26/+88
2023-03-23Use CFBundleShortVersionString to display the app versionGravatar Nikias Bassen1-33/+8
2023-03-21Mention in the documentation that certain commands don't work anymore with iO...Gravatar Nikias Bassen1-2/+3
2023-02-28Update error message to be more precise on the underlying issueGravatar Nikias Bassen1-1/+1
2023-02-28Fix segfault with missing Payload dir in .ipaGravatar Nikias Bassen1-0/+4
2023-02-11Rework command line option handlingGravatar Nikias Bassen1-137/+127
2023-02-11Add -b, --bundle-identifier command line switch to allow querying for bundle ...Gravatar Nikias Bassen1-1/+21
2023-02-11Make sure to always return an error code if something goes wrongGravatar Nikias Bassen1-57/+20
2022-05-09Ignore remove events when unsubscribing the event callbackGravatar Nikias Bassen1-0/+6
2020-06-05Add --network option to support network devicesGravatar Nikias Bassen1-6/+16
2020-06-04Add new "--version" option to output version informationGravatar Martin Szulecki1-1/+6
2020-06-04Unify usage output with other tools and add project URLsGravatar Martin Szulecki1-28/+34
2019-09-28Ignore SIGPIPEGravatar Nikias Bassen1-0/+6
2019-06-13Make wait for install/uninstall notification optional with -n command line sw...Gravatar Nikias Bassen1-37/+46
2019-05-09Fix compilation on win32Gravatar Nikias Bassen1-7/+37
2019-05-08Do not bail when notification is sent too earlyGravatar Rudolf Tammekivi1-1/+1
2019-01-29Fix wrong size allocation for filename (developer app install)Gravatar Nikias Bassen1-1/+1
2018-10-01Remove length check on device UDID argument to support newer devicesGravatar Nikias Bassen1-41/+4
2018-06-01Return non-zero status on ideviceinstaller errorsGravatar Greg Dennis1-45/+79
2018-04-05Add newline to progress output when operation completesGravatar Nikias Bassen1-0/+3
2018-03-23Fix progress output to skip printing repeated progress statusGravatar Nikias Bassen1-3/+3
2018-03-23Renamed some variables and removed unnecessary if(x) checks before *free(x) c...Gravatar Nikias Bassen1-72/+35
2018-03-23Fix wrong device disconnected detectionGravatar Rudolf Tammekivi1-1/+8
2018-03-23Delete lines 54-60 of ideviceinstaller.c.Gravatar Paul Vojta1-7/+0
2018-03-23Display CFBundleIdentifier for .app folder installsGravatar Perry Clarke1-0/+46
2018-03-23Prevent segfault when trying to print progress (and the current status is act...Gravatar Greg Dennis1-1/+1
2016-08-12Ignore .DS_Store files and other hidden files when parsing Zip filesGravatar Nikias Bassen1-0/+4
2015-01-28Fix a few trailing whitespace errorsGravatar Martin Szulecki1-4/+4
2015-01-28Reduce sleep time in wait handler to increase performance of commandsGravatar Martin Szulecki1-1/+1
2015-01-28Add homepage URL to usage outputGravatar Martin Szulecki1-0/+1
2015-01-28Update copyright headerGravatar Martin Szulecki1-3/+4
2015-01-28Port code and bump dependency on libimobiledevice >= 1.2.0Gravatar Martin Szulecki1-169/+176
2015-01-28Report to stderr if status callback was called with invalid argumentsGravatar Martin Szulecki1-1/+1
2015-01-28Remove unused notification printing in callbackGravatar Martin Szulecki1-1/+0
2014-10-15Synchronize command usage in man page and ideviceinstaller itself1.1.0Gravatar Martin Szulecki1-1/+1
2014-10-14Use correct error type for afc checksGravatar Martin Szulecki1-2/+2
2014-10-02Fix installation of IPA files which are missing app directory zip file entryGravatar Martin Szulecki1-6/+0
2014-08-20Return non-zero exit status (128) when device error occurrsGravatar Nikias Bassen1-0/+4
2014-08-20Fix spelling of 'occurred'Gravatar Nikias Bassen1-6/+6
2014-08-20Make sure target buffer for readlink is large enough and gets NULL-terminatedGravatar Nikias Bassen1-3/+7
2014-05-27Add support for installing from directories which contain symlinksGravatar Martin Szulecki1-0/+11