]> Sergey Matveev's repositories - btrtrc.git/history - client.go
Avoid allocation in iplist.Ranger.Lookup
[btrtrc.git] / client.go
2015-10-18 Matt JoinerAvoid allocation in iplist.Ranger.Lookup
2015-10-16 Matt JoinerStore pieces inplace in torrent.Pieces
2015-10-10 Matt JoinerMerge pull request #31 from kupsef/master
2015-10-10 Kupai Józseffix: added announce to torrent spec
2015-10-03 Matt Joinerutp package merged PacketConn with Socket
2015-10-01 Matt JoinerSimplify the torrent Data interface
2015-09-28 Matt JoinerTrack peer sources with a dict, and don't exceed high...
2015-09-26 Matt JoinerInitialize connection piece priorities lazily, and...
2015-09-23 Matt JoinerAdd packed IP list
2015-09-20 Matt JoinerDon't warn about zero port peers from trackers
2015-09-17 Matt JoinerTidy
2015-09-17 Matt JoinerCount failed chunk sends against a connection
2015-09-17 Matt JoinerTweak logging
2015-09-17 Matt JoinerReduce noise about zero port peers
2015-09-06 Matt JoinerSome code missed in the last commit ಠ_ಠ
2015-09-06 Matt JoinerAllow subscribing to torrent piece state changes
2015-08-23 Matt JoinerAdd Debug flag to Config
2015-08-23 Matt JoinerCode comment
2015-08-17 Matt JoinerRedo the compact peer types
2015-08-12 Matt JoinerUpload after a piece completes
2015-08-05 Matt JoinerLog zero ports from trackers
2015-08-05 Matt JoinerBack off on the kicked connections log
2015-08-05 Matt JoinerLog who's giving us zero ports over PEX
2015-08-04 Matt JoinerClear piece touch flag from connection after a piece...
2015-08-04 Matt JoinerAdd an option to disable IPv6
2015-08-04 Matt JoinerReplacing pendingWrites WaitGroup with Mutex/Cond/int
2015-08-03 Matt JoinerImprove log message
2015-08-03 Matt JoinerLog errant unwanted piece rather than panic
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 JoinerIf a DHTConfig was provided without a blocklist, the...
2015-08-03 Matt Joinerdht: Block bad nodes, start by banning those that send...
2015-08-02 Matt JoinerTrivial missed changes
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 JoinerComments
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-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-15 Matt JoinerStore chunk data without holding client lock
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-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-29 Matt JoinerRaise socketsPerTorrent to 80
2015-06-29 Matt JoinerReplace pruning timer with as-required connection dropping
2015-06-29 Matt JoinerAdjust some expvars
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-22 Matt JoinerMove methods to correct file
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-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 JoinerDon't try to connect again without encryption, if encry...
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 JoinerDocs and comments
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerMiscellaneous changes
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 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-20 Matt JoinerRelax pedantic listen addr matching
2015-05-20 Matt JoinerInclude reason for panic on different listener addresses
2015-05-16 Matt JoinerSwitch to using a slice for tracking pending chunks...
2015-05-14 Matt JoinerSupport seeding
2015-05-11 Alexander BaranovBasic pick-file functionality
2015-05-11 Sasha BaranovMerge pull request #1 from anacrolix/master
2015-05-09 Matt JoinerRare panic: a piece is requested that shouldn't have...
2015-04-29 Matt JoinerMade Torrent.GotInfo a function, to avoid use of zero...
2015-04-28 Matt JoinerPublicly expose Torrent.GotInfo
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-27 Matt JoinerRemove all the old intermediate config fields from...
2015-04-20 Matt JoinerAdd the option to disable encryption
2015-04-14 Matt JoinerRework the Torrent Reader interface, to allow reader...
2015-04-01 Matt JoinerIf IP blocklists are enabled, block anything that isn...
2015-04-01 Matt Joinerdht: Clean-up interface, add loads of documentation
2015-04-01 Matt JoinerRemove unnecessary reflection
2015-04-01 Matt Joinercmd/torrentfs: Check error creating client
2015-03-30 Matt JoinerOpinionated torrent filter doesn't belong in this package
2015-03-30 Matt JoinerFix a few minor data races
next