Age | Commit message (Expand) | Author | Files | Lines |
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 changes1.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 |
2011-04-25 | Add glib2 dependency to configure.ac so packaging tools can pick it up | Martin Szulecki | 2 | -0/+3 |
2011-03-26 | Use a cast to fix a compiler printf warning | Martin Szulecki | 1 | -1/+1 |
2011-03-26 | Add missing libgen.h include to make compilers happy | Martin Szulecki | 1 | -0/+1 |
2011-03-20 | Minor escaping fixes for manpage | Julien Lavergne | 1 | -9/+9 |
2011-03-19 | Update manpage for release to latest option changes1.0.0 | Martin Szulecki | 1 | -3/+3 |
2011-03-19 | Alter usage output to closer match other tools and lowercase short debug option | Martin Szulecki | 1 | -15/+16 |
2011-03-19 | Bump version to 1.0.0 for first release | Martin Szulecki | 1 | -1/+1 |
2011-03-19 | Add a NEWS file | Martin Szulecki | 1 | -0/+8 |
2011-03-19 | Update README with latest information | Martin Szulecki | 1 | -7/+48 |
2011-03-19 | Add support for glibtoolize of Mac OS X | Martin Szulecki | 1 | -1/+6 |
2010-05-06 | Lower version to 0.1.0 as some funny people already start packaging us | Martin Szulecki | 1 | -1/+1 |
2010-04-11 | Fix typos for short arguments in man page | Martin Szulecki | 1 | -2/+2 |
2010-04-08 | %zu represents a size_t, not %d. Fixes a compile error on GCC 4.3.4. | Keith Gable | 1 | -1/+1 |
2010-04-07 | Fix long arguments segfaulting due to wrong getopt struct setup | Martin Szulecki | 1 | -8/+8 |