]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2016-08-30 Matt JoinerRework Reader position changes affecting piece priorities
2016-08-30 Matt JoinerImprove comments
2016-08-30 Matt JoinerAdd a benchmark for an observed slow case with Torrent...
2016-08-30 Matt JoinerOnly parse the config listen addr if we have to
2016-08-30 Matt JoinerAdd missing error return check in benchmark
2016-08-26 Matt JoinerMake bencode.Bytes work with pointer and nonpointer...
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-08-26 Matt Joinerbencode: More renames
2016-08-26 Matt JoinerAdd bencode.Bytes
2016-08-26 Matt Joinerbencode: Rename a bunch of slug case stuff
2016-08-14 Matt JoinerSpeed up connection.lastHelpful
2016-08-02 Matt Joinercmd/torrentfs: Ensure unmounting occurs for some errors
2016-08-02 Matt JoinerFix some more races in the status writing
2016-08-01 persesfs: fix isSubPath for top-level directories (#105)
2016-07-29 Matt JoinerFix build error with missinggo.Sorted
2016-07-29 Matt JoinerAlways run seeder and leecher on the same ports, to...
2016-07-29 Matt JoinerAdd some extra conditions to prevent network activity...
2016-07-29 Matt JoinerBegin exposing all the magic that Client.WriteStatus...
2016-07-29 Alexey Kuznetsovit is actually sha1 hash size
2016-07-27 persestorrentfs: fix panic when testPeer is not specified...
2016-07-27 Matt JoinerMerge pull request #101 from perses/master
2016-07-26 ctntorrentfs: fix panic when testPeer is not specified
2016-07-26 ctndirwatch: fix panic when attemting to copy func into...
2016-07-23 Matt JoinerSome comments helping to break up the blocks in testCli...
2016-07-23 Matt JoinerKick connections that contribute the final piece of...
2016-07-23 Matt JoinerUse utp.Socket.CloseNow to close a Client's uTP socket...
2016-07-23 Matt Joinerdht: Add counters for writes and write errors
2016-07-23 Matt JoinerBreak up the DHT announcer code into smaller functions...
2016-07-22 Matt JoinerMerge pull request #99 from hustcat/magnet
2016-07-22 Ye YinAdd Announce when AnnounceList is nil
2016-07-14 Matt JoinerImprove readability of tracker status line
2016-07-12 Matt JoinerUnused *Client argument to Torrent.writeStatus
2016-07-12 Matt JoinerRemove duplicate seeder stat test assertions
2016-07-12 Matt JoinerFew slices name changes
2016-07-12 Matt JoinerFix issue #97
2016-07-12 Matt JoinerRework tracker scraper code to allow tracker stats
2016-07-12 Matt JoinerAdd test for issue #97
2016-07-12 Matt JoinerAdd connection read stats
2016-07-12 Matt JoinerNew slices package
2016-07-11 Matt JoinerRemove unnecessary log in test
2016-07-11 Matt JoinerList implemented BEPs
2016-07-11 Matt JoinerRemove broken coverage link from README
2016-07-11 Matt JoinerAdd axet's projects to README
2016-07-10 Matt JoinerFix issue #96
2016-07-10 Matt JoinerImprove the log message when piece reads fail
2016-07-10 Matt JoinerPiece offset computed incorrectly in Reader.readOnceAt
2016-07-10 Matt JoinerSkeleton TestMain
2016-07-10 Matt JoinerRework the client transfer test to allow non-piece...
2016-07-10 Matt JoinerBring back log message when a piece read fails unexpectedly
2016-07-08 Matt JoinerMove issue #95 tests into their own file
2016-07-08 Matt JoinerFix issue #95: Closing torrent storage also closed...
2016-07-08 Matt JoinerAdd a test for issue #95
2016-07-08 Matt Joinermetainfo: Move method in wrong file
2016-07-07 Matt Joinermetainfo.Info.BuildFromFilePath: Ensure stable file...
2016-07-07 Matt JoinerSolve the mystery bug with TestMaxEstablishedConns
2016-07-07 Matt JoinerRevert "Revert "TestSetMaxEstablishedConn does now...
2016-07-07 Matt Joinermissinggo.Sort->SortSlice
2016-07-06 Matt JoinerRevert "TestSetMaxEstablishedConn does now work with...
2016-07-06 Matt JoinerImprove logging heuristic for sending chunks of pieces...
2016-07-06 Matt Joinermmap storage: Close pieceCompletion on Close
2016-07-06 Matt Joinerstorage: Move pieceCompletion interface into correct...
2016-07-06 Matt JoinerTestSetMaxEstablishedConn does now work with utp
2016-07-05 Matt JoinerUse addClientPeer helper in tests
2016-07-05 Matt JoinerAdd more thorough tests for Torrent.SetMaxEstablishedConns
2016-07-05 Matt JoinerAdd Torrent.SetMaxEstablishedConns
2016-07-05 Matt JoinerRework locking in Client.acceptConnections
2016-07-05 Matt JoinerPrepare to allow max conns per torrent to be configured
2016-07-05 Matt JoinerAdd counters for uploads
2016-06-27 Matt JoinerRemove redundant check in Torrent.SetInfoBytes
2016-06-27 Matt JoinerThrow away Torrent display name when info becomes available
2016-06-27 Matt JoinerFix crash causing deadlock in connection writer when...
2016-06-20 Matt JoinerAdd metainfo.NewHashFromHex
2016-06-20 Matt Joinerstorage: Remove debug log
2016-06-20 Matt Joinerstorage: Also use completion DB in mmap implementation
2016-06-20 Matt JoinerTrack closing of outbound TCP connections
2016-06-20 Matt JoinerAdd piece completion storage
2016-06-20 Matt Joinerstorage.MMapTorrent should not be exported
2016-06-18 Matt JoinerSuppress tracker scraping errors until I decide what...
2016-06-18 Matt Joinercmd/torrent: Remove unused "short" tag
2016-06-16 Matt Joinercmd/torrent-create: Improve spelling and descriptions
2016-06-15 Alexey Kuznetsov-a option (#86)
2016-06-15 Matt JoinerMove a few methods to Torrent, and track how many DHT...
2016-06-15 Matt JoinerClient.announceTorrentDHT -> Torrent.announceDHT
2016-06-15 Matt Joinerbencode.Encoder: Unembed the Writer and wrap it in...
2016-06-15 Matt Joinerbencode: Remove private types encoder and decoder
2016-06-15 Matt Joinerbencode.Unmarshal: Remove unnecessary intermediate...
2016-06-15 Matt Joinerbencode: Unembed the Reader type, and minimize the...
2016-06-01 Matt JoinerREADME: Improve the cmd/torrent doc
2016-06-01 Matt JoinerMerge pull request #84 from gdouezangrard/master
2016-06-01 Guillaume Douézan... fix bootstrap from global servers disabling
2016-05-28 Matt JoinerReduce the impact of preferring earlier pieces
2016-05-24 Matt JoinerImprove the logic for which address to use for DHT
2016-05-24 Matt JoinerTidy up the listen function
2016-05-24 Matt JoinerAdd tests for #81
2016-05-24 Matt JoinerMerge pull request #81 from lovedboy/master
2016-05-24 lovedboyadd return when utpsock's err is not nil
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-24 lovedboylistenedAddr fix when TCP or UDP bind dynamic port
2016-05-23 Matt JoinerBan IPs that contribute to failed piece checks
2016-05-23 Matt JoinerTorrent.MetaInfo: don't crash if info isn't available yet
next