torrent/metainfo
Matt Joiner 17ea4f7fdd Performance optimizations to calculating bytes left in Torrent
Was generating significant overhead in cmd/torrent
2017-09-23 15:28:13 +10: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 Trivial logging, comment, Stringer changes 2017-02-02 16:53:19 +11:00
info.go Performance optimizations to calculating bytes left in Torrent 2017-09-23 15:28:13 +10: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 metainfo URL list can be a string or list 2017-06-16 17:07:30 +10:00
metainfo_test.go metainfo URL list can be a string or list 2017-06-16 17:07:30 +10:00
nodes.go refactor struct identifiers to follow conventional go names 2016-04-18 23:11:11 -05:00
nodes_test.go Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +10:00
piece.go Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +10: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.