FedP2P/metainfo
Matt Joiner 2a1cef7c9e Remove the InfoEx type, and don't generate its infohash on the fly
Fixes #106.
2016-08-26 20:29:05 +10:00
..
testdata metainfo: Support nodes as []string or [](string, int64) 2016-02-23 22:28:23 +11: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
hash.go Begin exposing all the magic that Client.WriteStatus has so people can parse Client state their own way 2016-07-30 00:37:52 +10:00
info.go Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +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 Move Magnet and friends into metainfo package 2016-04-04 13:48:39 +10:00
magnet_test.go Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +10:00
metainfo.go Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +10:00
metainfo_test.go Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +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 Remove the InfoEx type, and don't generate its infohash on the fly 2016-08-26 20:29:05 +10:00

README

A library for manipulating ".torrent" files.