This website requires JavaScript.
Explore
Help
Sign In
status-im
/
torrent
Watch
2
Star
0
Fork
0
You've already forked torrent
mirror of
synced
2025-02-23 22:28:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
torrent
/
bencode
History
Matt Joiner
ad73a0ea89
bencode: Trailing bytes on Unmarshal is an error
2015-08-23 17:47:01 +10:00
..
_testdata
Add first bits of "torrent" library (.torrent file manipulation).
2012-06-28 02:26:56 +06:00
api.go
bencode: Trailing bytes on Unmarshal is an error
2015-08-23 17:47:01 +10:00
both_test.go
Fix bugs, implement missing bits. Made a mess, can't describe properly.
2012-06-28 02:21:26 +06:00
decode_test.go
bencode: Add tests for Unmarshalling trailing bytes, and extraneous 'e'
2015-08-23 16:13:30 +10:00
decode.go
bencode: Don't allow extraneous trailing 'e's
2015-08-23 17:45:59 +10:00
encode_test.go
bencode: gofmt
2015-04-30 00:36:25 +10:00
encode.go
Fix bugs, implement missing bits. Made a mess, can't describe properly.
2012-06-28 02:21:26 +06:00
fuzz.go
bencode: Fuzz
2015-08-23 15:59:49 +10:00
README
Initial commit.
2012-06-20 19:21:32 +06:00
tags.go
Initial commit.
2012-06-20 19:21:32 +06:00
README
Bencode encoding/decoding sub package. Uses similar API design to Go's json package.