Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
The method to determine the Payload/*.app directory in the archive has not worked for a couple of use-cases. We now scan the file list in the archive to locate the directory which should work for all cases. | |||||
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 | |
Apparently some app archives might miss the CFBundleName key in the Info.plist. This caused ideviceinstaller to fail. The correct key to use is CFBundleExecutable which is apparently also used by the device itself to construct the right path. This should fix compatibility with some app archives. | |||||
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 | |
Some applications appear to provide another Info.plist. Using zip_name_locate() might locate the wrong one in such a case which prevented the correct installation of the application. | |||||
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 ↵ | Martin Szulecki | 1 | -1/+2 | |
inttypes.h | |||||
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 | |
A proper release is needed. | |||||
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 | |
2010-04-05 | Add compatibility for libimobiledevice API >= 1.1.0 | Nikias Bassen | 2 | -0/+32 | |
2010-04-02 | Update README after rename with correct information | Martin Szulecki | 1 | -5/+5 | |
2010-04-02 | Add basic manpage | Martin Szulecki | 4 | -1/+105 | |
2010-04-02 | Don't bail out when a file is missing | Nikias Bassen | 1 | -6/+5 | |
2010-04-01 | Allow compiling with libimobiledevice < 1.0.0 again | Nikias Bassen | 2 | -1/+15 | |
2010-03-09 | Updated to work with latest notification proxy API change | Nikias Bassen | 1 | -2/+2 | |
2010-02-02 | Rename project and use libimobiledevice API | Nikias Bassen | 4 | -22/+21 | |
2010-01-22 | Updated code to latest libiphone API change | Nikias Bassen | 1 | -16/+44 | |
2010-01-13 | Port to changes of libiphone 0.9.6 API | Martin Szulecki | 1 | -4/+3 | |
2010-01-05 | Commit initial sources | Martin Szulecki | 10 | -0/+1513 | |