]> Sergey Matveev's repositories - btrtrc.git/history - config.go
Support different hosts for each network
[btrtrc.git] / config.go
2018-04-12 Matt JoinerSupport different hosts for each network
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers
2018-03-29 Matt JoinerExpose public IPv4 and IPv6 config options and use...
2018-02-16 Matt JoinerAdjust some config defaults
2018-02-15 Matt JoinerAdd support for disabling IPv4 and IPv4 peers
2018-02-08 Matt JoinerRaise default torrent peers highwater to 500
2018-01-25 Matt JoinerAdd very tentative UPnP NAT traversal
2018-01-11 Matt JoinerFix mentions of TorrentDataOpener
2018-01-07 Matt JoinerImprove comments on Config.{Upload,Download}RateLimiter
2017-12-28 Matt JoinerMerge pull request #219 from elgatito/http_user_agent
2017-12-28 Denis Kuzmenokadding http user-agent setters and usage
2017-12-01 Matt Joinersortimports
2017-11-08 Matt JoinerMerge commit '6ab65a49a8a72dea1a28968b2ab42a85fd4566ec'
2017-11-08 Matt JoinerConfig.Debug isn't just for logging
2017-11-07 themihaifeat(config): Allows the torrent client to customise...
2017-11-05 SamuelAggressive Upload (#203)
2017-11-04 Matt JoinerImprove comment on Config.UploadRateLimiter
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-13 Matt JoinerSupport plaintext crypto method for protocol header...
2017-03-19 Matt Joinersortimports
2016-12-14 Matt Joinerdht/… moved to github.com/anacrolix/dht
2016-10-10 Matt JoinerAdd download rate limiting
2016-10-10 Matt JoinerFix Config.UploadRateLimiter comment
2016-10-10 Matt JoinerAdd really simple upload rate limiting and test
2016-10-10 Matt JoinerImprove code comments
2016-09-16 Matt JoinerAdd Config.{Force,PreferNo}Encryption
2016-09-16 Matt JoinerMinor comments and test improvement
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement
2016-05-16 Matt JoinerRename storage.I->Client
2016-05-05 Matt JoinerRemove the last of the "config dir" stuff
2016-04-04 Matt JoinerFix Config.IPBlocklist type
2016-04-04 Matt JoinerRemove some of the magic ConfigDir stuff
2016-03-28 Matt JoinerNew storage interface
2016-02-17 Matt JoinerCode comments
2016-01-16 Matt JoinerMake Config.DHTConfig not a pointer
2015-11-05 Matt JoinerDitch go-flags for tagflag
2015-08-23 Matt JoinerAdd Debug flag to Config
2015-08-04 Matt JoinerAdd an option to disable IPv6
2015-08-03 Matt JoinerAdd IPBlocklist option to Config, and test it's inherit...
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-05-14 Matt JoinerSupport seeding
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-20 Matt JoinerAdd the --disable-tcp flag to the client options
2015-04-20 Matt JoinerAdd the option to disable encryption
2015-03-25 Matt JoinerAdd the ability to disable PEX
2015-03-25 Matt Joinercmd/torrent: Replace flag with go-flags, rejig options
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-08 Matt JoinerMore cleaning of public interface
2015-02-25 Matt JoinerAllow configuring Client torrent data opener, config...
2014-12-02 Matt JoinerSpeed up tests, allow -short for some UDP tracker stuff
2014-11-28 Matt JoinerAllow DHT server config to be passed through when creat...
2014-11-17 Matt JoinerConnect to peers using both UTP and TCP; Share UTP...
2014-11-16 Matt JoinerAllow the client ID to be set in the config
2014-08-24 Matt JoinerMake NoUpload a client configuration option and use...
2014-08-21 Matt JoinerTidy up the torrent and DHT APIs