]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2020-01-22 Matt JoinerReflow some comments
2020-01-20 Matt JoinerFix race in requestStrategyThree request timeout callback
2020-01-14 Matt JoinerUpgrade github.com/pkg/errors@v0.9.0
2020-01-13 Matt JoinerFix bad init of Torrent.requestStrategy
2020-01-13 Matt JoinerFix panic in benchmark due to requestStrategy changes
2020-01-13 Matt JoinerExtract the request timeout stuff into requestStrategyThree
2020-01-13 Matt JoinerExtract the request strategy logic
2020-01-13 Matt JoinerFormatting
2020-01-13 Matt JoinerFix typos and spellos in comments
2020-01-13 Matt JoinerUpdate missinggo
2020-01-13 Matt JoinerResource per piece storage: Store incomplete chunks...
2020-01-13 Matt JoinerWhen piece checks fail only ban untrusted peers and...
2020-01-13 Matt JoinerImprove hash piece error logging
2020-01-13 Matt JoinerDon't create piece hashers for closed Torrents
2020-01-13 Matt JoinerUse subtests in TestClientTransferVarious
2020-01-13 Matt JoinerPropagate back piece hashing errors
2020-01-13 James Lawrencefixes various vet errors
2020-01-06 Matt JoinerFix a log level
2020-01-06 Matt JoinerFix panic in logging
2020-01-05 Matt JoinerUpdate FUNDING.yml
2020-01-04 Matt JoinerDisable accept rate limiting by default
2020-01-04 Matt Joinercmd/torrent: Disable accept rate limiting
2020-01-04 Matt JoinerImprove logging and errors for accept rate limiting
2020-01-04 Matt JoinerRevert to log v0.4.0
2020-01-04 Matt Joinercmd/torrent: Move log setup earlier to avoid race
2020-01-04 Matt Joinercmd/torrent: Synchronize stopping
2020-01-03 Matt JoinerUpgrade to log v0.5.0 v1.11.0
2020-01-03 Matt Joinercmd/torrent: Make the addr flag a string
2020-01-03 Matt Joinercmd/torrent: Add dht flag
2020-01-01 Steve Yoonpropagate proxy url parsing err
2020-01-01 Sick Yoondisable listeners if proxy is configured
2019-12-29 Matt JoinerUpdate dht to v2.3.1
2019-12-23 Matt JoinerUse new anacrolix/multiless, and incorporate Peer.Trust...
2019-12-23 Matt Joinerbencode: Rename string_values->stringValues
2019-12-18 Matt JoinerRemove unnecessary locking in Torrent.Piece
2019-12-18 Matt JoinerAdd connection trust flag, and more tests with small...
2019-12-17 Matt JoinerSwitch back to anacrolix/sync for the Client lock
2019-12-16 davtoroPossibility to change UPnP ID (#354)
2019-12-13 Matt JoinerCoalesce piece state change notifications on client... v1.10.0
2019-12-08 Yatesuse path.utf8 first for some torrent (#350)
2019-12-08 D. HT. Yufix if statement in `cmd/torrent/main.go` (#349)
2019-11-30 i96751414Fix bytesLeft for files (#348)
2019-11-28 Matt JoinerUpdate deps
2019-11-28 Matt JoinerAdd comments on File.{first,end}PieceIndex
2019-11-28 Matt JoinerChange File.endPieceIndex calculation
2019-11-26 i96751414Add BytesCompleted method for files (#347)
2019-11-20 Matt JoinerInclude piece index in log message
2019-11-20 Anthony RaymondAnthonyraymond export well known (#346)
2019-11-14 Anthony RaymondExport Peer function (#343)
2019-11-06 Matt JoinerUse latest golang.org/x/time v1.9.0
2019-11-06 Matt JoinerInclude traversal stats in completed bootstrap log...
2019-11-04 Matt JoinerUse default connection tracking values
2019-11-03 Matt JoinerMove entirely to etcd-io/bbolt
2019-11-03 Matt JoinerMoved to anacrolix/stm
2019-11-02 Matt JoinerUse stm versions of dht and missinggo, and use anacroli...
2019-11-02 Matt JoinerUse missinggo/v2/conntrack
2019-10-17 Matt JoinerRename peer source constants
2019-10-17 Matt JoinerUpdate dht to include interface change to OnAnnouncePeer
2019-10-15 Matt JoinerIn the torrent status, sort trackers by the scheme...
2019-10-12 Matt JoinerReplace github.com/boltdb/bolt with github.com/etcd...
2019-10-11 Matt JoinerDon't close shared client piece completion in mmap... v1.8.2
2019-10-11 Matt JoinerDon't ignore error getting mmap piece completion
2019-10-11 Matt JoinerAdd a test for issue #335
2019-10-11 Matt JoinerAdd release badge
2019-10-04 Matt JoinerFix logging panic in BenchmarkConnectionMainReadLoop v1.8.1
2019-10-04 Matt JoinerUpdate dht to include the logging fixes
2019-10-03 Matt JoinerAdd code for dumping log Msg values to TestingConfig v1.8.0
2019-10-03 Matt JoinerAdd Client.String
2019-10-03 Matt JoinerAdd some logging for connections and metadata requests
2019-10-01 Matt JoinerAdd connection.String
2019-10-01 Matt JoinerPrefix torrent logger message text
2019-10-01 Matt JoinerRemove unnecessary extra check for metadata extension...
2019-10-01 Matt JoinerCall rand.Shuffle instead of rand.Perm
2019-10-01 Matt JoinerAdd comments
2019-10-01 Matt JoinerSort inbound messages cases by wire value
2019-10-01 Matt Joinermse: Fix race in BenchmarkStreamRC4
2019-10-01 Matt JoinerCI: Run bench tests with race detector
2019-09-24 Matt JoinerSwitch CI to go1.13
2019-09-24 Matt JoinerAdd comments to metainfo.Magnet fields
2019-09-24 Matt Joinermetainfo.Magnet.String: Always put xt first again,...
2019-09-24 Matt Joinermetainfo: Add Magnet.Params for more open handling
2019-09-24 Matt JoinerUpdate the magnet tests
2019-09-13 Matt JoinerTidy up UPnP logging
2019-09-13 Matt Joinergo mod tidy
2019-09-12 Matt JoinerPass logger to DHTs
2019-08-23 Matt JoinerFix a crash when receiving a request when we don't... v1.7.1
2019-08-22 Matt JoinerReduce tracker retry for failed announces to 1 minute v1.7.0
2019-08-22 Matt JoinerLots of improvements to logging
2019-08-22 Matt JoinerAdd missing debug level to log statement
2019-08-22 Matt JoinerRestrict the number of concurrent piece hashes
2019-08-21 Matt JoinerTidy up piece completion change handling
2019-08-21 Matt JoinerInclude the piece number when logging piece hash errors
2019-08-21 Matt Joinergoimports -local
2019-08-21 Matt JoinerMake Reader log through its parent
2019-08-21 Matt JoinerUpgrade to simplified logger
2019-08-19 Matt Joinergofmt simplify
2019-08-18 Matt JoinerAdd mse/cmd/mse
2019-08-18 Matt Joinermetainfo: Add fuzzing func
2019-08-15 Matt Joinergo mod tidy v1.6.0
2019-08-15 Matt JoinerAdd some timing code to Client.dialFirst
next