]> Sergey Matveev's repositories - btrtrc.git/history - bencode
Drop support for go 1.20
[btrtrc.git] / bencode /
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-02-23 Matt Joinerbencode: Update some test code
2016-02-23 Matt Joinerbencode tests: Idiomatize identifier naming
2016-02-23 Matt Joinerbencode: Use the testdata convention in tests
2015-12-06 Matt JoinerActually fix #41 properly; and several big changes
2015-11-03 Matt Joinerbencode: Improve unknown value type error
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-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 JoinerRevert "bencode: Trailing bytes on Unmarshal is an...
2015-08-23 Matt Joinerbencode: Simplify parse_int
2015-08-23 Matt Joinerbencode: Trailing bytes on Unmarshal is an error
2015-08-23 Matt Joinerbencode: Don't allow extraneous trailing 'e's
2015-08-23 Matt Joinerbencode: Add tests for Unmarshalling trailing bytes...
2015-08-23 Matt Joinerbencode: Fuzz
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-28 Matt JoinerSeveral trivial fixes
2015-04-29 Matt Joinerbencode: gofmt
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 nsfAdd first bits of "torrent" library (.torrent file...
2012-06-27 nsfFix bugs, implement missing bits. Made a mess, can...
2012-06-24 nsfFix Marshaler case.
2012-06-24 nsfAdd MarshalBencode test.
2012-06-24 nsfAdd bufio.Writer error handling, move Flush to the...
2012-06-22 nsfAdd a couple of decode tests, fix empty slice bug.
2012-06-22 nsfAdd missing interface definitions.
2012-06-20 nsfUncomment defer recover statement.
2012-06-20 nsfInitial commit.