aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2017-07-08Include test files in "make dist"Nikolaus Rath
2017-07-08Switch to libfuse 3.1.0Nikolaus Rath
libfuse 3.0.0 is rather new and not widely used yet, so requiring libfuse 3.1.0 right away shouldn't be a problem.
2017-07-08Switch to libfuse 3.0.Nikolaus Rath
2017-06-06Added support for building with Meson.Nikolaus Rath
2017-06-06Dropped nodelay workaroundNikolaus Rath
This was a performance improvement for SSH versions prior to 4.4. There is no reason to continue to support this.
2016-07-01Makefile: fix path for sshfs.1Zoltan Kuscsik
Fix source path when build directory differs from the source dir.
2016-02-08Avoid using cpp for sshfs.1 generationJulio Merino
Move the logic to determine which values to stick into the manual page to the configure script and replace the logic to build the sshfs.1 manual page with sed instead of abusing cpp. I'm not using AC_OUTPUT here because this macro is typically used to generate support build files. Final artifacts of the build should, in general, be built by the Makefile itself.
2016-02-08Improve sshfs.1 manpage generationJulio Merino
* Fix dependencies of the sshfs.1 target to actually specify sshfs.1.in as a source. * Ensure that failures during the generation of sshfs.1 do not result in a potentially bogus manpage by first outputting the contents to a temporary file unknown to the Makefile rule and then replacing the target file once all is known to be OK. * Use $(AM_V_GEN) in the command to respect automake's silent rules.
2016-02-08Merge remote-tracking branch 'osxfuse/master' into merge-osxfuseJulio Merino
Pull in all changes from osxfuse's fork of sshfs into libfuse's sshfs. There need not be two different copies of this codebase, particularly because libfuse's version is already autoconf-ified and can support multiple platforms. The merge is mostly clean with just a few manual edits to resolve conflicts.
2016-01-28Don't attempt to download FAQ for tarball generation.Nikolaus Rath
2013-01-08Add unnamed semaphore implementation for Mac OS XBenjamin Fleischer
In the past we relied on libosxfuse including a working unnamed semaphore implmentation for Mac OS X. This will not be the case in future releases of OSXFUSE, therefore we need to add our own implementation.
2012-03-11Add Darwin/OS X specific information to man pageBenjamin Fleischer
* Volumes are unmounted using "umount" not "fusermount" * idmap=user is the deafault setting on Darwin/OS X
2008-04-23Add manual pagesshfs_2_0Miklos Szeredi
2008-04-23Add manual pageMiklos Szeredi
2007-02-19fixMiklos Szeredi
2006-08-17new releaseMiklos Szeredi
2006-02-22fixMiklos Szeredi
2006-02-01fixMiklos Szeredi
2006-01-31fixMiklos Szeredi
2006-01-27fixMiklos Szeredi
2006-01-23fixMiklos Szeredi
2006-01-20fixMiklos Szeredi
2006-01-09fixMiklos Szeredi
2005-12-09updated to use libfuse's option parsingMiklos Szeredi
2005-11-07fixMiklos Szeredi
2005-02-08fixMiklos Szeredi
2005-02-08option parsingMiklos Szeredi
2005-02-07fixMiklos Szeredi
2005-02-07cleanupMiklos Szeredi
2004-12-04automakeifyMiklos Szeredi