Age | Commit message (Expand) | Author | Files | Lines |
2023-02-11 | Rework command line option handling | Nikias Bassen | 2 | -180/+172 |
2023-02-11 | Add -b, --bundle-identifier command line switch to allow querying for bundle ... | Nikias Bassen | 2 | -1/+24 |
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 |
2022-04-05 | [github-actions] Use windows-2019 instead of windows-latest for now | Nikias Bassen | 1 | -1/+1 |
2022-04-04 | Updated README with pkg-config requirement | Nikias Bassen | 1 | -1/+2 |
2021-09-19 | [github-actions] Add build workflow | Nikias Bassen | 2 | -0/+267 |
2021-06-30 | README: Fix typo | Nikias Bassen | 1 | -1/+1 |
2020-07-30 | Fix wrong binary name in README.md usage examples due to bad copy/paste | Martin Szulecki | 1 | -3/+3 |
2020-06-15 | Post release version bump to 1.1.2 | Martin Szulecki | 1 | -1/+1 |
2020-06-15 | Update NEWS with latest changes1.1.1 | Martin Szulecki | 1 | -1/+5 |
2020-06-13 | Add "contributing" section to README.md | Martin Szulecki | 1 | -0/+19 |
2020-06-13 | Update README with Apple trademarks | Nikias Bassen | 1 | -1/+2 |
2020-06-13 | Improve README.md with feature, installation and usage sections | Martin Szulecki | 1 | -20/+80 |
2020-06-09 | Apply changes towards a project wide common "autogen.sh" file | Martin Szulecki | 1 | -11/+22 |
2020-06-09 | Update libplist and libimobiledevice version requirements | Nikias Bassen | 1 | -2/+2 |
2020-06-08 | Make sure README.md file is added to distribution archive | Martin Szulecki | 1 | -0/+2 |
2020-06-08 | Convert README to markdown syntax, update content and links | Martin Szulecki | 2 | -59/+44 |
2020-06-05 | Add --network option to support network devices | Nikias Bassen | 1 | -6/+16 |
2020-06-04 | Update NEWS with latest changes | Martin Szulecki | 1 | -0/+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 |
2020-06-04 | Update man page with project URLs | Martin Szulecki | 1 | -1/+3 |
2020-06-04 | Output overview with instructions after configure completed | Martin Szulecki | 1 | -0/+9 |
2020-06-04 | Use secure project URL in configure.ac | Martin Szulecki | 1 | -1/+1 |
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 | 2 | -8/+38 |
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 | Fixed compilation instructions | Paul Vojta | 1 | -1/+1 |
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 |
2016-01-19 | Bump libzip version requirement to >= 0.10 | Nikias Bassen | 1 | -1/+1 |
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 | man: Add link to project homepage | Martin Szulecki | 1 | -0/+2 |
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 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | Martin Szulecki | 1 | -2/+2 |
2015-01-28 | Port code and bump dependency on libimobiledevice >= 1.2.0 | Martin Szulecki | 2 | -186/+177 |
2015-01-28 | Report to stderr if status callback was called with invalid arguments | Martin Szulecki | 1 | -1/+1 |