]> Sergey Matveev's repositories - btrtrc.git/history - torrent.go
feat(config): Allows the torrent client to customise the client identity and connecti...
[btrtrc.git] / torrent.go
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
2016-11-22 Matt JoinerMove a bunch of Client methods onto more appropriate...
2016-11-22 Matt JoinerDon't accept pieces with bad indexes
2016-10-31 Matt JoinerTorrent.unpendPieces: Only update unpended pieces
2016-10-31 Matt JoinerWhen Reader position changes only update piece prioriti...
2016-10-31 Matt JoinerDitch the use of generic slices.HeapInterface for findi...
2016-10-25 Matt JoinerMove the implementation of connection.requestPiecePendi...
2016-10-23 Matt JoinerOptimize piece priorities when reader position changes
2016-10-05 Matt JoinerDo chunk pooling at Torrent instead of connection level
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement
2016-08-30 Matt JoinerRework Reader position changes affecting piece priorities
2016-08-30 Matt JoinerImprove comments
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-08-02 Matt JoinerFix some more races in the status writing
2016-07-29 Matt JoinerAdd some extra conditions to prevent network activity...
2016-07-29 Matt JoinerBegin exposing all the magic that Client.WriteStatus...
2016-07-29 Alexey Kuznetsovit is actually sha1 hash size
2016-07-23 Matt JoinerKick connections that contribute the final piece of...
2016-07-23 Matt JoinerBreak up the DHT announcer code into smaller functions...
2016-07-12 Matt JoinerUnused *Client argument to Torrent.writeStatus
2016-07-12 Matt JoinerFew slices name changes
2016-07-12 Matt JoinerRework tracker scraper code to allow tracker stats
2016-07-12 Matt JoinerAdd test for issue #97
2016-07-12 Matt JoinerAdd connection read stats
2016-07-12 Matt JoinerNew slices package
2016-07-07 Matt Joinermissinggo.Sort->SortSlice
2016-07-05 Matt JoinerAdd Torrent.SetMaxEstablishedConns
2016-07-05 Matt JoinerPrepare to allow max conns per torrent to be configured
2016-07-05 Matt JoinerAdd counters for uploads
2016-06-27 Matt JoinerRemove redundant check in Torrent.SetInfoBytes
2016-06-27 Matt JoinerThrow away Torrent display name when info becomes available
2016-06-15 Matt JoinerMove a few methods to Torrent, and track how many DHT...
2016-06-15 Matt JoinerClient.announceTorrentDHT -> Torrent.announceDHT
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-23 Matt JoinerTorrent.MetaInfo: don't crash if info isn't available yet
2016-05-23 Matt JoinerUpdate Torrent.wantPeersEvent when info is obtained
2016-05-23 Matt JoinerUpdate Torrent.wantPeersEvent in several places
2016-05-22 Matt JoinerDon't start tracker scrapers if trackers are disabled
2016-05-22 Matt JoinerRework torrent tracker scraping
2016-05-19 Matt JoinerFix the tracker method receivers and names
2016-05-19 Matt JoinerMove torrent tracker methods into torrent.go
2016-05-16 Matt JoinerRename storage.I->Client
2016-05-16 Matt JoinerDon't log missing files during hashing
next