- 3909271 Ignore remove events when unsubscribing the event callback by Nikias Bassen · 2 years, 7 months ago master
- 534ddef [github-actions] Use windows-2019 instead of windows-latest for now by Nikias Bassen · 2 years, 8 months ago
- bdd8ede Updated README with pkg-config requirement by Nikias Bassen · 2 years, 8 months ago
- d5c37d6 [github-actions] Add build workflow by Nikias Bassen · 3 years, 2 months ago
- 659e35c README: Fix typo by Nikias Bassen · 3 years, 5 months ago
- 4bdb4e6 Fix wrong binary name in README.md usage examples due to bad copy/paste by Martin Szulecki · 4 years, 4 months ago
- 14b0bfa Post release version bump to 1.1.2 by Martin Szulecki · 4 years, 5 months ago
- bcd0270 Update NEWS with latest changes by Martin Szulecki · 4 years, 5 months ago
- 796bd3d Add "contributing" section to README.md by Martin Szulecki · 4 years, 5 months ago
- 40b2baa Update README with Apple trademarks by Nikias Bassen · 4 years, 5 months ago
- 8cd780a Improve README.md with feature, installation and usage sections by Martin Szulecki · 4 years, 5 months ago
- 6cd36e6 Apply changes towards a project wide common "autogen.sh" file by Martin Szulecki · 4 years, 6 months ago
- 33fabcb Update libplist and libimobiledevice version requirements by Nikias Bassen · 4 years, 6 months ago
- 79cded9 Make sure README.md file is added to distribution archive by Martin Szulecki · 4 years, 6 months ago
- 7aba50d Convert README to markdown syntax, update content and links by Martin Szulecki · 4 years, 6 months ago
- 7394006 Add --network option to support network devices by Nikias Bassen · 4 years, 6 months ago
- 0a54292 Update NEWS with latest changes by Martin Szulecki · 4 years, 6 months ago
- 76b5829 Add new "--version" option to output version information by Martin Szulecki · 4 years, 6 months ago
- cc9353c Unify usage output with other tools and add project URLs by Martin Szulecki · 4 years, 6 months ago
- 0532de1 Update man page with project URLs by Martin Szulecki · 4 years, 6 months ago
- f9527a3 Output overview with instructions after configure completed by Martin Szulecki · 4 years, 6 months ago
- f2b2a9f Use secure project URL in configure.ac by Martin Szulecki · 4 years, 6 months ago
- b37ce23 Ignore SIGPIPE by Nikias Bassen · 5 years ago
- ab93521 Make wait for install/uninstall notification optional with -n command line switch by Nikias Bassen · 5 years ago
- 8c1945c Fix compilation on win32 by Nikias Bassen · 6 years ago
- 4a7f0b0 Do not bail when notification is sent too early by Rudolf Tammekivi · 7 years ago
- 46e6e2a Fix wrong size allocation for filename (developer app install) by Nikias Bassen · 6 years ago
- f14def7 Remove length check on device UDID argument to support newer devices by Nikias Bassen · 6 years ago
- f7988de Return non-zero status on ideviceinstaller errors by Greg Dennis · 6 years ago
- 58d359f Add newline to progress output when operation completes by Nikias Bassen · 7 years ago
- abd479d Fix progress output to skip printing repeated progress status by Nikias Bassen · 7 years ago
- 5ae11f5 Renamed some variables and removed unnecessary if(x) checks before *free(x) calls by Nikias Bassen · 7 years ago
- 723c8cb Fix wrong device disconnected detection by Rudolf Tammekivi · 7 years ago
- c37f4ce Fixed compilation instructions by Paul Vojta · 7 years ago
- 241d036 Delete lines 54-60 of ideviceinstaller.c. by Paul Vojta · 7 years ago
- ff0df3d Display CFBundleIdentifier for .app folder installs by Perry Clarke · 7 years ago
- f07a9a0 Prevent segfault when trying to print progress (and the current status is actually NULL) by Greg Dennis · 7 years ago
- 442f670 Ignore .DS_Store files and other hidden files when parsing Zip files by Nikias Bassen · 8 years ago
- 824bb9a Bump libzip version requirement to >= 0.10 by Nikias Bassen · 9 years ago
- 9677564 Fix a few trailing whitespace errors by Martin Szulecki · 10 years ago
- e6160b1 Reduce sleep time in wait handler to increase performance of commands by Martin Szulecki · 10 years ago
- 1461c96 man: Add link to project homepage by Martin Szulecki · 10 years ago
- 173b341 Add homepage URL to usage output by Martin Szulecki · 10 years ago
- efd5f4c Update copyright header by Martin Szulecki · 10 years ago
- 0926dd8 Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT by Martin Szulecki · 10 years ago
- e8417d6 Port code and bump dependency on libimobiledevice >= 1.2.0 by Martin Szulecki · 10 years ago
- 24acd59 Report to stderr if status callback was called with invalid arguments by Martin Szulecki · 10 years ago
- 2c6e04f Remove unused notification printing in callback by Martin Szulecki · 10 years ago
- 61d05bf Update README with new git URL, IRC and twitter profile by Martin Szulecki · 10 years ago
- 9a2820e Post-release version bump to 1.1.1 by Martin Szulecki · 10 years ago
- 409ab13 Synchronize command usage in man page and ideviceinstaller itself by Martin Szulecki · 10 years ago
- ec2d5cd man: Update man page to have correct short arguments by Martin Szulecki · 10 years ago
- f0fd275 Update NEWS with latest changes by Martin Szulecki · 10 years ago
- c7ca815 Add "check-news" automake option to ensure correct NEWS file on releases by Martin Szulecki · 10 years ago
- 949f2f3 Bump version to 1.1.0 by Martin Szulecki · 10 years ago
- b8ea34c Use correct error type for afc checks by Martin Szulecki · 10 years ago
- e017c63 Fix installation of IPA files which are missing app directory zip file entry by Martin Szulecki · 10 years ago
- ab04a35 Return non-zero exit status (128) when device error occurrs by Nikias Bassen · 10 years ago
- 11d0a9a Fix spelling of 'occurred' by Nikias Bassen · 10 years ago
- 420eaf5 Make sure target buffer for readlink is large enough and gets NULL-terminated by Nikias Bassen · 10 years ago
- 5fbd325 Add support for installing from directories which contain symlinks by Martin Szulecki · 10 years ago
- f6fc793 Update AUTHORS from git history by Martin Szulecki · 10 years ago
- b236f82 Plug another small memory leak by Nikias Bassen · 11 years ago
- f9084ec Plug some small memory leaks by Nikias Bassen · 11 years ago
- 7aa87fe print AFC error code in case afc_file_write fails by Nikias Bassen · 11 years ago
- 613ec55 Fix possible buffer overflow (thanks to Mikkel Kamstrup for pointing that out!) by Nikias Bassen · 11 years ago
- 00ab62a increase buffer size for faster file uploads by Nikias Bassen · 11 years ago
- 6f96daa fix building with older libzip by Nikias Bassen · 11 years ago
- fe514ef Swap "-u" and "-U" arguments and print deprecation warning if still used by Martin Szulecki · 11 years ago
- 53dac48 Print error if no command was supplied by Martin Szulecki · 11 years ago
- 140f9bb Print error if user attempts to supply multiple command arguments by Martin Szulecki · 11 years ago
- e173554 Use an enum and a single variable for determining command to run by Martin Szulecki · 11 years ago
- 5225337 Remove "iPhone" wording and use more general term "iOS device" in error message by Martin Szulecki · 11 years ago
- 82611b0 Do not ignore result of asprintf to silence compiler warning by Martin Szulecki · 11 years ago
- f88267e Remove wait timeouts as they appear unreliable on operations with large apps by Martin Szulecki · 11 years ago
- 4cfb829 Don't wait for a notification during uninstall as there is none sometimes by Martin Szulecki · 11 years ago
- ab8d86e Improve command line output for more clearity and unification by Martin Szulecki · 11 years ago
- e46ab67 Push bundleidentifier variable further out in scope to allow broader use by Martin Szulecki · 11 years ago
- 415db56 Detect device removal and abort operation in that case by Martin Szulecki · 11 years ago
- de37a6b Use carriage return correctly when displaying status messages from device by Martin Szulecki · 11 years ago
- 5926dfd Rename do_wait_when_needed() to better wait_for_operation_to_complete() by Martin Szulecki · 11 years ago
- 2eb90fe Turn "could not locate foo" message into a warning instead of confusing users by Martin Szulecki · 11 years ago
- 958a487 Add ITUNES_METADATA_PLIST_FILENAME #define for reuse by Martin Szulecki · 11 years ago
- 045b712 Update README with latest information and project URLs by Martin Szulecki · 11 years ago
- 6e09b59 iOS 7: Read BundleIdentifier from Info.plist and use during install/upgrade by Martin Szulecki · 11 years ago
- dee792d allow installing developer apps by passing a .app directory by Nikias Bassen · 11 years ago
- 127f9d3 move creation of PublicStaging directory to the top by Nikias Bassen · 11 years ago
- 47674f7 moved AFC file upload code to separate function by Nikias Bassen · 11 years ago
- 7823852 Add compatibility for libimobiledevice API >= 1.1.5 by Martin Szulecki · 12 years ago
- 1b26aa5 Fix compiling of correct code depending on version of libimobiledevice by Martin Szulecki · 12 years ago
- 1641d9a Refactor logic to locate the app directory within an archive by Martin Szulecki · 12 years ago
- 7b85d07 Use binary flag for fopen() to fix file operations for win32 by Martin Szulecki · 12 years ago
- 1462f69 Fix wrong usage description for upgrade command by Martin Szulecki · 12 years ago
- 02fff36 Use CFBundleExecutable instead of CFBundleName to construct executable path by Martin Szulecki · 12 years ago
- a86d3e0 Rename "uuid" to correct "udid" abbreviation for "unique device identifier" by Martin Szulecki · 12 years ago
- 66a70a3 Fix Info.plist retrieval for .ipa where Payload is NOT the first entry by Nikias Bassen · 12 years ago
- 60cf678 Improve detection of Info.plist in application archive by Martin Szulecki · 12 years ago
- 1086db8 Fix some printf compiler warnings by Martin Szulecki · 12 years ago
- aed4b55 Rename zip_f_get_contents() to zip_get_contents() by Martin Szulecki · 12 years ago
- 059a5d2 allow creating app archives with just the documents (user data) by Nikias Bassen · 12 years ago