2005-12-09 Miklos Szeredi * Use new option parsing interface of FUSE 2005-11-28 Miklos Szeredi * Set statvfs::f_frsize 2005-11-23 Miklos Szeredi * Fix warnings on 64bit systems. Reported by D. R. Evans 2005-11-16 Miklos Szeredi * Replace EPROTO with the more portable EIO * Fix bug in option parsing. Reported by Csaba Henk 2005-10-29 Miklos Szeredi * Use FUSE version 25 if available * Add include. Reported by Csaba Henk 2005-10-29 Miklos Szeredi * Released 1.3 2005-10-28 Miklos Szeredi * Add atomic create+open and ftruncate operation. This should fix issues with 'cp' and other programs failing with "Permission denied". To be effective, needs FUSE version 2.5 and kernel version 2.6.15 (just a guess, since neither of them is released yet). 2005-10-27 Miklos Szeredi * Add support for SSH protocol version 1. Bug reported by Miklos Bagi Jr. 2005-10-26 Miklos Szeredi * Fix typo (ConnectTimeout -> ConnectionTimeout) in ssh options. Bug reported by Miklos Bagi Jr. 2005-10-19 Miklos Szeredi * GNOME Nautilus fails to copy file to sshfs filesystem, because FUSE returns zero free space. So instead return huge (999999999 kbytes) amount of free space, yet it should be obvious that the number is artificial. Bug report by Peter Kronheimer 2005-10-18 Miklos Szeredi * Add remote uid detection and translation ('idmap=user' option). Idea and implementation details worked out by Jean-Marc Valin 2005-10-17 Miklos Szeredi * Add one more missing lock. * Add workaround for failure to rename to an existing file. Based on patch by Michael Best 2005-10-15 Miklos Szeredi * Protect request ID allocation with mutex. Bug report by Tvrtko Ursulin 2005-08-17 Miklos Szeredi * Try to calculate approximate disk usage of files from their size, so that 'du' returns meaningful results. Problem reported by Bernd Amend. 2005-08-15 Miklos Szeredi * Released 1.2 2005-08-13 Miklos Szeredi * Add 'reconnect' option, which tries to reconnect to the server when the connection is broken. If a password is required for connection, it is recommended that you install ssh-askpass, and set the SSH_ASKPASS environment variable (see 'man ssh' for more details). 2005-05-05 Miklos Szeredi * Work around missing truncate() support in some older sftp servers (only works for zero size truncate). Thanks to Eduard Czimbalmos for the bug report and help with testing 2005-04-13 Miklos Szeredi * Fix compilation with gcc-2.95. Reported by David A. Gershman 2005-03-08 Miklos Szeredi * Make it work on server version 2 (e.g. Sun_SSH_1.0.1). Report and testing by Pieter J. Kersten 2005-03-04 Miklos Szeredi * Released 1.1 2005-03-03 Miklos Szeredi * Slightly optimize readahead. Still not clever enough to always keep the pipe filled. * Add 'sshfs_debug' option 2005-02-17 Miklos Szeredi * Parse 'max_read' mount option and if smaller than 65536 forward to FUSE 2005-02-16 Miklos Szeredi * Added simple readahead (big performance gain in case of sequential read pattern). Can be disabled with '-o no_readahead' 2005-02-14 Miklos Szeredi * Added asynchronous writeback (big performance gain) and made this the default. Can be disabled with '-o sshfs_sync' 2005-02-09 Miklos Szeredi * Added option to start arbitary command instead of 'ssh' * Re-added '-p PORT' as a convenience option, also '-C' works as in ssh. 2005-02-08 Miklos Szeredi * Add caching of symlinks * Add support for many ssh options to be passed to ssh * Port number can now actually be specified with "-o port=PORT", bug spotted by Andrew Ukrainec 2005-02-07 Miklos Szeredi * Separate attribute caching to a separate layer * Add caching of directory contents 2005-02-03 Miklos Szeredi Fix PKG_CONFIG_PATH setting in configure.ac (reported by Alpar Juttner) 2005-01-09 Miklos Szeredi * Released 1.0 2004-12-04 Miklos Szeredi * Started ChangeLog