aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
AgeCommit message (Collapse)Author
2019-04-09Gracefully handle multiple spaces in ssh_command option (#168)mssalvatore
When using the "ssh_command" option, commands with multiple spaces in a row will not be properly parsed. Example: Properly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" Improperly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" This commit changes the ssh_command parsing logic so that both of the above examples are considered valid and properly handled. Resolves #114.
2017-08-03Released 2.10sshfs-2.10Nikolaus Rath
2017-07-12sftp_readdir_async(): don't access request when it may have been freedNikolaus Rath
Fixes: #7
2017-07-12Added unit tests and travis integrationNikolaus Rath
2017-07-12Added .rst suffix to ChangeLog.Nikolaus Rath
That way, programs are more likely to highlight the file correctly.