]> Sergey Matveev's repositories - btrtrc.git/history - metainfo/metainfo_test.go
Fix error unmarshalling bad metainfo nodes field
[btrtrc.git] / metainfo / metainfo_test.go
2023-06-26 Matt JoinerFix error unmarshalling bad metainfo nodes field
2022-02-10 Matt JoinerMerge branch 'master' into go1.18
2022-02-02 Eng Zer Juntest: use `T.TempDir` to create temporary test director...
2021-06-23 Matt JoinerFixes for wasm
2021-02-24 Matt JoinerInclude webseed urls in MetaInfo.Magnet output
2021-02-24 Matt JoinerImprove metainfo.MetaInfo.Magnet interface and add...
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-04-13 Matt JoinerFix #247
2018-01-25 Matt Joinerbencode: Give more descriptive errors when failing...
2017-06-16 Matt Joinermetainfo URL list can be a string or list
2016-09-20 Matt JoinerAdd error return value to metainfo.MetaInfo.UnmarshalInfo
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-07-07 Matt Joinermetainfo.Info.BuildFromFilePath: Ensure stable file...
2016-05-05 Matt Joinermetainfo.InfoEx.Hash becomes a function, UpdateBytes...
2016-04-04 Matt JoinerApply ineffassign linter
2016-02-23 Matt Joinermetainfo tests: Fix some naming conventions
2016-02-04 Matt Joinermissinggo.ZeroReader is now a var, not a type
2015-10-29 Matt Joinermetainfo: Add alternative "builder" API
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-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2014-12-02 Matt JoinerEnsure that encoded and decoded forms match
2014-07-13 Matt JoinerExpose MetaData directly so it can be bencoded from...
2014-06-28 Matt JoinerRename torrent package to metainfo; expose MetaInfo...