]> Sergey Matveev's repositories - btrtrc.git/history - bencode/decode_test.go
Drop support for go 1.20
[btrtrc.git] / bencode / decode_test.go
2023-03-19 Matt Joinerbencode: Support parsing strings into bool v1.49.0
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-02-25 Matt JoinerMerge branch 'http-proxying' into crawshaw
2022-02-11 deepsource-autofix... Format code with gofumpt (#724)
2022-01-07 Matt Joinerbencode: Support decoding "" as dict key
2022-01-07 Matt JoinerAdd bencode.Decoder.MaxStrLen
2021-12-12 Matt Joinerbencode: Enforce dict key ordering
2021-11-08 Matt Joinergofumpt
2021-08-12 Matt JoinerDon't panic on int parse failures
2021-08-12 Matt JoinerFix panic unmarshalling bencode dict into unsupported... v1.30.1
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerRework bencode decoding so it might support embedded...
2020-02-20 Matt JoinerApply staticcheck
2018-07-25 Matt Joinerbencode: Remove a lot of expensive allocations
2018-07-11 Matt JoinerSupport marshalling bencode strings into byte arrays
2018-02-12 Matt Joinerbencode: Support unmarshalling strings into slices...
2018-01-27 Matt Joinerbencode: Add ignore_unmarshal_type_error tag
2017-11-05 Matt JoinerExpose bencode.Decoder.Offset
2017-11-05 Matt Joinerbencode: Implement unbuffered scanner used by NewDecoder
2017-10-26 Matt JoinerAdd a test for bdecoding consecutive dicts
2015-10-01 Matt Joinerbencode: When decoding a dict, if the final key is...
2015-09-20 Matt JoinerDerp
2015-09-20 Matt Joinerbencode: Decode very large integers as big.Int if they...
2015-08-23 Matt Joinerbencode: Remove trailing bytes checks, this broke the...
2015-08-23 Matt Joinerbencode: Add tests for Unmarshalling trailing bytes...
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-22 nsfAdd a couple of decode tests, fix empty slice bug.
2012-06-20 nsfInitial commit.