]> Sergey Matveev's repositories - btrtrc.git/history - bencode/api.go
Drop support for go 1.20
[btrtrc.git] / bencode / api.go
2021-08-12 Matt JoinerDon't panic on int parse failures
2021-06-21 Matt JoinerAdd to bencode.Unmarshal doc comment
2021-05-14 Matt JoinerMerge branch 'sqlite-direct'
2021-05-05 Matt JoinerUse bytes.Reader instead of bytes.Buffer in a few places
2019-06-13 Matt Joinerbencode: Improve UnmarshalTypeError string and list...
2018-07-23 Matt Joinerbencode.Marshal: Get rid of the intermediate buffer
2018-07-10 Matt JoinerMake extended handshake a struct, and move a bunch...
2018-02-12 Matt Joinerbencode: Unmarshal now returns an error on unused trail...
2017-11-05 Matt Joinerbencode: Implement unbuffered scanner used by NewDecoder
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.