]> Sergey Matveev's repositories - btrtrc.git/history - torrent.go
Aggressively wake Readers
[btrtrc.git] / torrent.go
2018-02-04 Matt JoinerAggressively wake Readers
2018-02-04 Matt JoinerTODOs and comments
2018-02-04 Matt JoinerSupport sending HaveAll
2018-02-04 Matt Joinerconnections should not be added if the Torrent is closed
2018-02-04 Matt JoinerMove initiateConn and openNewConns onto Torrent
2018-02-03 Matt JoinerPiece.everHashed is replaced by storageCompletionOk
2018-02-03 Matt JoinerInclude closed connections in dirtiers
2018-02-03 Matt JoinerAdd missing increments to some stats
2018-02-02 Matt JoinerRename and rearrange some conn stats
2018-02-02 Matt JoinerRework connection stat reconciliation with Torrent...
2018-02-02 Matt JoinerMerge a bunch of stuff into ConnStats and refactor...
2018-02-02 Matt Joinerconnection.writer wasn't checking closed state
2018-02-01 Matt JoinerSome changes to status output
2018-02-01 Matt JoinerTrack concurrent requests across connections
2018-01-31 Matt Joinersortimports
2018-01-29 Matt JoinerAdd some sanity checks to priorities extracted from...
2018-01-29 Matt JoinerMore development of the new logging interface
2018-01-29 Matt JoinerAdd Torrent.Stats.ConnectedSeeders
2018-01-28 Matt JoinerStart using new log package
2018-01-28 Matt JoinerSynchronize piece completion on piece hash failure
2018-01-28 Matt JoinerInclude completion known in PieceState
2018-01-28 Matt JoinerRemove premature update to piece priority after piece...
2018-01-27 Matt JoinerInclude torrent stats in status
2018-01-25 Matt JoinerAdd separate piece priorities, and cache pending pieces
2018-01-25 Matt JoinerAdd Torrent.setInfo
2018-01-25 Matt JoinerImprove some comments
2018-01-25 Matt JoinerFix file piece index offset calculations
2018-01-21 Matt JoinerAdd File priorities
2018-01-12 Matt JoinerAdd comment explaining Torrent.requestStrategy
2018-01-12 Matt JoinerMake Torrent.pendingPieces a priority bitmap in prepara...
2018-01-06 Matt JoinerReaders obtained from File.NewReader should not readahe...
2018-01-06 Matt JoinerAdd File.NewReader
2017-12-28 Matt JoinerImprove a log message
2017-12-03 Matt JoinerLog dropping of bad peers in debug mode only
2017-12-01 Matt JoinerFix panic in Torrent.addrActive if there are closed...
2017-12-01 Matt JoinerFix the Stats panic in #214
2017-12-01 Matt JoinerSynchronize access to storage
2017-12-01 Matt JoinerTorrent.bytesLeft was taking a copy instead of pointer...
2017-12-01 Matt JoinerPublish piece state changes after verifying piece
2017-11-08 Matt JoinerMerge commit '6ab65a49a8a72dea1a28968b2ab42a85fd4566ec'
2017-11-08 Matt JoinerTorrent.Metainfo: Don't return incomplete metadata...
2017-11-08 Matt JoinerAdd a test for behaviour after getting metadata_size...
2017-11-07 themihaifeat(config): Allows the torrent client to customise...
2017-11-07 Matt JoinerFix #205
2017-11-07 Matt JoinerApply megacheck to torrent package
2017-11-05 Matt JoinerRemove noisy log message
2017-11-05 Matt JoinerAdd some TODOs
2017-11-05 SamuelAggressive Upload (#203)
2017-10-12 Matt JoinerRemove debug log message
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-09-23 Matt JoinerPerformance optimizations to calculating bytes left...
2017-09-23 Matt JoinerChanges to Bitmap referencing
2017-09-23 Matt JoinerImplement new request strategy
2017-09-21 Matt JoinerIt looks like Torrent.worstBadConn was returning an...
2017-09-18 Matt JoinerMove uploading to the connection writer
2017-09-16 Matt JoinerComment and formatting
2017-09-16 Matt JoinerFix build error
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-16 Bora M. Alperadded support for half-open peers in KnownSwarm() function
2017-09-15 Matt JoinerMake type piece public
2017-09-15 Matt JoinerDon't verify data at startup, add Torrent.Piece.VerifyD...
2017-09-15 Matt JoinerInclude peer data with half open connections
2017-09-12 Bora M. Alperadded the initial version of the (t *Torrent) KnownSwar...
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-09-01 Matt JoinerWrap writerCond in tickleWriter and be more selective...
2017-08-31 Matt JoinerGenerate requests, cancels and interest state in the...
2017-08-29 Matt JoinerSynchronize Torrent.Info
2017-08-26 Matt JoinerRemove unused functions
2017-08-17 Matt JoinerTry a state-delta function for updating request state
2017-08-17 Matt JoinerRename Torrent.connHasWantedPieces->connection.peerHasW...
2017-07-01 Matt JoinerMove logging inside client lock, for Torrent.String
2017-06-05 Matt JoinerMerge pull request #161 from mlmhl/event
2017-06-05 mlmhlsignal an event when torrent closed
2017-05-26 Matt JoinerTidy up the duplicate conn selection code
2017-05-26 Matt Joinerperf.Timer.Stop renamed
2017-05-17 Matt JoinerMerge pull request #154 from mlmhl/connection
2017-05-10 luffyma(马林)bug fix: race condition between outgoing connection...
2017-04-25 Matt JoinerMerge pull request #153 from joelanford/master
2017-04-23 Joe LanfordAdded peer count stats to TorrentStats struct
2017-02-24 Matt JoinerFix a logging of metainfo.Hash
2017-02-19 Matt JoinerDon’t track the empty string, and ditch Torrent.announc...
2017-02-16 Matt JoinerFix torrent status info hash hex
2017-02-15 Matt JoinerRevert "Quick fix for missing MetaInfo.Announce everywh...
2017-02-13 Matt JoinerQuick fix for missing MetaInfo.Announce everywhere...
2017-02-07 Matt Joinerdht.Server.Announce now takes [20]byte
2017-02-02 Matt JoinerTrivial logging, comment, Stringer changes
2017-01-04 Matt JoinerLog the storage TorrentImpl type
2017-01-01 Matt JoinerRemove unused funcs and idents
2017-01-01 Matt JoinerMove method queuePieceCheck
2017-01-01 Matt Joinersort imports
2016-12-14 Matt Joinerdht/… moved to github.com/anacrolix/dht
2016-12-06 Matt JoinerFix piece failures not clearing dirty chunks
2016-12-06 Matt JoinerMerge commit 'c8dffdb'
2016-11-30 Matt JoinerAdd Torrent.Closed
2016-11-30 Matt JoinerFix logging of trust slice
2016-11-27 Matt JoinerFix harmless race conditions in Client.WriteStatus...
2016-11-26 Matt JoinerAdd peers received from received announce_peer DHT...
2016-11-23 Matt JoinerKick only the worst connection when a piece fails a...
2016-11-23 Matt JoinerAdd a note about dropping connections that we sent...
2016-11-23 Matt JoinerMake Torrent.conns a map
next