]> Sergey Matveev's repositories - btrtrc.git/commit
Add a end-to-end test for torrentfs
authorMatt Joiner <anacrolix@gmail.com>
Mon, 17 Mar 2014 14:44:22 +0000 (01:44 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 17 Mar 2014 14:44:22 +0000 (01:44 +1100)
commit2e81f914e7ec486e0ad4d0f390f6f5bf942fac67
treea2f20e6405052093c67f3509cfa3ae4fa07d676b
parentcbc65ac4c8bf1fbffd5d71c25203d1cf76fe7f51
Add a end-to-end test for torrentfs

Basic unchoking and uploading.
Accept incoming connections.
Break out torrentfs lib.
Fix and implement some protocol stuff.
client.go
client_test.go [new file with mode: 0644]
cmd/torrent-create/main.go
cmd/torrentfs/main.go
cmd/torrentfs/main_test.go [deleted file]
fs/torrentfs.go [new file with mode: 0644]
fs/torrentfs_test.go [new file with mode: 0644]
peer_protocol/protocol.go
peer_protocol/protocol_test.go