aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2017-06-06Dropped nodelaysrv workaroundNikolaus Rath
2017-06-06Added support for building with Meson.Nikolaus Rath
2017-06-06Dropped nodelay workaroundNikolaus Rath
2017-05-31Added changelog entry for commit d93f1.Nikolaus Rath
2017-04-17Released 2.9sshfs-2.9Nikolaus Rath
2017-04-17Fixed up version numbers in ChangeLogNikolaus Rath
2016-06-22Released 2.8sshfs_2.8Nikolaus Rath
2016-06-22Fixed release year of version 2.7Nikolaus Rath
2016-06-05Add extra quoting for increased compatibility.Nikolaus Rath
2016-06-05Added ChangeLog entry for fsync extensionNikolaus Rath
2016-03-01Released 2.7sshfs-2.7Nikolaus Rath
2016-02-10Expose the cache clean interval settings as flagsJulio Merino
2016-02-10Expose the maximum cache size setting as a flagJulio Merino
2016-02-08Document merge of osxfuse's sshfsJulio Merino
2016-01-28Released 2.6sshfs_2_6Nikolaus Rath
2016-01-28Added missing ChangeLog entries for 2.4 and 2.5Nikolaus Rath
2016-01-28Changed Changelog formatNikolaus Rath
2015-04-14sshfs: Increase the maximum length of the passwordMiklos Szeredi
2014-02-10sshfs-return-the-correct-x_ok-accessMiklos Szeredi
2014-01-14Released 2.5sshfs_2_5Miklos Szeredi
2014-01-08Implement asynchronous readdirAlexander Neumann
2014-01-08Add -o disable_hardlink option (debian bug #670926)Miklos Szeredi
2014-01-07Map SSH2_FX_FAILURE to ENOTEMPTY for rmdirMiklos Szeredi
2012-05-14When checking root directory use LSTAT not STATMiklos Szeredi
2012-03-08Released 2.4sshfs_2_4Miklos Szeredi
2012-03-08make sure idmap files aren't writable by othersMike Kelly
2012-02-14Add slave option to run sftp over stdin and stdoutChris Wolfe
2011-12-20Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILEMike Kelly
2011-12-05Make chown respect the UID mapping policyMiklos Szeredi
2011-11-16Submit max 32k reads and writes to the sftp serverMiklos Szeredi
2011-11-14Add locking around modifver and connverMiklos Szeredi
2011-11-14Fix double free if reconnection races with request sendingMiklos Szeredi
2011-10-21Remove "-oPreferredAuthentications" from ssh optionsMiklos Szeredi
2011-08-24sshfs: fstat workaroundPercy Jahn
2011-07-01Released 2.3sshfs_2_3Miklos Szeredi
2011-07-01Add hard link operationMiklos Szeredi
2011-03-25Fix possible deadlock on reconnectionMiklos Szeredi
2011-01-25Fix cleanup when ssh connection is terminated.Miklos Szeredi
2010-04-28* Set FD_CLOEXEC on fuse device. This prevents deadlocks thatMiklos Szeredi
2009-07-15* Check that the remote path specified refers to the same type ofMiklos Szeredi
2009-07-15Check mountpoint and fuse options before starting an sshMiklos Szeredi
2009-07-15Add option 'delay_connect': This will always create the sshfs mount,Miklos Szeredi
2009-02-12* Print usage information and version to stdout, not stderr.Miklos Szeredi
2008-10-20Released 2.2sshfs_2_2Miklos Szeredi
2008-10-20Escape commas in fsname option if libfuse supports itMiklos Szeredi
2008-10-08Fix harmless glib assertations with "cache=no"Miklos Szeredi
2008-10-08* Handle numerical IPv6 addresses enclosed in square brackets. Reported by An...Miklos Szeredi
2008-07-11Released 2.1sshfs_2_1Miklos Szeredi
2008-06-24Add '-F' option to specify the ssh config fileMiklos Szeredi
2008-05-06Fix bug in caching which could cause file corruption for append mode writesMiklos Szeredi