Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-08 | Convert README to markdown, update content and links | 2 | -132/+137 | ||
2020-06-04 | Add title columns and use double quotes for each item in "--list-apps" output | 1 | -1/+5 | ||
This might actually be called listing apps in CSV format output now. | |||||
2020-06-04 | Update man page to match current ifuse usage output and tidy it up a bit | 1 | -4/+7 | ||
2020-06-04 | Update man page with new "--network" option | 1 | -0/+3 | ||
2020-06-04 | Add new "--network" option to allow connecting to network devices | 1 | -25/+46 | ||
2020-06-04 | Request all file sharing apps with "--list-apps" instead of user apps only | 1 | -1/+1 | ||
2020-06-04 | Add .gitignore file | 1 | -0/+26 | ||
2020-06-04 | Update NEWS with latest changes | 1 | -0/+9 | ||
2020-06-04 | Unify ifuse usage output with other tools and add project URLs | 1 | -2/+8 | ||
2020-06-04 | Update man page with project URLs | 1 | -0/+5 | ||
2020-06-04 | Break AC_OUTPUT items into separate lines for better version control | 1 | -1/+5 | ||
2020-06-04 | Require autoconf 2.64, add project URLs and "check-news" flag to configure.ac | 1 | -3/+3 | ||
2020-06-04 | Post release version bump to 1.1.4 | 1 | -1/+1 | ||
2018-10-08 | Fix typo in error message | 1 | -1/+1 | ||
2018-10-01 | Remove length check on UDID argument to support newer devices | 1 | -3/+3 | ||
2016-11-04 | Add new --list-apps command line switch that will print a list of file ↵ | 1 | -4/+88 | ||
sharing enabled apps | |||||
2016-11-04 | Print useful error message when mounting an app's Documents folder fails | 1 | -1/+4 | ||
2014-10-09 | Add hint about how to retrieve 'appid' argument to README | 1 | -0/+3 | ||
2014-10-09 | Use automake silent rules if available | 1 | -0/+3 | ||
2014-03-01 | updated NEWS1.1.3 | 1 | -0/+9 | ||
2013-12-13 | updated README to reflect changes in command line switches | 1 | -2/+7 | ||
2013-12-13 | fix darwin compilation | 1 | -1/+1 | ||
2013-11-12 | Update man page due to latest command line interface changes | 1 | -12/+26 | ||
2013-11-12 | Implement new "--documents" and "--container" options for app sandbox mounting | 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 | 1 | -2/+2 | ||
2013-11-12 | Handle error due to pending trust dialog for iOS 7+ devices | 1 | -0/+5 | ||
2013-11-12 | Remove rather obsolete "version" string from version output | 1 | -1/+1 | ||
2013-11-12 | Add short option "-d" for enabling debug output | 1 | -3/+6 | ||
2013-11-12 | Reformat indentation of afc error to errno map | 1 | -24/+24 | ||
2013-11-12 | Bump version to 1.1.3 | 1 | -1/+1 | ||
2013-11-12 | Add experimental support for "st_birthtime" on darwin | 1 | -0/+5 | ||
2013-11-12 | Update README with latest information and URLs | 1 | -38/+49 | ||
2013-11-12 | Use bundle identifier of official VLC app in README | 1 | -1/+1 | ||
2013-09-02 | Use PKG_CHECK_EXISTS() and not PKG_CHECK_MODULES() | 1 | -2/+2 | ||
PKG_CHECK_MODULES() defines a bunch of variables and might use cached information if the same name is used multiple times. Use the more correct PKG_CHECK_EXISTS(). Signed-off-by: Loïc Minier <lool@dooz.org> | |||||
2013-09-02 | Fix name of PKG_CHECK_MODULES test for limd 1.1.5 | 1 | -1/+1 | ||
The result of the second PKG_CHECK_MODULES(libimobiledevice11, ...) was read out of cache and succeeded on systems with libimobiledevice-1.0 >= 1.1.0 but << 1.5.0. Giving it another unused name fixes this. Signed-off-by: Loïc Minier <lool@dooz.org> | |||||
2013-03-24 | Updated for libimobiledevice >= 1.1.5 | 2 | -1/+23 | ||
2012-04-09 | Add missing docs directory to Makefile1.1.2 | 1 | -1/+1 | ||
2012-04-08 | Remove glib flags from Makefile | 1 | -2/+2 | ||
2012-04-08 | Update NEWS with latest changes | 1 | -0/+9 | ||
2012-04-08 | Rename UUID to UDID which is the correct term for it | 1 | -13/+13 | ||
2012-04-08 | Remove obsolete glib and gthread dependencies | 2 | -3/+0 | ||
2012-04-08 | Bump version to 1.1.2 | 1 | -1/+1 | ||
2011-02-08 | Fix linking with binutils-gold by directly linking with libplist | 2 | -2/+5 | ||
2011-02-08 | Add a manpage | 3 | -1/+49 | ||
2011-01-12 | Fix a few compiler warnings1.1.1 | 1 | -2/+2 | ||
2011-01-12 | Remove some unused variables | 1 | -3/+0 | ||
2011-01-12 | Bump version to 1.1.1 | 1 | -1/+1 | ||
2011-01-12 | Update NEWS for 1.1.1 | 1 | -0/+6 | ||
2011-01-12 | Fix compilation without house_arrest support in libimobiledevice | 1 | -0/+8 | ||
2011-01-12 | Bump version to 1.1.01.1.0 | 1 | -1/+1 | ||