This website requires JavaScript.
Explore
Help
Sign In
status-im
/
torrent
Watch
2
Star
0
Fork
0
You've already forked torrent
mirror of
synced
2025-02-24 06:38:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
torrent
/
metainfo
History
Matt Joiner
03227bf461
metainfo: FileInfo.Offset failed with single-file torrents
2017-01-04 18:09:17 +11:00
..
testdata
metainfo: Support nodes as []string or [](string, int64)
2016-02-23 22:28:23 +11:00
fileinfo.go
metainfo: FileInfo.Offset failed with single-file torrents
2017-01-04 18:09:17 +11:00
hash.go
Panic if NewHashFromHex gets a bad string
2017-01-01 10:08:45 +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
info.go
Added optional source flag to torrent files (
#137
)
2016-12-09 13:16:56 +11:00
magnet_test.go
Add error return value to metainfo.MetaInfo.UnmarshalInfo
2016-09-20 12:32:15 +10:00
magnet.go
Comment typo (
#110
)
2016-09-07 09:43:29 +10:00
metainfo_test.go
Add error return value to metainfo.MetaInfo.UnmarshalInfo
2016-09-20 12:32:15 +10:00
metainfo.go
metainfo: Add helper methods to FileInfo
2017-01-04 17:15:11 +11: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
nodes.go
refactor struct identifiers to follow conventional go names
2016-04-18 23:11:11 -05:00
piece_key.go
Comment on metainfo.PieceKey
2016-09-16 11:18:36 +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
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
README
A library for manipulating ".torrent" files.