Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-09 | Update --network command line switch analog to the other idevice tools | Nikias Bassen | 1 | -8/+4 | |
2020-06-09 | Drop support for older versions of libimobiledevice | Nikias Bassen | 1 | -44/+5 | |
2020-06-08 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -9/+9 | |
2020-06-04 | Add title columns and use double quotes for each item in "--list-apps" output | Martin Szulecki | 1 | -1/+5 | |
This might actually be called listing apps in CSV format output now. | |||||
2020-06-04 | Add new "--network" option to allow connecting to network devices | Martin Szulecki | 1 | -25/+46 | |
2020-06-04 | Request all file sharing apps with "--list-apps" instead of user apps only | Martin Szulecki | 1 | -1/+1 | |
2020-06-04 | Unify ifuse usage output with other tools and add project URLs | Martin Szulecki | 1 | -2/+8 | |
2018-10-08 | Fix typo in error message | Yves-Alexis Perez | 1 | -1/+1 | |
2018-10-01 | Remove length check on UDID argument to support newer devices | Nikias Bassen | 1 | -3/+3 | |
2016-11-04 | Add new --list-apps command line switch that will print a list of file ↵ | Nikias Bassen | 1 | -4/+88 | |
sharing enabled apps | |||||
2016-11-04 | Print useful error message when mounting an app's Documents folder fails | Nikias Bassen | 1 | -1/+4 | |
2013-12-13 | fix darwin compilation | Nikias Bassen | 1 | -1/+1 | |
2013-11-12 | Implement new "--documents" and "--container" options for app sandbox mounting | Martin Szulecki | 1 | -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-12 | Use more standard usage and description format in help output | Martin Szulecki | 1 | -2/+2 | |
2013-11-12 | Handle error due to pending trust dialog for iOS 7+ devices | Martin Szulecki | 1 | -0/+5 | |
2013-11-12 | Remove rather obsolete "version" string from version output | Martin Szulecki | 1 | -1/+1 | |
2013-11-12 | Add short option "-d" for enabling debug output | Martin Szulecki | 1 | -3/+6 | |
2013-11-12 | Reformat indentation of afc error to errno map | Martin Szulecki | 1 | -24/+24 | |
2013-11-12 | Add experimental support for "st_birthtime" on darwin | Martin Szulecki | 1 | -0/+5 | |
2013-03-24 | Updated for libimobiledevice >= 1.1.5 | Nikias Bassen | 1 | -1/+19 | |
2012-04-08 | Rename UUID to UDID which is the correct term for it | Martin Szulecki | 1 | -13/+13 | |
2012-04-08 | Remove obsolete glib and gthread dependencies | Martin Szulecki | 1 | -1/+0 | |
2011-01-12 | Fix a few compiler warnings1.1.1 | Martin Szulecki | 1 | -2/+2 | |
2011-01-12 | Remove some unused variables | Martin Szulecki | 1 | -3/+0 | |
2011-01-12 | Fix compilation without house_arrest support in libimobiledevice | Martin Szulecki | 1 | -0/+8 | |
2011-01-12 | Add Apple TV to help output and "humanize" some error strings | Martin Szulecki | 1 | -5/+4 | |
2010-12-22 | Only compile house_arrest support with libimobiledevice >= 1.1.0 | Nikias Bassen | 1 | -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-20 | Use VendContainer command for house_arrest feature as it appears to work on ↵ | Martin Szulecki | 1 | -2/+2 | |
iOS 3.x aswell | |||||
2010-11-06 | New option --appid allowing to mount the Documents folder of an app | Nikias Bassen | 1 | -2/+64 | |
2010-06-12 | FreeBSD doesn't have ENODATA, so fake it as EIO if not defined. | Jacob Myers | 1 | -0/+5 | |
2010-04-22 | Add iPad references and update README | Martin Szulecki | 1 | -1/+1 | |
2010-03-21 | Bump to 1.0.0 and fix a renaming of a constant1.0.0 | Matt Colyer | 1 | -1/+1 | |
2010-02-09 | Return correct exit status on failure instead of success | Martin Szulecki | 1 | -10/+10 | |
2010-01-31 | Adaption due to libiphone rename to libimobiledevice | Nikias Bassen | 1 | -10/+10 | |
2010-01-31 | Remove useless typedef | Nikias Bassen | 1 | -2/+0 | |
2010-01-21 | Improve error message on failed root filesystem access and add hint to README | Martin Szulecki | 1 | -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-13 | Notify user if startup fails due to the device having a password set | Martin Szulecki | 1 | -4/+12 | |
2010-01-13 | Port to latest libiphone 0.9.6 API | Martin Szulecki | 1 | -3/+2 | |
2010-01-09 | Remove hardcoded allow_other fuse argument as some distros don't allow it. | Fernando Silveira | 1 | -1/+0 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-11-09 | Fix handling of uuid command line argument | Martin Szulecki | 1 | -2/+8 | |
Signed-off-by: Matt Colyer <matt@colyer.name> [#83 state:resolved] | |||||
2009-11-02 | Add support for setting modification time (ifuse_utimens). | Nikias Bassen | 1 | -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-29 | ifuse_getattr: add st_mtime support introduced in os 3.1 | Nikias Bassen | 1 | -0/+2 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-09-12 | Rewrite option handling and add option to allow mounting a specific device | Martin Szulecki | 1 | -25/+100 | |
2009-09-12 | Adaption to latest libiphone API change. | Nikias Bassen | 1 | -1/+1 | |
2009-07-29 | Add new error code mapping to handle deletion of non empty directories | Martin Szulecki | 1 | -0/+1 | |
2009-07-24 | Update to compile with latest libiphone error handling and API changes | Martin Szulecki | 1 | -102/+192 | |
* Add a mapping from AFC error codes to errno * Return errno codes where possible | |||||
2009-07-24 | Add --debug command line option | Martin Szulecki | 1 | -0/+4 | |
2009-07-24 | Improve message when connecting to lockdown fails and fix two comments | Martin Szulecki | 1 | -5/+6 | |
2009-07-07 | Update iFuse to compile with latest libiphone lockdown API changes | Martin Szulecki | 1 | -6/+7 | |
2009-07-07 | iFuse adaption to AFC API change. | Nikias Bassen | 1 | -41/+42 | |
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> |