torrent/metainfo
Matt Joiner a0d0c64e4f metainfo: Fix test
[]byte(nil) now correctly bencodes to a string
2018-11-27 11:05:32 +11:00
..
testdata metainfo URL list can be a string or list 2017-06-16 17:07:30 +10:00
README Rename torrent package to metainfo; expose MetaInfo["info"] so it can be used on its own 2014-06-28 19:40:39 +10:00
announcelist.go metainfo: Improve MetaInfo.AnnounceList handling 2017-02-15 20:05:28 +11:00
fileinfo.go metainfo: FileInfo.Offset failed with single-file torrents 2017-01-04 18:09:17 +11:00
hash.go Introduce metainfo.HashSize 2017-12-29 12:17:58 +11:00
info.go Change pieceIndex to peer_protocol.Integer 2018-07-12 09:15:15 +10:00
info_test.go metainfo: Fix test 2018-11-27 11:05:32 +11:00
magnet.go Comment typo (#110) 2016-09-07 09:43:29 +10:00
magnet_test.go Add error return value to metainfo.MetaInfo.UnmarshalInfo 2016-09-20 12:32:15 +10:00
metainfo.go bencode: Add ignore_unmarshal_type_error tag 2018-01-27 14:31:46 +11:00
metainfo_test.go Switch to goimports import sorting 2018-11-02 23:12:01 +11:00
nodes.go refactor struct identifiers to follow conventional go names 2016-04-18 23:11:11 -05:00
nodes_test.go Switch to goimports import sorting 2018-11-02 23:12:01 +11:00
piece.go Change pieceIndex to peer_protocol.Integer 2018-07-12 09:15:15 +10:00
piece_key.go Change pieceIndex to peer_protocol.Integer 2018-07-12 09:15:15 +10:00
urllist.go metainfo URL list can be a string or list 2017-06-16 17:07:30 +10:00

README

A library for manipulating ".torrent" files.