aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
AgeCommit message (Expand)Author
2019-04-14Print a useful error if no mountpoint could be parsed (#170)Mike Salvatore
2019-04-09Gracefully handle multiple spaces in ssh_command option (#168)mssalvatore
2019-02-14Update clean_req() to match the definition of GHRFunc (#158)mssalvatore
2017-07-13Merge remote-tracking branch 'osxfuse/master' into sshfs_2.xNikolaus Rath
2017-07-12sftp_readdir_async(): don't access request when it may have been freedNikolaus Rath
2017-07-12Fixed compiler warningsNikolaus Rath
2017-07-07Don't require mount point to exists on macOSBenjamin Fleischer
2017-07-07Fall back to global I/O size on macOSBenjamin Fleischer
2017-06-06Remove support for "all" workaroundsNikolaus Rath
2017-06-06Add fstat workaround to help output.Nikolaus Rath
2017-06-06Dropped nodelaysrv workaroundNikolaus Rath
2017-06-06Don't call g_thread_init()Nikolaus Rath
2017-06-06Fixed compiler warningNikolaus Rath
2017-06-06Dropped nodelay workaroundNikolaus Rath
2017-06-05main(): setup signal handlers before connectingNikolaus Rath
2017-05-31Update the missing options (that make sense from ssh_config)Jakub Jelen
2017-01-12Merge pull request #23 from billziss-gh/masterNikolaus Rath
2016-07-28Remove call to g_slice_set_config()Benjamin Fleischer
2016-06-22port sshfs to cygwinBill Zissimopoulos
2016-06-06Require paths for truncate/fstat workaroundsRian Hunter
2016-06-01Support the lack of paths when cache is offRian Hunter
2016-06-01Implement support for "fsync@openssh.com"Rian Hunter
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-08Unconditionally mlock the password in memoryJulio Merino
2016-02-08Remove apparently-unnecessary lockJulio Merino
2016-02-08Avoid using cpp for sshfs.1 generationJulio Merino
2016-02-08Remove LIBDIR explicit definitionJulio Merino
2016-02-08Drop the cache_enabled hackJulio Merino
2016-02-08Drop OSXFUSE_SSHFS_VERSIONJulio Merino
2016-02-08Merge remote-tracking branch 'osxfuse/master' into merge-osxfuseJulio Merino
2015-04-14sshfs: Increase the maximum length of the passwordMiklos Szeredi
2014-02-10sshfs-return-the-correct-x_ok-accessMiklos Szeredi
2014-02-03Bump version to 2.5.0Benjamin Fleischer
2014-02-02Merge tag 'sshfs_2_5'Benjamin Fleischer
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
2013-08-03Merge remote-tracking branch 'upstream/master'Benjamin Fleischer
2013-02-05Add FIXME for deadlock if $PATH contains mountpoint.Miklos Szeredi
2013-01-08Add unnamed semaphore implementation for Mac OS XBenjamin Fleischer
2012-05-14When checking root directory use LSTAT not STATMiklos Szeredi
2012-03-11Bump version to OSXFUSE SSHFS 2.4.1Benjamin Fleischer
2012-03-09Bump version to OSXFUSE SSHFS 2.4.0Benjamin Fleischer
2012-03-09Use "#ifdef __APPLE__" instead of "#if __APPLE__"Benjamin Fleischer
2012-03-09make sure idmap files aren't writable by othersMike Kelly
2012-03-09Add slave option to run sftp over stdin and stdoutChris Wolfe
2012-03-09Split fd into separate read and write pipesChris Wolfe
2012-03-09Remove some trailing whitespace.Chris Wolfe
2012-03-09skip blank linesMike Kelly