]> Sergey Matveev's repositories - btrtrc.git/history - config.go
Upgrade to log v0.5.0
[btrtrc.git] / config.go
2020-01-03 Matt JoinerUpgrade to log v0.5.0 v1.11.0
2019-12-23 Matt JoinerUse new anacrolix/multiless, and incorporate Peer.Trust...
2019-12-16 davtoroPossibility to change UPnP ID (#354)
2019-11-04 Matt JoinerUse default connection tracking values
2019-11-02 Matt JoinerUse missinggo/v2/conntrack
2019-08-21 Matt Joinergoimports -local
2019-08-21 Matt JoinerUpgrade to simplified logger
2019-08-10 Matt JoinerUpdate all imports of dht to v2
2019-07-23 Matt JoinerImprove comments on some config fields
2019-07-19 Matt JoinerChange the default client port
2019-07-19 Matt JoinerRework header obfuscation and add tests for fallbacks
2019-05-29 BruceWangAdd OnQuery Hook
2019-04-09 Matt JoinerMake the default conntracker instance unlimited for now
2018-11-21 Matt JoinerBump protocol strings
2018-11-21 Matt JoinerAdd initial connection tracking
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-10-30 Denis Kuzmenokreverting usage of proxy for http requests
2018-10-18 Matt JoinerFix TLS handshake failures with https trackers
2018-09-03 Matt JoinerAdd comments to some ClientConfig fields
2018-07-15 Matt JoinerReduce default handshake timeout to 3s
2018-07-11 Matt JoinerDecide where to set proxy for HTTP trackers
2018-07-10 Matt JoinerReinstate the reduce dial timeout and update some values
2018-07-07 Matt Joinersortimports
2018-07-07 Matt JoinerComments and readability
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-16 Matt JoinerAllow dropping connections to the same peer ID
2018-06-16 Matt JoinerAllow disabling accept limiting and modify some constants
2018-06-16 Matt JoinerRename Config->ClientConfig and change how defaults...
2018-06-08 Denisadded proxy support to the library, using ProxyURL...
2018-04-12 Matt JoinerFix #246
2018-04-12 Matt JoinerMerge branch 'circleci'
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