]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2017-08-16 Matt JoinerUse DialContext instead of DialTimeout with utp
2017-08-16 Matt JoinerSome tidying in Client.dialFirst
2017-08-16 Matt JoinerRemove dht-ping from the README
2017-08-10 Matt JoinerDHT bootstrap is not asynchronous
2017-08-07 Matt JoinerFix test
2017-08-07 Matt JoinerMerge branch 'master' into dht-cleanup
2017-07-20 Matt JoinerRemove dht cmds, they're added to anacrolix/dht
2017-07-20 Matt JoinerChanges for dht-cleanup
2017-07-20 Matt JoinerRemove dht cmds, they're added to anacrolix/dht
2017-07-11 Matt JoinerMerge pull request #167 from mlmhl/mmap
2017-07-10 mlmhlbug fix: initial infoHash for mmapStoragePiece
2017-07-01 Matt JoinerFix handling of infohash as hex in Torrent.String
2017-07-01 Matt JoinerMove logging inside client lock, for Torrent.String
2017-06-29 Matt JoinerMerge pull request #165 from mlmhl/dht
2017-06-29 mlmhlDo not add nodes if dht is disabled
2017-06-16 Matt JoinerUse go-libutp if cgo is enabled
2017-06-16 Matt Joinermetainfo URL list can be a string or list
2017-06-11 Matt Joineriplist: Add TODO to allow unmapping
2017-06-05 Matt JoinerMerge pull request #161 from mlmhl/event
2017-06-05 mlmhlsignal an event when torrent closed
2017-06-02 Matt JoinerMerge pull request #159 from elgatito/helpers_add
2017-06-02 Denis Kuzmenokadded few helper functions: t.PieceBytesMissing, r...
2017-06-01 Matt JoinerClose implicit Client default storage on Client.Close
2017-06-01 Matt JoinerSkip on fusermount failure
2017-06-01 Matt JoinerMake bolt completion DB directory if necessary
2017-06-01 Matt JoinerTighten FUSE test skipping
2017-05-26 Matt JoinerTidy up the duplicate conn selection code
2017-05-26 Matt JoinerMove File.State lock to top of function
2017-05-26 Matt Joinerperf.Timer.Stop renamed
2017-05-25 Matt JoinerMerge pull request #156 from mlmhl/completion
2017-05-22 mlmhlmake pieceCompletion configurable
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-04-04 Matt JoinerAvoid allocating skeys for receiving encrypted handshakes
2017-03-30 Matt Joinerstorage: Fix race condition in mapPieceCompletion
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
next