index
:
ideviceinstaller
master
Manage applications on iOS devices
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
Fix compiler error due to mismatching format in format string
Nikias Bassen
1
-1
/
+1
2023-07-21
Fix get wrong app directory from zip/ipa when there are other directory, taki...
zhangbo
1
-0
/
+6
2023-07-21
Use plist_from_memory instead of plist_from_bin/xml
Nikias Bassen
1
-22
/
+12
2023-07-21
Add options for using external sinf and iTunes metadata
Francesco Tamagni
1
-24
/
+113
2023-07-21
Fix wrong exit code on specific output format (xml or json)
tomriddly
1
-0
/
+1
2023-06-30
Replace obsoleted zip_get_num_files with zip_get_num_entries
Nikias Bassen
1
-4
/
+4
2023-04-21
Add support for JSON output
Nikias Bassen
1
-17
/
+73
2023-04-12
Fix compilation
Nikias Bassen
1
-1
/
+1
2023-03-27
Further rework of command line option handling
Nikias Bassen
1
-106
/
+83
2023-03-25
Add -a command line switch to specify return attributes for 'list' command
Nikias Bassen
1
-26
/
+88
2023-03-23
Use CFBundleShortVersionString to display the app version
Nikias Bassen
1
-33
/
+8
2023-03-21
Mention in the documentation that certain commands don't work anymore with iO...
Nikias Bassen
1
-2
/
+3
2023-02-28
Update error message to be more precise on the underlying issue
Nikias Bassen
1
-1
/
+1
2023-02-28
Fix segfault with missing Payload dir in .ipa
Nikias Bassen
1
-0
/
+4
2023-02-11
Rework command line option handling
Nikias Bassen
1
-137
/
+127
2023-02-11
Add -b, --bundle-identifier command line switch to allow querying for bundle ...
Nikias Bassen
1
-1
/
+21
2023-02-11
Make sure to always return an error code if something goes wrong
Nikias Bassen
1
-57
/
+20
2022-05-09
Ignore remove events when unsubscribing the event callback
Nikias Bassen
1
-0
/
+6
2020-06-05
Add --network option to support network devices
Nikias Bassen
1
-6
/
+16
2020-06-04
Add new "--version" option to output version information
Martin Szulecki
1
-1
/
+6
2020-06-04
Unify usage output with other tools and add project URLs
Martin Szulecki
1
-28
/
+34
2019-09-28
Ignore SIGPIPE
Nikias Bassen
1
-0
/
+6
2019-06-13
Make wait for install/uninstall notification optional with -n command line sw...
Nikias Bassen
1
-37
/
+46
2019-05-09
Fix compilation on win32
Nikias Bassen
1
-7
/
+37
2019-05-08
Do not bail when notification is sent too early
Rudolf Tammekivi
1
-1
/
+1
2019-01-29
Fix wrong size allocation for filename (developer app install)
Nikias Bassen
1
-1
/
+1
2018-10-01
Remove length check on device UDID argument to support newer devices
Nikias Bassen
1
-41
/
+4
2018-06-01
Return non-zero status on ideviceinstaller errors
Greg Dennis
1
-45
/
+79
2018-04-05
Add newline to progress output when operation completes
Nikias Bassen
1
-0
/
+3
2018-03-23
Fix progress output to skip printing repeated progress status
Nikias Bassen
1
-3
/
+3
2018-03-23
Renamed some variables and removed unnecessary if(x) checks before *free(x) c...
Nikias Bassen
1
-72
/
+35
2018-03-23
Fix wrong device disconnected detection
Rudolf Tammekivi
1
-1
/
+8
2018-03-23
Delete lines 54-60 of ideviceinstaller.c.
Paul Vojta
1
-7
/
+0
2018-03-23
Display CFBundleIdentifier for .app folder installs
Perry Clarke
1
-0
/
+46
2018-03-23
Prevent segfault when trying to print progress (and the current status is act...
Greg Dennis
1
-1
/
+1
2016-08-12
Ignore .DS_Store files and other hidden files when parsing Zip files
Nikias Bassen
1
-0
/
+4
2015-01-28
Fix a few trailing whitespace errors
Martin Szulecki
1
-4
/
+4
2015-01-28
Reduce sleep time in wait handler to increase performance of commands
Martin Szulecki
1
-1
/
+1
2015-01-28
Add homepage URL to usage output
Martin Szulecki
1
-0
/
+1
2015-01-28
Update copyright header
Martin Szulecki
1
-3
/
+4
2015-01-28
Port code and bump dependency on libimobiledevice >= 1.2.0
Martin Szulecki
1
-169
/
+176
2015-01-28
Report to stderr if status callback was called with invalid arguments
Martin Szulecki
1
-1
/
+1
2015-01-28
Remove unused notification printing in callback
Martin Szulecki
1
-1
/
+0
2014-10-15
Synchronize command usage in man page and ideviceinstaller itself
1.1.0
Martin Szulecki
1
-1
/
+1
2014-10-14
Use correct error type for afc checks
Martin Szulecki
1
-2
/
+2
2014-10-02
Fix installation of IPA files which are missing app directory zip file entry
Martin Szulecki
1
-6
/
+0
2014-08-20
Return non-zero exit status (128) when device error occurrs
Nikias Bassen
1
-0
/
+4
2014-08-20
Fix spelling of 'occurred'
Nikias Bassen
1
-6
/
+6
2014-08-20
Make sure target buffer for readlink is large enough and gets NULL-terminated
Nikias Bassen
1
-3
/
+7
2014-05-27
Add support for installing from directories which contain symlinks
Martin Szulecki
1
-0
/
+11
[next]