aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2017-08-06Released 3.2.0sshfs-3.2.0Nikolaus Rath
2017-08-04Released 3.1.0sshfs-3.1.0Nikolaus Rath
2017-07-08Released 3.0.0sshfs-3.0.0Nikolaus Rath
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-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.
2017-04-17Released 2.9sshfs-2.9Nikolaus Rath
2016-06-22Released 2.8sshfs_2.8Nikolaus Rath
2016-06-05Add extra quoting for increased compatibility.Nikolaus Rath
Fixes: #15.
2016-03-01Released 2.7sshfs-2.7Nikolaus Rath
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-08Fix path to compat in -I flagJulio Merino
When defining a -I flag to point into the source directory, we should prefix the directory with ${srcdir} so that it can be found when the build is configured to use a build directory that differs from the source directory. This fixes "make distcheck".
2016-02-08Rename arch to osnameJulio Merino
Operating system names are not architectures; therefore, rename the arch variable to osname to better represent its contents. While doing this, drop a bunch of unused values from the osname.
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-28Released 2.6sshfs_2_6Nikolaus Rath
2016-01-28Rename project from sshfs-fuse to sshfsNikolaus Rath
2016-01-28Enable subdir-objects automake optionNikolaus Rath
This is recommended for forward-compatibility.
2016-01-28Removed placeholder README file and switch automake to foreign flavor.Nikolaus Rath
The GNU flavor merely requires to existence of some files (including README, but we prefer README.md), so there seems to be little point in using it.
2014-02-03Add AC_CANONICAL_TARGET to configure.acBenjamin Fleischer
2014-02-02Merge tag 'sshfs_2_5'Benjamin Fleischer
Conflicts: sshfs.c
2014-01-14Released 2.5sshfs_2_5Miklos Szeredi
2013-08-03Merge remote-tracking branch 'upstream/master'Benjamin Fleischer
Conflicts: ChangeLog configure.ac sshfs.1.in sshfs.c
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-09Released 2.4Miklos Szeredi
2012-03-08Released 2.4sshfs_2_4Miklos Szeredi
2010-04-28* Set FD_CLOEXEC on fuse device. This prevents deadlocks thatMiklos Szeredi
happen in some circumstances (bugzilla.kernel.org #12864).
2009-07-15Add option 'delay_connect': This will always create the sshfs mount,Miklos Szeredi
even if the connection to the server can't be established.
2008-10-20Released 2.2sshfs_2_2Miklos Szeredi
2008-07-11Released 2.1sshfs_2_1Miklos Szeredi
2008-04-22Fix incorrect disk usage reported by 'du' for files of size 4GB or aboveMiklos Szeredi
2008-03-27*** empty log message ***Miklos Szeredi
2007-12-17Released 1.9sshfs_1_9Miklos Szeredi
2007-12-11Released 1.9Miklos Szeredi
2007-05-16Released 1.8sshfs_1_8Miklos Szeredi
2007-05-15fixesMiklos Szeredi
2007-02-19fixMiklos Szeredi
2006-08-17new releaseMiklos Szeredi
2006-03-09new releaseMiklos Szeredi
2006-02-20new releasesshfs_1_5Miklos Szeredi
2006-02-01fixMiklos Szeredi
2006-01-31fixMiklos Szeredi
2006-01-09version changeMiklos Szeredi
2006-01-09fixMiklos Szeredi
2005-10-29new releaseMiklos Szeredi
2005-08-15release 1.2Miklos Szeredi
2005-05-05fixMiklos Szeredi
2005-03-04fixMiklos Szeredi
2005-02-09fixMiklos Szeredi
2005-02-04fixMiklos Szeredi