]> Sergey Matveev's repositories - btrtrc.git/commit
Begin exposing all the magic that Client.WriteStatus has so people can parse Client...
authorMatt Joiner <anacrolix@gmail.com>
Fri, 29 Jul 2016 14:37:52 +0000 (00:37 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 29 Jul 2016 14:37:52 +0000 (00:37 +1000)
commit4143b7470d99d22ca15a8f37add81e7178e17c96
tree19fa645b1c979c45ce40adce227af29ffce8a4e4
parent49315045a0b0e450a6877712e84577f5b11a7703
Begin exposing all the magic that Client.WriteStatus has so people can parse Client state their own way

It wasn't possible to move Client.WriteStatus to an external package to verify it doesn't depend on same-package access to data because then it can't be used in the tests, and it's extremely useful there. So I've settled for not locking the Client, and trying to use all the public methods. It's a work in progress.
client.go
metainfo/hash.go
torrent.go