]> Sergey Matveev's repositories - btrtrc.git/history - bencode/encode.go
Drop support for go 1.20
[btrtrc.git] / bencode / encode.go
2021-11-08 Matt Joinergofumpt
2021-11-04 Matt Joinerbencode: Fix marshalling of unaddressable array of...
2021-10-28 Matt Joinerbencode: Encode arrays of bytes as strings
2021-09-18 YenForYangbencode: get type of `big.Int` without creating instanc...
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt Joinerbencode: Improve support for embedded structs
2021-06-07 Matt Joinerbencode: Support anonymous embedded struct pointers
2019-12-23 Matt Joinerbencode: Rename string_values->stringValues
2018-11-26 Matt Joinerbencode: Fix marshalling of []byte(nil)
2018-07-25 Matt Joinerbencode: Remove a lot of expensive allocations
2018-07-23 Matt Joinerbencode.Marshal: Get rid of the intermediate buffer
2018-07-17 Matt Joinerbencode: Avoid Value.Interface call testing for big.Int
2018-01-27 Matt Joinerbencode: Add ignore_unmarshal_type_error tag
2017-11-08 Matt Joinerbencode: Handle encoding big.Ints
2016-08-26 Matt Joinerbencode: More renames
2016-08-26 Matt Joinerbencode: Rename a bunch of slug case stuff
2016-06-15 Matt Joinerbencode.Encoder: Unembed the Writer and wrap it in...
2016-06-15 Matt Joinerbencode: Remove private types encoder and decoder
2015-12-06 Matt JoinerActually fix #41 properly; and several big changes
2015-10-23 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-10-23 Matt Joinerbencode: Can't get zero type of a nil interface
2015-10-23 Matt Joinerbencode: Rethrow non-errors during encoding
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: Use default field name if it isn't given ...
2015-10-18 Matt Joinerbencode: Tidy up
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2012-06-27 nsfFix bugs, implement missing bits. Made a mess, can...
2012-06-24 nsfFix Marshaler case.
2012-06-24 nsfAdd bufio.Writer error handling, move Flush to the...
2012-06-20 nsfInitial commit.