]> Sergey Matveev's repositories - btrtrc.git/commit
Move Magnet and friends into metainfo package
authorMatt Joiner <anacrolix@gmail.com>
Mon, 4 Apr 2016 03:48:39 +0000 (13:48 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 4 Apr 2016 03:48:39 +0000 (13:48 +1000)
commitfa511154e432576c484c9ca4bbdc21b6f9c5a781
treec24bf4ffb649845dfcc7aee1fa4a86c9ad262f53
parent6aacfe5589265414c5719539fecac59aa20eac0f
Move Magnet and friends into metainfo package
client.go
cmd/torrent-magnet/main.go
metainfo/hash.go [new file with mode: 0644]
metainfo/magnet.go [moved from magnet.go with 76% similarity]
metainfo/magnet_test.go [moved from magnet_test.go with 87% similarity]
metainfo/metainfo.go
metainfo/piece.go [new file with mode: 0644]
util/dirwatch/dirwatch.go