]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2015-08-03 Matt JoinerAdd File.DisplayPath
2015-08-03 Matt JoinerIf a DHTConfig was provided without a blocklist, the...
2015-08-03 Matt Joinerdht: Add PublicIP to config to secure node ID
2015-08-03 Matt Joinerdht: Block bad nodes, start by banning those that send...
2015-08-03 Matt JoinerSome utils moved to missinggo
2015-08-03 Matt JoinerReplace go-check with testify
2015-08-03 Matt JoinerFix locking in data/blob
2015-08-02 Matt JoinerTrivial missed changes
2015-08-02 Matt JoinerRemove clunky sentence from README
2015-08-02 Matt Joinerconnection.writer wasn't working efficiently
2015-08-02 Matt Joinertracker_test: Check for the error string instead of...
2015-08-02 Matt JoinerTrack connection writes and flushes
2015-08-01 Matt JoinerTrack the connection flags for completed handshakes
2015-08-01 Matt JoinerTidy up outbound connection code
2015-08-01 Matt JoinerSuppress a lot of noisy logging
2015-08-01 Matt JoinerExplicitly import Torrent.InfoHash
2015-08-01 Matt JoinerComments
2015-07-22 Matt Joinerfs: Remove errant logging
2015-07-21 Matt Joinercmd/torrent: Remove some dead code
2015-07-21 Matt JoinerTorrent.BytesCompleted was racy
2015-07-21 Matt JoinerDon't probe pieces when setting torrent storage
2015-07-21 Matt JoinerHashing was blocking prioritization of pieces
2015-07-20 Matt JoinerMove CI to drone.io
2015-07-18 Matt JoinerUpdate README
2015-07-17 Matt Joinerclient.go: Missing perf import
2015-07-17 Matt JoinerSeveral speedups in logic
2015-07-17 Matt JoinerDownloading a chunk may mean the piece isn't wanted...
2015-07-17 Matt JoinerHold client lock as little as possible in Reader.readAt
2015-07-17 Matt JoinerAvoid holding client lock while scanning pieces in...
2015-07-15 Matt JoinerStore chunk data without holding client lock
2015-07-15 Matt JoinerAdd fixes triggered by TestResponsive
2015-07-15 Matt JoinerAdd TestResponsive
2015-07-15 Matt JoinerAllow chunk size to be specified per torrent
2015-07-15 Matt JoinerWhen seeding, actually seed beyond 6 chunks
2015-07-04 Matt JoinerDon't raise piece priority while hashing or if piece...
2015-07-04 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-07-04 Matt Joinercmd/torrent-metainfo-pprint: Don't print extra newline...
2015-07-02 Matt JoinerAbandon the mailing list and gophers channel
2015-07-02 Matt JoinerMove the gitter badge inline with the other badges
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-29 Matt JoinerRaise socketsPerTorrent to 80
2015-06-29 Matt JoinerSome changes to writing torrent status
2015-06-29 Matt JoinerReplace pruning timer with as-required connection dropping
2015-06-29 Matt JoinerAdjust some expvars
2015-06-29 Matt JoinerImplement Stringer on connection
2015-06-29 Matt Joinerdht: Export some useful variables
2015-06-29 Matt Joinerdht: Suppress error during bootstrapping because Server...
2015-06-28 Matt JoinerRename and sort some of the expvars
2015-06-28 Matt JoinerComments and update version strings
2015-06-28 Matt JoinerSeveral trivial fixes
2015-06-27 Matt JoinerMerge pull request #19 from scr4t/master
2015-06-25 Alexander BaranovMake torrent-pick work with latest changes
2015-06-22 Matt Joinerfs: Fix test when :50007 already in use
2015-06-22 Matt JoinerTODO
2015-06-22 Matt JoinerMove methods to correct file
2015-06-22 Matt JoinerUpstream bazil.org/fuse changed again ಠ_ಠ
2015-06-22 Matt JoinerTODO
2015-06-22 Matt Joinercmd/torrent-metainfo-pprint: Output JSON instead
2015-06-22 Matt JoinerDocument ConfigDir
2015-06-22 Matt JoinerClarify downloaded chunk counters
2015-06-22 Matt JoinerPrint peer IDs as escaped ascii
2015-06-22 Matt JoinerMove IP blocklist loading into iplist package
2015-06-22 Matt JoinerAdd benchmark for adding a torrent with a lot of pieces
2015-06-16 Matt JoinerSmall tweak to readahead, and fix the tests
2015-06-16 Matt JoinerImprove uploading/seeding
2015-06-16 Matt JoinerMake readahead always at least 2 blocks.
2015-06-08 Matt JoinerFix rare crash due to bad DHT node IDs
2015-06-08 Matt JoinerDon't try to connect again without encryption, if encry...
2015-06-04 Matt JoinerClarify Example_fileReader
2015-06-03 Matt JoinerReduce log noise due to uTP connection timeouts
2015-06-03 Matt JoinerFix rare single-torrent stall due to obsolete ceaseNetw...
2015-06-03 Matt JoinerFix compile error in example
2015-06-03 Matt JoinerRetry Reader reads when data is unexpectedly missing
2015-06-03 Matt Joinercmd/torrent-pick: gofmt and sortimports
2015-06-03 Matt JoinerDocs and comments
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerAdd some metainfo validation
2015-06-02 Matt JoinerTest bad "completed" piece
2015-06-02 Matt Joinertorrentfs: Fix bad import
2015-06-02 Matt JoinerMiscellaneous changes
2015-06-02 Matt JoinerFix a few data races
2015-06-02 Matt JoinerUpstream bazil.org/fuse changes again...
2015-06-02 Matt JoinerFix race to set IPBlocklist on DHT before it bootstraps...
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-06-01 Alexander Baranovremove obsolete spaces
2015-06-01 Alexander BaranovOnly wait for io.Copy; Remove obsolete from client
2015-06-01 Alexander BaranovRemove obsolete spaces
2015-06-01 Alexander BaranovUse higher-level API to get file
2015-06-01 Matt JoinerAccessTime helper moved to missinggo
2015-06-01 Matt JoinerChanges to the way piece prioritization affects the...
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-06-01 Matt JoinerComments
2015-05-28 Alexander BaranovRename picker tool
2015-05-24 Matt JoinerReduce number of messages sent in one test, the OS...
2015-05-24 Matt JoinerMake the package example an actual example.
2015-05-20 Matt Joinerdht: Improve behaviour when adding new root nodes
2015-05-20 Matt Joinerdht: Use maxNodes hint in node table size
2015-05-20 Matt Joinergo vet
2015-05-20 Matt Joinerdht: Implement the DHT security extension
2015-05-20 Matt Joinerdata/blob: Tidy error handling in WriteSectionTo
next