]> Sergey Matveev's repositories - btrtrc.git/history - client.go
Improve uploading/seeding
[btrtrc.git] / client.go
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
2015-03-27 Matt JoinerShow number of torrents in the client status
2015-03-27 Matt JoinerAddTorrentSpec now merges in new information an existin...
2015-03-27 Matt JoinerThe signedness on several tracker.AnnounceRequest field...
2015-03-27 Matt JoinerOnly the first tracker was being tried
2015-03-27 Matt Joinercmd/torrent-magnet: Converts a torrent from stdin to...
2015-03-27 Matt JoinerMore unnecessary log shushing
2015-03-27 Matt JoinerPrevent bad metadata_size in extended handshakes from...
2015-03-27 Matt JoinerMerge all the tracker packages, why would anyone want...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-25 Matt Joinercmd/torrent: Report progress
2015-03-25 Matt JoinerSuppress some noisy errors that aren't interesting...
2015-03-25 Matt JoinerMove ut_pex back into the "m" map
2015-03-25 Matt JoinerAdd the ability to disable PEX
2015-03-22 Matt JoinerMerge pull request #2 from dborzov/master
2015-03-21 Peter BorzovFix typos
2015-03-20 Matt JoinerMore public interface tidying
2015-03-20 Matt Joinerbitbucket.org/anacrolix/sync moved to github
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-19 Matt JoinerMore cleaning up of public interface
2015-03-19 Matt JoinerUpdate the example
2015-03-18 Matt JoinerMisc, some encryption related
2015-03-18 Matt JoinerDon't accept unless connections are wanted
2015-03-18 Matt JoinerComments in banned torrent list
2015-03-18 Matt JoinerHandle data going missing
2015-03-18 Matt JoinerChange the interface to add torrents to a Client
2015-03-18 Matt JoinerAvoid dopplegangers, foreign address that have our...
2015-03-18 Matt JoinerRewrite handshaking and connection management
2015-03-18 Matt JoinerDisable AllowedFast
2015-03-12 Matt JoinerTidy up extension bytes handling; don't close conn...
2015-03-12 Matt JoinerAdd support for Fast Extension
2015-03-12 Matt JoinerCount peers obtained by tracker
2015-03-10 Matt JoinerApply IP blocklist to trackers
2015-03-10 Matt JoinerRework piece completion
2015-03-10 Matt JoinerHarmless improvements
2015-03-09 Matt JoinerFix a status line going to stdout
2015-03-08 Matt JoinerMore cleaning of public interface
2015-03-07 Matt JoinerChange up the data storage interfaces a bit
2015-03-07 Matt JoinerSince IPv6 blocklists aren't prevalent, default to...
2015-03-07 Matt JoinerImprovements to P2P blocklist scanning errors
2015-03-04 Matt JoinerChange the way readahead pieces are calculated
2015-03-04 Matt JoinerImplement Handle.ReadAt
2015-03-01 Matt JoinerSupport opening handles to Torrent and File
2015-02-27 Matt JoinerMake blob data stateful
2015-02-26 Matt JoinerFiles.Path and .FileInfo change
2015-02-26 Matt JoinerRename TorrentData->Data
2015-02-26 Matt JoinerClient.Torrent(InfoHash)
2015-02-26 Matt JoinerImplement File.ReadAt
2015-02-26 Matt JoinerScale readahead pieces a bit
2015-02-25 Matt JoinerHide a whole bunch of functions seen via torrent
2015-02-25 Matt JoinerSet torrentDataOpener from config
2015-02-25 Matt JoinerNot listening!
2015-02-25 Matt JoinerReturn no Files if Torrent Info isn't available
2015-02-25 Matt JoinerAllow configuring Client torrent data opener, config...
2015-02-25 Matt JoinerMake IPBlockList accessible from Client
2015-02-24 Matt JoinerRemove unused code
2015-02-24 Matt JoinerComments
2015-02-21 Matt JoinerChange piece prioritization
2015-02-21 Matt JoinerImprove announcer routines
2015-02-21 Matt JoinerComments
2015-02-21 Matt JoinerChange status output
2015-02-21 Matt JoinerTweak handshaking and peer water marks
2015-02-09 Matt Joinerdefer Unlock
2015-02-09 Matt JoinerAdd File.Progress
next