Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-06 | Released 3.2.0sshfs-3.2.0 | Nikolaus Rath | |
2017-08-04 | Released 3.1.0sshfs-3.1.0 | Nikolaus Rath | |
2017-07-08 | Released 3.0.0sshfs-3.0.0 | Nikolaus Rath | |
2017-07-08 | Include test files in "make dist" | Nikolaus Rath | |
2017-07-08 | Switch to libfuse 3.1.0 | Nikolaus 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-08 | Switch to libfuse 3.0. | Nikolaus Rath | |
2017-06-06 | Dropped nodelay workaround | Nikolaus Rath | |
This was a performance improvement for SSH versions prior to 4.4. There is no reason to continue to support this. | |||
2017-04-17 | Released 2.9sshfs-2.9 | Nikolaus Rath | |
2016-06-22 | Released 2.8sshfs_2.8 | Nikolaus Rath | |
2016-06-05 | Add extra quoting for increased compatibility. | Nikolaus Rath | |
Fixes: #15. | |||
2016-03-01 | Released 2.7sshfs-2.7 | Nikolaus Rath | |
2016-02-08 | Avoid using cpp for sshfs.1 generation | Julio 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-08 | Fix path to compat in -I flag | Julio 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-08 | Rename arch to osname | Julio 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-08 | Merge remote-tracking branch 'osxfuse/master' into merge-osxfuse | Julio 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-28 | Released 2.6sshfs_2_6 | Nikolaus Rath | |
2016-01-28 | Rename project from sshfs-fuse to sshfs | Nikolaus Rath | |
2016-01-28 | Enable subdir-objects automake option | Nikolaus Rath | |
This is recommended for forward-compatibility. | |||
2016-01-28 | Removed 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-03 | Add AC_CANONICAL_TARGET to configure.ac | Benjamin Fleischer | |
2014-02-02 | Merge tag 'sshfs_2_5' | Benjamin Fleischer | |
Conflicts: sshfs.c | |||
2014-01-14 | Released 2.5sshfs_2_5 | Miklos Szeredi | |
2013-08-03 | Merge remote-tracking branch 'upstream/master' | Benjamin Fleischer | |
Conflicts: ChangeLog configure.ac sshfs.1.in sshfs.c | |||
2013-01-08 | Add unnamed semaphore implementation for Mac OS X | Benjamin 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-09 | Released 2.4 | Miklos Szeredi | |
2012-03-08 | Released 2.4sshfs_2_4 | Miklos Szeredi | |
2010-04-28 | * Set FD_CLOEXEC on fuse device. This prevents deadlocks that | Miklos Szeredi | |
happen in some circumstances (bugzilla.kernel.org #12864). | |||
2009-07-15 | Add 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-20 | Released 2.2sshfs_2_2 | Miklos Szeredi | |
2008-07-11 | Released 2.1sshfs_2_1 | Miklos Szeredi | |
2008-04-22 | Fix incorrect disk usage reported by 'du' for files of size 4GB or above | Miklos Szeredi | |
2008-03-27 | *** empty log message *** | Miklos Szeredi | |
2007-12-17 | Released 1.9sshfs_1_9 | Miklos Szeredi | |
2007-12-11 | Released 1.9 | Miklos Szeredi | |
2007-05-16 | Released 1.8sshfs_1_8 | Miklos Szeredi | |
2007-05-15 | fixes | Miklos Szeredi | |
2007-02-19 | fix | Miklos Szeredi | |
2006-08-17 | new release | Miklos Szeredi | |
2006-03-09 | new release | Miklos Szeredi | |
2006-02-20 | new releasesshfs_1_5 | Miklos Szeredi | |
2006-02-01 | fix | Miklos Szeredi | |
2006-01-31 | fix | Miklos Szeredi | |
2006-01-09 | version change | Miklos Szeredi | |
2006-01-09 | fix | Miklos Szeredi | |
2005-10-29 | new release | Miklos Szeredi | |
2005-08-15 | release 1.2 | Miklos Szeredi | |
2005-05-05 | fix | Miklos Szeredi | |
2005-03-04 | fix | Miklos Szeredi | |
2005-02-09 | fix | Miklos Szeredi | |
2005-02-04 | fix | Miklos Szeredi | |