summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2020-06-09Rename 'phone' global variable to more suitable 'device'Gravatar Nikias Bassen1-10/+10
2020-06-09Update --network command line switch analog to the other idevice toolsGravatar Nikias Bassen1-8/+4
2020-06-09Drop support for older versions of libimobiledeviceGravatar Nikias Bassen1-44/+5
2020-06-08Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-9/+9
2020-06-08Unfold automake variables into multiple lines for maintainabilityGravatar Martin Szulecki1-2/+10
2020-06-04Add title columns and use double quotes for each item in "--list-apps" outputGravatar Martin Szulecki1-1/+5
This might actually be called listing apps in CSV format output now.
2020-06-04Add new "--network" option to allow connecting to network devicesGravatar Martin Szulecki1-25/+46
2020-06-04Request all file sharing apps with "--list-apps" instead of user apps onlyGravatar Martin Szulecki1-1/+1
2020-06-04Unify ifuse usage output with other tools and add project URLsGravatar Martin Szulecki1-2/+8
2018-10-08Fix typo in error messageGravatar Yves-Alexis Perez1-1/+1
2018-10-01Remove length check on UDID argument to support newer devicesGravatar Nikias Bassen1-3/+3
2016-11-04Add new --list-apps command line switch that will print a list of file ↵Gravatar Nikias Bassen1-4/+88
sharing enabled apps
2016-11-04Print useful error message when mounting an app's Documents folder failsGravatar Nikias Bassen1-1/+4
2013-12-13fix darwin compilationGravatar Nikias Bassen1-1/+1
2013-11-12Implement new "--documents" and "--container" options for app sandbox mountingGravatar Martin Szulecki1-13/+20
Due to popular request, ifuse is now able to mount either the Documents folder of an app or the sandbox container which allows accessing the root app directory directly. Latter though could be used to break the app and thus "novice" users should always prefer to only use the documents file sharing feature instead.
2013-11-12Use more standard usage and description format in help outputGravatar Martin Szulecki1-2/+2
2013-11-12Handle error due to pending trust dialog for iOS 7+ devicesGravatar Martin Szulecki1-0/+5
2013-11-12Remove rather obsolete "version" string from version outputGravatar Martin Szulecki1-1/+1
2013-11-12Add short option "-d" for enabling debug outputGravatar Martin Szulecki1-3/+6
2013-11-12Reformat indentation of afc error to errno mapGravatar Martin Szulecki1-24/+24
2013-11-12Add experimental support for "st_birthtime" on darwinGravatar Martin Szulecki1-0/+5
2013-03-24Updated for libimobiledevice >= 1.1.5Gravatar Nikias Bassen1-1/+19
2012-04-08Remove glib flags from MakefileGravatar Martin Szulecki1-2/+2
2012-04-08Rename UUID to UDID which is the correct term for itGravatar Martin Szulecki1-13/+13
2012-04-08Remove obsolete glib and gthread dependenciesGravatar Martin Szulecki1-1/+0
2011-02-08Fix linking with binutils-gold by directly linking with libplistGravatar Julien Lavergne1-2/+4
2011-01-12Fix a few compiler warnings1.1.1Gravatar Martin Szulecki1-2/+2
2011-01-12Remove some unused variablesGravatar Martin Szulecki1-3/+0
2011-01-12Fix compilation without house_arrest support in libimobiledeviceGravatar Martin Szulecki1-0/+8
2011-01-12Add Apple TV to help output and "humanize" some error stringsGravatar Martin Szulecki1-5/+4
2010-12-22Only compile house_arrest support with libimobiledevice >= 1.1.0Gravatar Nikias Bassen1-2/+14
Since the house_arrest support was introduced with libimobiledevice 1.1.0 we only compile it in if at least version 1.1.0 is found.
2010-11-20Use VendContainer command for house_arrest feature as it appears to work on ↵Gravatar Martin Szulecki1-2/+2
iOS 3.x aswell
2010-11-06New option --appid allowing to mount the Documents folder of an appGravatar Nikias Bassen1-2/+64
2010-06-12FreeBSD doesn't have ENODATA, so fake it as EIO if not defined.Gravatar Jacob Myers1-0/+5
2010-04-22Add iPad references and update READMEGravatar Martin Szulecki1-1/+1
2010-03-21Bump to 1.0.0 and fix a renaming of a constant1.0.0Gravatar Matt Colyer1-1/+1
2010-02-09Return correct exit status on failure instead of successGravatar Martin Szulecki1-10/+10
2010-01-31Adaption due to libiphone rename to libimobiledeviceGravatar Nikias Bassen2-12/+12
2010-01-31Remove useless typedefGravatar Nikias Bassen1-2/+0
2010-01-21Improve error message on failed root filesystem access and add hint to READMEGravatar Martin Szulecki1-22/+22
The AFC2 service required to access the root filesystem is non-standard. It is installed by older jailbreaking software but for instance not by blackra1n for devices like the 3GS. Now users get a better hint at why their attempts to use ifuse fail with the --root switch. This also moves the print to stderr where it actually can be seen by users. [#107 state:resolved]
2010-01-13Notify user if startup fails due to the device having a password setGravatar Martin Szulecki1-4/+12
2010-01-13Port to latest libiphone 0.9.6 APIGravatar Martin Szulecki1-3/+2
2010-01-09Remove hardcoded allow_other fuse argument as some distros don't allow it.Gravatar Fernando Silveira1-1/+0
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-11-09Fix handling of uuid command line argumentGravatar Martin Szulecki1-2/+8
Signed-off-by: Matt Colyer <matt@colyer.name> [#83 state:resolved]
2009-11-02Add support for setting modification time (ifuse_utimens).Gravatar Nikias Bassen1-0/+19
Support for this is available since iphone OS 3.1, for devices prior to this version this operation just returns success. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-10-29ifuse_getattr: add st_mtime support introduced in os 3.1Gravatar Nikias Bassen1-0/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-09-12Rewrite option handling and add option to allow mounting a specific deviceGravatar Martin Szulecki1-25/+100
2009-09-12Rename binary to ifuse again and install to user bin directoryGravatar Martin Szulecki1-7/+2
2009-09-12Adaption to latest libiphone API change.Gravatar Nikias Bassen1-1/+1
2009-07-29Add new error code mapping to handle deletion of non empty directoriesGravatar Martin Szulecki1-0/+1