torrent/metainfo
Matt Joiner 1f3eace72f bencode: Add ignore_unmarshal_type_error tag 2018-01-27 14:31:46 +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 Update error message in metainfo.Info.writeFiles 2017-12-29 12:18:55 +11:00
info_test.go Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +10: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 bencode: Give more descriptive errors when failing to parse dicts 2018-01-25 21:46:50 +11:00
nodes.go refactor struct identifiers to follow conventional go names 2016-04-18 23:11:11 -05:00
nodes_test.go metainfo: Omit empty Metainfo.InfoBytes 2017-11-08 19:57:05 +11:00
piece.go Introduce metainfo.HashSize 2017-12-29 12:17:58 +11:00
piece_key.go Comment on metainfo.PieceKey 2016-09-16 11:18:36 +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.