]> Sergey Matveev's repositories - btrtrc.git/history - spec.go
Drop support for go 1.20
[btrtrc.git] / spec.go
2022-04-26 Matt JoinerSupport custom path escaping for WebSeeds
2022-04-26 Matt JoinerWebSeed PathEscaper API tweaks
2022-04-22 afjosephfixup! [webseed] Add a custom URL encoder for webseeds
2022-04-21 afjoseph[webseed] Add a custom URL encoder for webseeds
2021-11-11 Matt JoinerMake TorrentSpecFromMetaInfoErr still usable on info...
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-19 Matt Joinergo fmt
2021-10-19 Matt JoinerOnly allow chunk size to be set for new Torrents
2021-10-11 Simon KirstenAdd DisableInitialPieceCheck option (#677)
2021-08-11 Matt JoinerFix allocation of empty DhtNodes in TorrentSpec
2021-08-01 Matt Joinercmd/torrentfs: Fix panic on missing info
2020-11-16 Matt JoinerAdd support for the x.pe magnet link parameter
2020-11-08 Matt JoinerTidy up doc, file names, naming
2020-06-04 MaxbAdd DisallowDataDownload/Upload to TorrentSpec and...
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-06-02 Matt JoinerMake use of magnet source fields and expose Torrent...
2020-06-02 Matt JoinerAdd webseeds from magnet links
2016-09-20 Matt JoinerAdd error return value to metainfo.MetaInfo.UnmarshalInfo
2016-09-11 Matt JoinerMove TorrentSpec stuff into its own file