bittorrent related things
Find a file
Uriel a704418110 There is some kind of off-by-one bug here and we end up with nils in the
slice.

I'm not sure exactly what the error is, but this code seems to be
ancient and predate the invention of append(), I replaced it with a call
to append() and seems to work fine.

Leaving the code commented out because I'm not satisified I understand
it.
2012-09-03 02:45:23 +02:00
bencode_test.go Fix remaining bencode tests. 2012-07-29 17:59:03 +02:00
decode.go There is some kind of off-by-one bug here and we end up with nils in the 2012-09-03 02:45:23 +02:00
LICENSE Initial commit 2010-01-06 23:38:33 +08:00
parse.go Update bencode for weekly.2011-12-06 2011-12-17 20:36:20 +01:00
struct.go Fix remaining bencode tests. 2012-07-29 17:59:03 +02:00