]> Sergey Matveev's repositories - btrtrc.git/history - metainfo
Add error return value to metainfo.MetaInfo.UnmarshalInfo
[btrtrc.git] / metainfo /
2016-09-20 Matt JoinerAdd error return value to metainfo.MetaInfo.UnmarshalInfo
2016-09-16 Matt JoinerComment on metainfo.PieceKey
2016-09-06 Ben GadboisComment typo (#110)
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-07-29 Matt JoinerBegin exposing all the magic that Client.WriteStatus...
2016-07-22 Matt JoinerMerge pull request #99 from hustcat/magnet
2016-07-22 Ye YinAdd Announce when AnnounceList is nil
2016-07-12 Matt JoinerNew slices package
2016-07-08 Matt Joinermetainfo: Move method in wrong file
2016-07-07 Matt Joinermetainfo.Info.BuildFromFilePath: Ensure stable file...
2016-06-20 Matt JoinerAdd metainfo.NewHashFromHex
2016-06-20 Matt JoinerAdd piece completion storage
2016-05-05 Matt Joinermetainfo.InfoEx.Hash becomes a function, UpdateBytes...
2016-05-03 Matt Joinermetainfo: Add HashBytes
2016-05-03 Matt Joinermetainfo: Improve doc
2016-05-03 Matt Joinermetainfo.Info.BuildFromFilePath contained unnecessary...
2016-05-03 Matt JoinerDoc metainfo.Info.BuildFromFilePath
2016-05-02 Matt JoinerAdd metainfo.Hash.FromHexString
2016-04-30 Matt JoinerRemove metainfo.Builder, and issue #35 test for it
2016-04-30 Matt JoinerAllow encoding private=0 in metainfo, which fixes test...
2016-04-30 Matt JoinerSome changes to metainfo.InfoEx and testutil
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-04-04 Matt JoinerApply ineffassign linter
2016-04-04 Matt JoinerMove Magnet and friends into metainfo package
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-04 Matt JoinerUse metainfo.Hash for piece and info hashes
2016-03-28 Matt JoinerFinish fixing tests
2016-03-28 Matt JoinerGet mmap storage working
2016-03-28 Matt JoinerNew storage interface
2016-02-23 Matt Joinermetainfo: Check for error unmarshalling bad nodes conte...
2016-02-23 Matt Joinermetainfo: Fix use of CastSlice when copying nodes
2016-02-23 Matt Joinermetainfo: Ensure that nodes encode correctly
2016-02-23 Matt Joinermetainfo: Support nodes as []string or [](string, int64)
2016-02-23 Matt Joinermetainfo: It looks like the "nodes" field of metainfo...
2016-02-23 Matt Joinermetainfo tests: Fix some naming conventions
2016-02-04 Matt Joinermissinggo.ZeroReader is now a var, not a type
2016-02-01 Matt Joinergo vet
2015-10-29 Matt Joinermetainfo: Add alternative "builder" API
2015-10-29 Matt JoinerFix #35
2015-10-18 Matt JoinerMake Piece a concrete type
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-05-05 Matt JoinerMerge pull request #13 from milosgajdos83/metainfo...
2015-05-03 Milos GajdosAdding trackerless.torrent metainfo file to test suite
2015-05-03 Milos GajdosAdded support for trackerless metainfo files
2015-04-29 Matt JoinerApply sortimports
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-03-04 Matt JoinerAdd Piece.Offset
2015-02-27 Matt JoinerAdd Piece.Hash()
2015-02-26 Matt JoinerAdd various helpers to Info
2015-02-26 Matt JoinerFixes for single/multi-file torrent Infos
2015-01-27 Matt JoinerAdd UpvertedFiles() to Info to make single-file torrent...
2014-12-02 Matt JoinerUse the same info bytes from a decode, for a recode
2014-12-02 Matt JoinerEnsure that encoded and decoded forms match
2014-11-28 Matt JoinerNeed to break from the parent soon...
2014-07-13 Matt JoinerExpose MetaData directly so it can be bencoded from...
2014-06-28 Matt JoinerRename torrent package to metainfo; expose MetaInfo...