]> Sergey Matveev's repositories - btrtrc.git/history - bencode/encode_test.go
Drop support for go 1.20
[btrtrc.git] / bencode / encode_test.go
2021-10-28 Matt Joinerbencode: Encode arrays of bytes as strings
2018-11-26 Matt Joinerbencode: Fix marshalling of []byte(nil)
2017-11-08 Matt Joinerbencode: Handle encoding big.Ints
2017-11-08 Matt Joinerbencode: Tidy import block
2015-10-23 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-10-23 Matt Joinerbencode: Encoding nil interfaces are an error except...
2015-10-18 Matt Joinerbencode: Don't skip encoding nil pointers and interfaces
2015-10-18 Matt Joinerbencode: Tidy up
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-04-29 Matt Joinerbencode: gofmt
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2012-06-24 nsfAdd MarshalBencode test.
2012-06-20 nsfInitial commit.