]> Sergey Matveev's repositories - btrtrc.git/history - bencode/api.go
bencode.Encoder: Unembed the Writer and wrap it in a minimal interface
[btrtrc.git] / bencode / api.go
2016-06-15 Matt Joinerbencode.Encoder: Unembed the Writer and wrap it in...
2016-06-15 Matt Joinerbencode: Remove private types encoder and decoder
2016-06-15 Matt Joinerbencode.Unmarshal: Remove unnecessary intermediate...
2016-06-15 Matt Joinerbencode: Unembed the Reader type, and minimize the...
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2015-08-23 Matt JoinerRevert "bencode: Trailing bytes on Unmarshal is an...
2015-08-23 Matt Joinerbencode: Trailing bytes on Unmarshal is an error
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2014-11-19 Matt JoinerExpose SyntaxError reason with a proper error
2012-06-30 nsfAdd more comments to the bencode library. Implement...
2012-06-24 nsfAdd bufio.Writer error handling, move Flush to the...
2012-06-22 nsfAdd missing interface definitions.
2012-06-20 nsfInitial commit.