]> Sergey Matveev's repositories - btrtrc.git/history - bencode/decode.go
bencode: Decode singleton lists of the expected type
[btrtrc.git] / bencode / decode.go
2019-06-13 Matt Joinerbencode: Decode singleton lists of the expected type
2019-06-13 Matt JoinerCode formatting
2019-06-13 Matt Joinerbencode: Improve UnmarshalTypeError string and list...
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-07-25 Matt Joinerbencode: Remove a lot of expensive allocations
2018-07-23 Matt Joinerbencode: Avoid an extra getTags call
2018-07-23 Matt Joinerbencode: Cache struct fields
2018-07-11 Matt JoinerDon't error on bencode dicts that can't be marshalled
2018-07-11 Matt JoinerSupport marshalling bencode strings into byte arrays
2018-07-10 Matt JoinerMake extended handshake a struct, and move a bunch...
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-17 Matt Joinerbencode: Remove string allocation when parsing strings
2018-06-17 iaall: gofmt
2018-04-13 Matt JoinerFix #247
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers
2018-02-12 Matt Joinerbencode.Decoder.Decode: Don't assume panic values are...
2018-02-12 Matt Joinerbencode: Support unmarshalling strings into slices...
2018-01-27 Matt Joinerbencode: Add ignore_unmarshal_type_error tag
2018-01-25 Matt Joinerbencode: Give more descriptive errors when failing...
2017-11-05 Matt JoinerComment on bencode.Decoder.Offset
2017-11-05 Matt JoinerExpose bencode.Decoder.Offset
2016-08-26 Matt Joinerbencode: More renames
2016-08-26 Matt Joinerbencode: Rename a bunch of slug case stuff
2016-06-15 Matt Joinerbencode: Remove private types encoder and decoder
2016-06-15 Matt Joinerbencode: Unembed the Reader type, and minimize the...
2015-11-03 Matt Joinerbencode: Improve unknown value type error
2015-10-01 Matt Joinerbencode: When decoding a dict, if the final key is...
2015-09-20 Matt Joinerbencode: Decode very large integers as big.Int if they...
2015-08-23 Matt Joinerbencode: Simplify parse_int
2015-08-23 Matt Joinerbencode: Don't allow extraneous trailing 'e's
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-28 Matt JoinerSeveral trivial fixes
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2014-12-02 Matt JoinerDecoding bools has been wrong all along, always set...
2014-11-19 Matt JoinerExpose SyntaxError reason with a proper error
2014-03-19 Matt JoinerFix buffer reuse bug and some formatting.
2012-06-30 nsfAdd more comments to the bencode library. Implement...
2012-06-27 nsfFix bugs, implement missing bits. Made a mess, can...
2012-06-22 nsfAdd a couple of decode tests, fix empty slice bug.
2012-06-20 nsfUncomment defer recover statement.
2012-06-20 nsfInitial commit.