summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-09Apply changes towards a project wide common "autogen.sh" fileGravatar Martin Szulecki1-5/+16
2020-06-08Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-9/+9
2020-06-08Unfold automake variables into multiple lines for maintainabilityGravatar Martin Szulecki2-3/+10
2020-06-08Make sure README.md file is added to distribution archiveGravatar Martin Szulecki1-0/+3
2020-06-08Convert README to markdown, update content and linksGravatar Martin Szulecki2-132/+137
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-04Update man page to match current ifuse usage output and tidy it up a bitGravatar Martin Szulecki1-4/+7
2020-06-04Update man page with new "--network" optionGravatar Martin Szulecki1-0/+3
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-04Add .gitignore fileGravatar Martin Szulecki1-0/+26
2020-06-04Update NEWS with latest changesGravatar Martin Szulecki1-0/+9
2020-06-04Unify ifuse usage output with other tools and add project URLsGravatar Martin Szulecki1-2/+8
2020-06-04Update man page with project URLsGravatar Martin Szulecki1-0/+5
2020-06-04Break AC_OUTPUT items into separate lines for better version controlGravatar Martin Szulecki1-1/+5
2020-06-04Require autoconf 2.64, add project URLs and "check-news" flag to configure.acGravatar Martin Szulecki1-3/+3
2020-06-04Post release version bump to 1.1.4Gravatar Martin Szulecki1-1/+1
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
2014-10-09Add hint about how to retrieve 'appid' argument to READMEGravatar Martin Szulecki1-0/+3
2014-10-09Use automake silent rules if availableGravatar Martin Szulecki1-0/+3
2014-03-01updated NEWS1.1.3Gravatar Nikias Bassen1-0/+9
2013-12-13updated README to reflect changes in command line switchesGravatar Nikias Bassen1-2/+7
2013-12-13fix darwin compilationGravatar Nikias Bassen1-1/+1
2013-11-12Update man page due to latest command line interface changesGravatar Martin Szulecki1-12/+26
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-12Bump version to 1.1.3Gravatar Martin Szulecki1-1/+1
2013-11-12Add experimental support for "st_birthtime" on darwinGravatar Martin Szulecki1-0/+5
2013-11-12Update README with latest information and URLsGravatar Martin Szulecki1-38/+49
2013-11-12Use bundle identifier of official VLC app in READMEGravatar Martin Szulecki1-1/+1
2013-09-02Use PKG_CHECK_EXISTS() and not PKG_CHECK_MODULES()Gravatar Loïc Minier1-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-02Fix name of PKG_CHECK_MODULES test for limd 1.1.5Gravatar Loïc Minier1-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-24Updated for libimobiledevice >= 1.1.5Gravatar Nikias Bassen2-1/+23
2012-04-09Add missing docs directory to Makefile1.1.2Gravatar Martin Szulecki1-1/+1
2012-04-08Remove glib flags from MakefileGravatar Martin Szulecki1-2/+2
2012-04-08Update NEWS with latest changesGravatar Martin Szulecki1-0/+9
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 Szulecki2-3/+0
2012-04-08Bump version to 1.1.2Gravatar Martin Szulecki1-1/+1
2011-02-08Fix linking with binutils-gold by directly linking with libplistGravatar Julien Lavergne2-2/+5
2011-02-08Add a manpageGravatar Julien Lavergne3-1/+49
2011-01-12Fix a few compiler warnings1.1.1Gravatar Martin Szulecki1-2/+2
2011-01-12Remove some unused variablesGravatar Martin Szulecki1-3/+0