about summary refs log tree commit diff
path: root/pkgs/tools/misc/mktorrent
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30mktorrent: *Flags are listsRobin Gloster1-6/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-02-12maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch1-1/+1
Since I’m already at it, this has been bothering me for a while.
2017-04-07mktorrent: 1.0 -> 1.1Profpatsch1-8/+10
[1.1] - 2017-01-11 Added - Autodetect the number of CPUs available <esmil@mailme.dk> - Option for source string added to torrent info (`-s`), included in infohash. Often used by private trackers to create a unique infohash to prevent peer-leak and the possibility to track the trackers that do use leaked torrents. Having this option in mktorrent make it possible to create a infohash accurate torrent to the tracker you want to upload it to Changed - Make`-a` (announce list) optional - Optional announce URL even for private torrents. No need to require announce for private torrents, they are added by most private trackers anyway and they modify the infohash so you'd have to redownload their modified torrent with injected unique announce URL anyway. (@mathieui, fix from @jrwren) Fixed - DHT makes trackers optional, so remove the warning
2015-04-06mktorrent: Fix build on DarwinSpencer Whitt1-3/+4
Fixes #2676
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-07-14mktorrent: fix version to match tarballEvgeny Egorochkin1-1/+1
2013-03-12mktorrent: fixing the usual pthread_cancel problemLluís Batlle i Rossell1-1/+1
2013-03-12Adding mktorrent 1.0Lluís Batlle i Rossell1-0/+27