summaryrefslogtreecommitdiffstats
path: root/src/ideviceinstaller.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Fix building on OS X by explicitly adding limits.h headerGravatar Martin Szulecki1-0/+1
2012-03-21Fix build failure with libzip 0.10Gravatar Martin Szulecki1-1/+1
2011-04-25Fix a compiler cast warning for printf format on 64bit systems by using intty...Gravatar Martin Szulecki1-1/+2
2011-03-26Use a cast to fix a compiler printf warningGravatar Martin Szulecki1-1/+1
2011-03-26Add missing libgen.h include to make compilers happyGravatar Martin Szulecki1-0/+1
2011-03-19Alter usage output to closer match other tools and lowercase short debug optionGravatar Martin Szulecki1-15/+16
2010-04-08%zu represents a size_t, not %d. Fixes a compile error on GCC 4.3.4.Gravatar Keith Gable1-1/+1
2010-04-07Fix long arguments segfaulting due to wrong getopt struct setupGravatar Martin Szulecki1-8/+8
2010-04-05Add compatibility for libimobiledevice API >= 1.1.0Gravatar Nikias Bassen1-0/+28
2010-04-02Don't bail out when a file is missingGravatar Nikias Bassen1-6/+5
2010-04-01Allow compiling with libimobiledevice < 1.0.0 againGravatar Nikias Bassen1-1/+11
2010-03-09Updated to work with latest notification proxy API changeGravatar Nikias Bassen1-2/+2
2010-02-02Rename project and use libimobiledevice APIGravatar Nikias Bassen1-0/+1009