]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2020-04-27 Matt JoinerDisable keepalives for http trackers v1.15.2
2020-04-23 Matt JoinerBlock updates to latest bazil.org/fuse v1.15.1
2020-04-23 Matt JoinerTake minimal fixes to TestReceiveChunkStorageFailure...
2020-04-23 Matt JoinerFix for github.com/anacrolix/log v0.7.0
2020-03-24 Matt JoinerUse default bbolt package alias v1.15.0
2020-03-24 Matt JoinerFix bbolt compatibility with go1.14
2020-03-24 Alfonso MonteroReadme: Add downstream project
2020-03-24 Matt JoinerRewrite file.bytesLeft
2020-03-24 Matt JoinerRename variables in fileBytesLeft
2020-03-24 Matt JoinerAdd abstraction and tests for #387
2020-03-17 Matt JoinerLogging improvements for DHT
2020-03-17 Matt JoinerUpdate to latest anacrolix/dht
2020-03-16 Matt JoinerAdd doc comments related to #383
2020-02-27 Matt JoinerUse stable bit set for pending pieces PriorityBitmap
2020-02-27 Matt Joinercmd/torrent: Ditch the progress bar
2020-02-27 Matt JoinerMake io.EOF an expected error from storage.Piece.ReadAt
2020-02-27 Matt JoinerExpose PieceStateRun formatting
2020-02-27 Matt JoinerAdd Piece.State
2020-02-26 Matt JoinerMove requestStrategyDefaults into its own file
2020-02-22 Matt JoinerDisable data downloading on storage write errors
2020-02-22 Matt JoinerMisc cleanup
2020-02-21 Matt JoinerAdd a test for storage write errors
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2020-02-21 Matt JoinerMove envpprof imports around
2020-02-21 Matt JoinerExpose PeerConn.PeerPieces
2020-02-21 Matt JoinerRename connection->PeerConn and fix exports
2020-02-20 Matt JoinerTweak DHT status output
2020-02-20 Matt JoinerSupport custom DHT servers
2020-02-20 Matt JoinerRemove ClientConfig.ProxyURL and DefaultHTTPUserAgent v1.14.0
2020-02-20 Matt JoinerTestClientDisabledImplicitNetworksButDhtEnabled
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-02-20 Matt JoinerExtract the transfer tests
2020-02-20 Matt JoinerSplit Client dialers and listeners
2020-02-20 Matt JoinerApply staticcheck
2020-01-28 Matt JoinerRemove funding file v1.13.0
2020-01-24 Matt JoinerMake use of requestStrategyDefaults in more places
2020-01-24 Matt JoinerMove all the request strategy stuff into its file
2020-01-24 Matt JoinerRestore the default duplicate request timeout strategy
2020-01-24 Matt JoinerExpose request strategies
2020-01-24 Matt JoinerFix unimplemented hooks in request strategies one and two
2020-01-23 Matt Joinergo get -u && go mod tidy v1.12.0
2020-01-23 Matt JoinerUse CopyN to ensure early io.EOF isn't ignored when...
2020-01-23 Matt JoinerSkip 1 frame in reader.log
2020-01-23 Matt JoinerFinish fixing IP banning on storage errors
2020-01-23 Matt JoinerRecord connection dirtied piece before queuing for...
2020-01-23 Matt JoinerUpdate code comments
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
next