Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-04 | Use secure project URL in configure.ac | 1 | -1/+1 | ||
2019-09-28 | Ignore SIGPIPE | 1 | -0/+6 | ||
2019-06-13 | Make wait for install/uninstall notification optional with -n command line ↵ | 1 | -37/+46 | ||
switch | |||||
2019-05-09 | Fix compilation on win32 | 2 | -8/+38 | ||
2019-05-08 | Do not bail when notification is sent too early | 1 | -1/+1 | ||
2019-01-29 | Fix wrong size allocation for filename (developer app install) | 1 | -1/+1 | ||
2018-10-01 | Remove length check on device UDID argument to support newer devices | 1 | -41/+4 | ||
2018-06-01 | Return non-zero status on ideviceinstaller errors | 1 | -45/+79 | ||
Fixes: https://github.com/libimobiledevice/ideviceinstaller/issues/96 | |||||
2018-04-05 | Add newline to progress output when operation completes | 1 | -0/+3 | ||
2018-03-23 | Fix progress output to skip printing repeated progress status | 1 | -3/+3 | ||
2018-03-23 | Renamed some variables and removed unnecessary if(x) checks before *free(x) ↵ | 1 | -72/+35 | ||
calls | |||||
2018-03-23 | Fix wrong device disconnected detection | 1 | -1/+8 | ||
Currently ideviceinstaller hooked to event IDEVICE_DEVICE_REMOVE, but did not check UDID, so it bailed out if a random idevice was disconnected. Also added a message to indicate when a device is disconnected. | |||||
2018-03-23 | Fixed compilation instructions | 1 | -1/+1 | ||
(From pull request #65.) | |||||
2018-03-23 | Delete lines 54-60 of ideviceinstaller.c. | 1 | -7/+0 | ||
The reason for this is that these lines are only useful for very old versions of libzip, but those versions are now disallowed by the configure script. This fixes issues #43, #50, #66, and (probably) #55. | |||||
2018-03-23 | Display CFBundleIdentifier for .app folder installs | 1 | -0/+46 | ||
2018-03-23 | Prevent segfault when trying to print progress (and the current status is ↵ | 1 | -1/+1 | ||
actually NULL) | |||||
2016-08-12 | Ignore .DS_Store files and other hidden files when parsing Zip files | 1 | -0/+4 | ||
2016-01-19 | Bump libzip version requirement to >= 0.10 | 1 | -1/+1 | ||
2015-01-28 | Fix a few trailing whitespace errors | 1 | -4/+4 | ||
2015-01-28 | Reduce sleep time in wait handler to increase performance of commands | 1 | -1/+1 | ||
2015-01-28 | man: Add link to project homepage | 1 | -0/+2 | ||
2015-01-28 | Add homepage URL to usage output | 1 | -0/+1 | ||
2015-01-28 | Update copyright header | 1 | -3/+4 | ||
2015-01-28 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | 1 | -2/+2 | ||
2015-01-28 | Port code and bump dependency on libimobiledevice >= 1.2.0 | 2 | -186/+177 | ||
This also drops compatibility with older releases but cleans up the code. Listing apps is also now more efficient due to use of pagination callbacks. | |||||
2015-01-28 | Report to stderr if status callback was called with invalid arguments | 1 | -1/+1 | ||
2015-01-28 | Remove unused notification printing in callback | 1 | -1/+0 | ||
2015-01-28 | Update README with new git URL, IRC and twitter profile | 1 | -3/+9 | ||
2014-10-15 | Post-release version bump to 1.1.1 | 1 | -1/+1 | ||
2014-10-15 | Synchronize command usage in man page and ideviceinstaller itself1.1.0 | 2 | -7/+12 | ||
2014-10-14 | man: Update man page to have correct short arguments | 1 | -2/+2 | ||
2014-10-14 | Update NEWS with latest changes | 1 | -0/+34 | ||
2014-10-14 | Add "check-news" automake option to ensure correct NEWS file on releases | 1 | -1/+1 | ||
2014-10-14 | Bump version to 1.1.0 | 1 | -1/+1 | ||
2014-10-14 | Use correct error type for afc checks | 1 | -2/+2 | ||
2014-10-02 | Fix installation of IPA files which are missing app directory zip file entry | 1 | -6/+0 | ||
2014-08-20 | Return non-zero exit status (128) when device error occurrs | 1 | -0/+4 | ||
2014-08-20 | Fix spelling of 'occurred' | 1 | -6/+6 | ||
2014-08-20 | Make sure target buffer for readlink is large enough and gets NULL-terminated | 1 | -3/+7 | ||
2014-05-27 | Add support for installing from directories which contain symlinks | 2 | -0/+30 | ||
2014-05-27 | Update AUTHORS from git history | 1 | -0/+3 | ||
2014-05-01 | Plug another small memory leak | 1 | -0/+1 | ||
2014-05-01 | Plug some small memory leaks | 1 | -4/+21 | ||
2014-03-14 | print AFC error code in case afc_file_write fails | 1 | -2/+3 | ||
2014-03-14 | Fix possible buffer overflow (thanks to Mikkel Kamstrup for pointing that out!) | 1 | -2/+4 | ||
2014-03-14 | increase buffer size for faster file uploads | 1 | -1/+1 | ||
2013-12-27 | fix building with older libzip | 1 | -0/+7 | ||
2013-12-05 | Swap "-u" and "-U" arguments and print deprecation warning if still used | 1 | -9/+46 | ||
All other tools around the libimobiledevice stack use a lower case "-u" argument to specify a target UDID. This change swaps the "--uninstall" and "--udid" argument short form to provide consistency while allowing the use in the old way as a fallback. | |||||
2013-12-05 | Print error if no command was supplied | 1 | -1/+5 | ||
2013-12-05 | Print error if user attempts to supply multiple command arguments | 1 | -0/+19 | ||