index
:
ideviceinstaller
master
Manage applications on iOS devices
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-01-28
Remove unused notification printing in callback
Martin Szulecki
1
-1
/
+0
2015-01-28
Update README with new git URL, IRC and twitter profile
Martin Szulecki
1
-3
/
+9
2014-10-15
Post-release version bump to 1.1.1
Martin Szulecki
1
-1
/
+1
2014-10-15
Synchronize command usage in man page and ideviceinstaller itself
1.1.0
Martin Szulecki
2
-7
/
+12
2014-10-14
man: Update man page to have correct short arguments
Martin Szulecki
1
-2
/
+2
2014-10-14
Update NEWS with latest changes
Martin Szulecki
1
-0
/
+34
2014-10-14
Add "check-news" automake option to ensure correct NEWS file on releases
Martin Szulecki
1
-1
/
+1
2014-10-14
Bump version to 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
2
-0
/
+30
2014-05-27
Update AUTHORS from git history
Martin Szulecki
1
-0
/
+3
2014-05-01
Plug another small memory leak
Nikias Bassen
1
-0
/
+1
2014-05-01
Plug some small memory leaks
Nikias Bassen
1
-4
/
+21
2014-03-14
print AFC error code in case afc_file_write fails
Nikias Bassen
1
-2
/
+3
2014-03-14
Fix possible buffer overflow (thanks to Mikkel Kamstrup for pointing that out!)
Nikias Bassen
1
-2
/
+4
2014-03-14
increase buffer size for faster file uploads
Nikias Bassen
1
-1
/
+1
2013-12-27
fix building with older libzip
Nikias Bassen
1
-0
/
+7
2013-12-05
Swap "-u" and "-U" arguments and print deprecation warning if still used
Martin Szulecki
1
-9
/
+46
2013-12-05
Print error if no command was supplied
Martin Szulecki
1
-1
/
+5
2013-12-05
Print error if user attempts to supply multiple command arguments
Martin Szulecki
1
-0
/
+19
2013-12-05
Use an enum and a single variable for determining command to run
Martin Szulecki
1
-27
/
+30
2013-12-05
Remove "iPhone" wording and use more general term "iOS device" in error message
Martin Szulecki
1
-1
/
+1
2013-12-05
Do not ignore result of asprintf to silence compiler warning
Martin Szulecki
1
-1
/
+4
2013-11-14
Remove wait timeouts as they appear unreliable on operations with large apps
Martin Szulecki
1
-5
/
+2
2013-11-14
Don't wait for a notification during uninstall as there is none sometimes
Martin Szulecki
1
-1
/
+1
2013-11-14
Improve command line output for more clearity and unification
Martin Szulecki
1
-10
/
+12
2013-11-14
Push bundleidentifier variable further out in scope to allow broader use
Martin Szulecki
1
-2
/
+5
2013-11-14
Detect device removal and abort operation in that case
Martin Szulecki
1
-2
/
+16
2013-11-14
Use carriage return correctly when displaying status messages from device
Martin Szulecki
1
-2
/
+2
2013-11-14
Rename do_wait_when_needed() to better wait_for_operation_to_complete()
Martin Szulecki
1
-3
/
+3
2013-11-14
Turn "could not locate foo" message into a warning instead of confusing users
Martin Szulecki
1
-1
/
+5
2013-11-14
Add ITUNES_METADATA_PLIST_FILENAME #define for reuse
Martin Szulecki
1
-1
/
+3
2013-11-13
Update README with latest information and project URLs
Martin Szulecki
1
-13
/
+10
2013-11-04
iOS 7: Read BundleIdentifier from Info.plist and use during install/upgrade
Martin Szulecki
1
-1
/
+12
2013-07-18
allow installing developer apps by passing a .app directory
Nikias Bassen
1
-10
/
+65
[next]