]> Sergey Matveev's repositories - btrtrc.git/history - bencode/decode.go
Attribute accepted connection to holepunching when connect message is late
[btrtrc.git] / bencode / decode.go
2023-04-03 Matt Joinerbencode: Only use unsafe.String for go>=1.20 v1.49.1
2023-03-19 Matt Joinerbencode: Support parsing strings into bool v1.49.0
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-01-03 Matt JoinerFix an issue parsing negative bencode string lengths
2022-01-07 Matt Joinerbencode: Support decoding "" as dict key
2022-01-07 Matt Joinerbencode: Return ErrUnexpectedEOF instead of EOF in...
2022-01-07 Matt JoinerAdd bencode.Decoder.MaxStrLen
2021-12-12 Matt Joinerbencode: Avoid allocating interface string up front
2021-12-12 Matt Joinerbencode: Fix decoding integer with leading +
2021-12-12 Matt Joinerbencode: Enforce dict key ordering
2021-12-12 Matt Joinerbencode incorrectly parsed integers with leading zeroes
2021-11-08 Matt Joinergofumpt
2021-09-29 Matt JoinerLimit decoded bencode string lengths to 32 bits
2021-09-29 Matt JoinerFix parsing of strings that don't fit in memory
2021-09-28 Matt JoinerSimplify bencode.Decoder.parseStringInterface
2021-09-28 YenForYangbencode: optimize `(*Decoder).parseStringInterface...
2021-09-18 YenForYangbencode: Simplify `(*Decoder).parseListInterface()...
2021-08-16 Bora M. AlperAdd linter CI (#542)
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 Joinerbencode: Improve support for embedded structs
2021-06-07 Matt Joinerbencode: Support anonymous embedded struct pointers
2021-06-07 Matt JoinerRework bencode decoding so it might support embedded...
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.