]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
SFTP: cater to clients that assume a file is created as soon as they have made an...
authordavid-sarah <david-sarah@jacaranda.org>
Sat, 29 May 2010 04:52:53 +0000 (21:52 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sat, 29 May 2010 04:52:53 +0000 (21:52 -0700)
commite8679855399f6fd6b3f7062da79df745625ddb6c
treef2ece5801152f38a429fd8ac50dba927c309b3c8
parent0b888f82012e25e4cfb5af5904c222472286a185
SFTP: cater to clients that assume a file is created as soon as they have made an open request; also, fix some race conditions associated with closing a file at about the same time as renaming or removing it.
src/allmydata/frontends/sftpd.py
src/allmydata/test/test_sftp.py