]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2015-08-04 Matt JoinerInvalid test
2015-08-04 Matt Joinercmd/dht-secure-id
2015-08-04 Matt Joinerdht: Expose SecureNodeId and NodeIdSecure
2015-08-03 Matt JoinerImprove log message
2015-08-03 Matt JoinerDrop peers for sending too many unwanted pieces
2015-08-03 Matt JoinerLog errant unwanted piece rather than panic
2015-08-03 Matt Joinerdht: Count announce errors, don't log them
2015-08-03 Matt JoinerFilter out DHT peers with port 0
2015-08-03 Matt JoinerFix crash if peer sends out of bounds HAVE message
2015-08-03 Matt JoinerTighten up some potential leaks
2015-08-03 Matt JoinerDrop connections that contributed to pieces that failed...
2015-08-03 Matt JoinerAdd IPBlocklist option to Config, and test it's inherit...
2015-08-03 Matt JoinerFix utp.Socket leak in test
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
next