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
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
2013-07-18
move creation of PublicStaging directory to the top
Nikias Bassen
1
-15
/
+15
2013-07-18
moved AFC file upload code to separate function
Nikias Bassen
1
-40
/
+48
2013-04-05
Add compatibility for libimobiledevice API >= 1.1.5
Martin Szulecki
2
-18
/
+46
2013-03-18
Fix compiling of correct code depending on version of libimobiledevice
Martin Szulecki
1
-2
/
+2
2013-01-11
Refactor logic to locate the app directory within an archive
Martin Szulecki
1
-30
/
+64
2012-11-27
Use binary flag for fopen() to fix file operations for win32
Martin Szulecki
1
-2
/
+2
2012-11-22
Fix wrong usage description for upgrade command
Martin Szulecki
2
-3
/
+3
2012-10-21
Use CFBundleExecutable instead of CFBundleName to construct executable path
Martin Szulecki
1
-8
/
+7
2012-10-21
Rename "uuid" to correct "udid" abbreviation for "unique device identifier"
Martin Szulecki
1
-8
/
+8
2012-09-09
Fix Info.plist retrieval for .ipa where Payload is NOT the first entry
Nikias Bassen
1
-3
/
+29
2012-08-25
Improve detection of Info.plist in application archive
Martin Szulecki
1
-1
/
+18
2012-08-25
Fix some printf compiler warnings
Martin Szulecki
1
-2
/
+2
2012-08-25
Rename zip_f_get_contents() to zip_get_contents()
Martin Szulecki
1
-4
/
+4
2012-08-22
allow creating app archives with just the documents (user data)
Nikias Bassen
1
-1
/
+9
2012-08-22
Add support for CarrierBundle installation (.ipcc files)
Nikias Bassen
1
-121
/
+212
2012-04-11
Update NEWS with latest changes
1.0.1
Martin Szulecki
1
-0
/
+8
2012-04-11
Do not link with glib2 on libimobiledevice >= 1.1.2
Martin Szulecki
1
-1
/
+4
2012-03-27
Fix building on OS X by explicitly adding limits.h header
Martin Szulecki
1
-0
/
+1
2012-03-21
Fix build failure with libzip 0.10
Martin Szulecki
1
-1
/
+1
2011-04-25
Bump version to 1.0.1
Martin Szulecki
1
-1
/
+1
2011-04-25
Fix a compiler cast warning for printf format on 64bit systems by using intty...
Martin Szulecki
1
-1
/
+2
[prev]
[next]