]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2018-06-17 Matt JoinerImprove logging in a test
2018-06-17 Matt JoinerDisable accept rate limiting by default in tests
2018-06-17 Matt JoinerFix multiLess.StrictNext
2018-06-17 Matt JoinerAdd some tests for net.Addr.Network values in various...
2018-06-17 Matt Joinerbencode: Remove string allocation when parsing strings
2018-06-17 Matt Joinercmd/torrent-metainfo-pprint: Use bufio input and enable...
2018-06-17 Matt JoinerLog and handle error with bad tracker URLs
2018-06-17 Matt JoinerMove chunk expvars into torrent prefix
2018-06-17 Matt JoinerUse RLock for Client.WriteStatus
2018-06-16 Matt JoinerRemove TestUTPRawConn
2018-06-16 Matt JoinerAdd connection.hasPreferredNetworkOver and friends
2018-06-16 Matt JoinerFix some formatting of ConnStats fields
2018-06-16 Matt JoinerAdd multiLess and use it for worseConn
2018-06-16 Matt JoinerFix some testing code for Config->ClientConfig
2018-06-16 Matt JoinerRework Torrent pending requests assertions
2018-06-16 Matt JoinerAllow dropping connections to the same peer ID
2018-06-16 Matt JoinerTorrent.Stats: RLock instead of Lock
2018-06-16 Matt JoinerAllow disabling accept limiting and modify some constants
2018-06-16 Matt JoinerClear accept limits when adding a new torrent
2018-06-16 Matt JoinerUpdate external use of ClientConfig
2018-06-16 Matt JoinerRename Config->ClientConfig and change how defaults...
2018-06-15 Matt JoinerAdd lots of new expvars and perf timers
2018-06-15 Matt JoinerRemove old Client.dialTCP
2018-06-15 Matt JoinerRate limit incoming IP prefixes
2018-06-15 Matt JoinerUse DialContext for tcp again
2018-06-15 Matt JoinerUpdate dial expvars
2018-06-13 Matt JoinerUpdate some tests now that adding connections is more...
2018-06-13 Matt JoinerRemove excess newline from log call
2018-06-13 Matt JoinerFix race condition in Client.ListenAddrs
2018-06-13 Matt JoinerAllow adding duplicate connections
2018-06-12 Matt JoinerFix Count usage in benchmark
2018-06-12 Matt JoinerEnsure ConnStats spew nicely
2018-06-12 Matt JoinerFix build error with recent go version
2018-06-12 Matt JoinerRemove unused log import
2018-06-12 Matt JoinerRemove duplicateClientConns expvar
2018-06-12 Matt JoinerUpdate log call
2018-06-12 Matt JoinerTrack ConnStats with atomics
2018-06-12 Matt JoinerMake download cancellable tests more reliable
2018-06-12 Matt JoinerFix crash adding peers when Torrent is closed
2018-06-12 Matt JoinerRemove unnecessary use of go keyword
2018-06-12 Matt JoinerTrack outgoing through a new field on connection, and...
2018-06-11 Matt JoinerFix failure in CI on non-critical test due to set -e
2018-06-11 Matt JoinerInclude rate limiting and stats in BenchmarkConnectionM...
2018-06-11 Matt JoinerMerge commit 'cadbacb956fa38a61f3656dc08d71bd68fc966ec...
2018-06-10 Matt JoinerMerge pull request #258 from porjo/master
2018-06-10 Matt JoinerMinimize lock time in Client.acceptConnections
2018-06-09 Matt JoinerAdd ConnStats at Client level
2018-06-09 Matt JoinerIncrement conn read/write stats asynchronously
2018-06-09 Matt JoinerFix timing failures in download cancel tests
2018-06-09 Matt JoinerUpdate a link
2018-06-09 Ian BishopFix file permissions
2018-06-08 Denisadded proxy support to the library, using ProxyURL...
2018-06-05 Matt Joinercmd/torrent: Add -stats flag
2018-06-05 Matt JoinerIgnore CI test failures with CGO_ENABLED=0
2018-05-25 Matt Joinergo.mod additions for CGO_ENABLED=0
2018-05-25 Matt JoinerMove internal bloom cmds to dht repo
2018-05-25 Matt JoinerAdd go.mod file for vgo
2018-05-18 Matt JoinerImprove Torrent.DownloadPieces documentation
2018-05-02 Matt JoinerDon't listen on IPv6 if DisableIPv6 is set
2018-05-02 Matt JoinerRemove vestigial comment
2018-04-14 Matt JoinerUpdate TODO file
2018-04-14 Matt JoinerA few adjustments to prioritized peers usage
2018-04-14 Matt JoinerAdd tests for prioritizedPeers
2018-04-14 Matt JoinerFix #244
2018-04-14 Matt JoinerInclude connection network in log message
2018-04-14 Matt JoinerTry to make test more reliable
2018-04-13 Matt JoinerFix #247
2018-04-12 Matt JoinerFix #246
2018-04-12 Matt JoinerMerge branch 'circleci'
2018-04-12 Matt JoinerAdd comment
2018-04-12 Matt JoinerReinstate Uploaded and Downloaded values in tracker...
2018-04-12 Matt JoinerUse new DHT stats fields
2018-04-12 Matt JoinerAnother use of LoopbackListenhost
2018-04-12 Matt JoinerAdd LoopbackListenHost
2018-04-12 Matt JoinerAdd some peer source comments
2018-04-12 Matt JoinerImprove DHT status output
2018-04-12 Matt JoinerSupport different hosts for each network
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers
2018-04-12 Matt Joinerpackage assert->expect
2018-04-04 Matt JoinerPrioritize pending nodes with BEP 40
2018-03-29 Matt JoinerExpose public IPv4 and IPv6 config options and use...
2018-03-29 Matt JoinerStart implementing BEP 40
2018-03-27 Matt Joinergithub.com/go-fsnotify/fsnotify -> github.com/fsnotify...
2018-02-21 Matt Joinertracker: Set UDP IPAddress field in announces
2018-02-19 Matt Joinercmd/torrent: Add packed-blocklist flag
2018-02-19 Matt Joinercmd/tracker-announce: Rework to be faster and support...
2018-02-19 Matt JoinerIPv6 tracker support
2018-02-17 Matt JoinerTrackers shown are just the enabled ones
2018-02-16 Matt JoinerAdjust some config defaults
2018-02-16 Matt JoinerMake half-open connection limit more dynamic
2018-02-16 Matt JoinerMove clamp and max, and add min to misc.go
2018-02-16 Matt JoinerTODO
2018-02-15 Matt JoinerSet the connection.cryptoMethod
2018-02-15 Matt JoinerAdd support for disabling IPv4 and IPv4 peers
2018-02-15 Matt JoinerAdd mse.CryptoMethod type
2018-02-15 Matt JoinerChange some connection flag strings to avoid collision
2018-02-15 Matt JoinerAdd a check for a strange panic in production
2018-02-15 Matt JoinerAdd extra pedantic checks to requesting to try and...
2018-02-15 Matt JoinerTrack IPv6 peers received over PEX and simplify the...
2018-02-13 Matt JoinerRemove errant log message
next