Go to file
Matt Joiner 9ba3af19ba Break up client.go into several files and a few fixes
Suppress expected errors when initiating connections.
Add an explicit timeout to initiate connections.
Put a lock on closing a connection to prevent data race warnings.
2014-04-03 23:16:59 +11:00
cmd Lots of logging improvements 2014-03-21 00:14:17 +11:00
fs Improvements to pending chunks; extract testutil 2014-03-20 16:58:09 +11:00
peer_protocol Fix short read and report unexpected EOFs decoding peer protocol 2014-03-21 00:42:40 +11:00
testutil Tidy up 2014-03-20 22:02:15 +11:00
tracker Tidy up 2014-03-20 22:02:15 +11:00
client.go Break up client.go into several files and a few fixes 2014-04-03 23:16:59 +11:00
client_test.go Test created torrent structure in current directory 2014-03-20 17:35:11 +11:00
connection.go Break up client.go into several files and a few fixes 2014-04-03 23:16:59 +11:00
misc.go Break up client.go into several files and a few fixes 2014-04-03 23:16:59 +11:00
mmap_span.go Significant progress and improvements 2013-10-21 01:07:01 +11:00
span.go Add torrent.Mmap and MmapSpan, types that abstract memory-mapped torrent data 2013-09-26 13:42:24 +10:00
torrent.go Break up client.go into several files and a few fixes 2014-04-03 23:16:59 +11:00