summaryrefslogtreecommitdiffstats
path: root/src/ifuse.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Implement new "--documents" and "--container" options for app sandbox mountingGravatar Martin Szulecki1-13/+20
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-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-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
2010-11-20Use VendContainer command for house_arrest feature as it appears to work on i...Gravatar Martin Szulecki1-2/+2
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 Bassen1-10/+10
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
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
2009-11-09Fix handling of uuid command line argumentGravatar Martin Szulecki1-2/+8
2009-11-02Add support for setting modification time (ifuse_utimens).Gravatar Nikias Bassen1-0/+19
2009-10-29ifuse_getattr: add st_mtime support introduced in os 3.1Gravatar Nikias Bassen1-0/+2
2009-09-12Rewrite option handling and add option to allow mounting a specific deviceGravatar Martin Szulecki1-25/+100
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
2009-07-24Update to compile with latest libiphone error handling and API changesGravatar Martin Szulecki1-102/+192
2009-07-24Add --debug command line optionGravatar Martin Szulecki1-0/+4
2009-07-24Improve message when connecting to lockdown fails and fix two commentsGravatar Martin Szulecki1-5/+6
2009-07-07Update iFuse to compile with latest libiphone lockdown API changesGravatar Martin Szulecki1-6/+7
2009-07-07iFuse adaption to AFC API change.Gravatar Nikias Bassen1-41/+42
2009-07-07support for listing special filesGravatar Nikias Bassen1-0/+8
2009-07-07ifuse: full symlink and hardlink supportGravatar Nikias Bassen1-0/+48
2009-07-07make ifuse work with the afc api change to use file handlesGravatar Nikias Bassen1-51/+77
2009-05-18Modified to make it work with latest libiphone API changes.Gravatar Nikias Bassen1-2/+7
2009-05-08Handle file modes correctlyGravatar Nikias Bassen1-22/+38
2009-05-08afc error handling in ifuse_open and ifuse_getattrGravatar Nikias Bassen1-3/+23
2009-04-23Remove reference to libiphone-initconf.Gravatar Jonathan Beck1-1/+0
2009-04-13Do not rely on libiphone wrongly exported symbol. Make free_dictionary part o...Gravatar Jonathan Beck1-0/+13
2009-04-01restore --root and fix READMEGravatar Paul Sladen1-1/+1
2009-03-26Make automounting actually work. [#3 state:resolved]Gravatar Matt Colyer1-0/+1
2009-03-08Fixes truncate method using new libiphoneGravatar Nikias Bassen1-11/+3
2009-02-05Fix ifuse_statfs to report correct free and total space of device.Gravatar Martin Szulecki1-3/+5