]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2017-03-19 Matt Joinersortimports
2017-03-18 Matt Joinerstorage: Add package doc
2017-03-17 Matt JoinerMerge pull request #149 from thechriswalker/torrent...
2017-03-16 Chris Walkerfix `Spec.Storage` and allow per-torrent dir
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 Joinermetainfo: Improve MetaInfo.AnnounceList handling
2017-02-15 Matt JoinerRevert "Quick fix for missing MetaInfo.Announce everywh...
2017-02-14 Matt JoinerUpdate README.md
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-02-01 Matt JoinerMassively reduce CPU when Readers are blocked on unavai...
2017-01-18 Matt JoinerChange type of metainfo.Info.URLList
2017-01-18 Matt JoinerTODO
2017-01-14 Matt Joinerpackage itertools API changed
2017-01-12 Matt JoinerUpdate README
2017-01-05 Matt JoinerRemove FileStorePieces storage backend
2017-01-05 Matt Joinersortimports
2017-01-04 Matt JoinerLog the storage TorrentImpl type
2017-01-04 Matt JoinerShow connection piece request order in text status
2017-01-04 Matt Joinermetainfo: FileInfo.Offset failed with single-file torrents
2017-01-04 Matt JoinerReduce the priority given to earlier pieces. Maximum...
2017-01-04 Matt Joinermetainfo: Add helper methods to FileInfo
2017-01-04 Matt JoinerMerge pull request #144 from BonkaBonka/fastfail
2017-01-04 BonkaBonkaAbort verify at first hash mismatch.
2017-01-01 Matt JoinerRemove unused funcs and idents
2017-01-01 Matt JoinerMove method queuePieceCheck
2017-01-01 Matt Joinersort imports
2016-12-31 Matt JoinerPanic if NewHashFromHex gets a bad string
2016-12-31 Matt JoinerRewrite cmd/torrent-verify
2016-12-31 Matt JoinerUpdate README.md
2016-12-31 Matt JoinerUpdate README.md
2016-12-14 Matt Joinerdht/… moved to github.com/anacrolix/dht
2016-12-13 Matt JoinerRename dht/krpc.KRPCError -> Error
2016-12-13 Matt Joinerdht: Reply with Method Unknown error to unknown query...
2016-12-13 Matt JoinerFix race condition in TestPieceHashFailed
2016-12-09 BarsanupheAdded optional source flag to torrent files (#137)
2016-12-06 Matt JoinerFix piece failures not clearing dirty chunks
2016-12-06 Matt JoinerMerge commit 'c8dffdb'
2016-12-06 Matt JoinerAdd test that dirty chunks are cleared on piece hash...
2016-12-05 Matt JoinerReader.Close: Don’t set t to nil, we may still expect it
2016-12-01 Matt Joineriplist: Begin adding support for parsing CIDR lists
2016-11-30 Matt JoinerAdd Torrent.Closed
2016-11-30 Matt Joinercmd/torrent: Accept infohash: scheme torrents
2016-11-30 Matt JoinerFix logging of trust slice
2016-11-27 Matt JoinerAvoid deadlock caused by receiving PORT and and DHT...
2016-11-27 Matt JoinerFix deadlock in Client.onDHTAnnouncePeer
2016-11-27 Matt JoinerFix harmless race conditions in Client.WriteStatus...
2016-11-26 Matt Joinerdht.NewServer: Initialize the tokenServer
2016-11-26 Matt JoinerAdd peers received from received announce_peer DHT...
2016-11-26 Matt Joinerdht.Server: Return valid token from get_peers, and...
2016-11-25 Matt JoinerRemove unused function
2016-11-25 Matt JoinerRemove completed TODO item
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 Joinertracker: Support the original http response peers format
2016-11-22 Matt JoinerDon't accept pieces with bad indexes
2016-11-22 Matt JoinerRename connection.downloadedChunk -> receiveChunk
2016-11-22 Matt JoinerMake downloadedChunk a method of connection
2016-11-22 Matt JoinerMove Client.downloadedChunk to connection.go
2016-11-22 Matt JoinerTODO
2016-11-22 Matt Joinergofmt simplify
2016-11-08 Matt Joinermetainfo: Remove unused import
2016-11-04 Vincentfeat: remove print BuildFromFilePath
2016-10-31 Matt JoinerReader.Close: Prefer to lock Client in public method
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-31 Matt JoinerComment on connection.updatePiecePriority
2016-10-25 Matt Joinerstorage: ClientImpl interface now includes Close
2016-10-25 Matt Joinerstorage: Fix spelling mistake
2016-10-25 Matt Joinerstorage: Only include sqlite3 piece completion implemen...
2016-10-25 Matt Joinerstorage: Remove sqlite3 import from bolt implementation
2016-10-25 Igor ShishkinTrivial HTTP support for adding torrent files by (...
2016-10-25 Matt JoinerAdd bolt piece completion DB
2016-10-25 Matt JoinerMove the implementation of connection.requestPiecePendi...
2016-10-24 Matt JoinerReader.SetReadahead can change readahead pieces
2016-10-23 Matt JoinerOptimize piece priorities when reader position changes
2016-10-18 Matt JoinerAdd TODO item
2016-10-15 Thomas MauriceFix not working import
2016-10-10 Matt JoinerAdd download rate limiting
2016-10-10 Matt JoinerMake newConnection a method on Client
2016-10-10 Matt JoinerSplit connection.rw into separate Reader and Writer
2016-10-10 Matt JoinerFix Config.UploadRateLimiter comment
2016-10-10 Matt JoinerAdd really simple upload rate limiting and test
2016-10-10 Matt JoinerImprove code comments
2016-10-09 Matt JoinerReorder the fields of struct Client
2016-10-06 Matt JoinerUpdate README.md
2016-10-05 Matt JoinerDefault to debug mode in client testing config
2016-10-05 Matt JoinerDo chunk pooling at Torrent instead of connection level
2016-09-30 Matt JoinerSpeed up mse.handshake.establishS
2016-09-25 Matt Joinerpeer_protocol.Decoder.Decode: Avoid allocating another...
2016-09-22 Meng Zhuofix unreadable id when started
2016-09-22 Meng Zhuofix dht-server cmd won't exit after Ctrl+C
2016-09-21 Matt JoinerCreate missing intermediate directories in test
2016-09-21 Matt JoinerFix Client.receiveSkeys
next