]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2016-05-23 Matt JoinerUpdate Torrent.wantPeersEvent when info is obtained
2016-05-23 Matt JoinerHandle tracker announce prepare errors
2016-05-23 Matt JoinerUpdate Torrent.wantPeersEvent in several places
2016-05-23 Matt JoinerAdd Torrent.AddTrackers
2016-05-23 Matt Joinercmd/torrent-metainfo-pprint: Add Announce and AnnounceL...
2016-05-22 Matt Joinertracker: Skip any net errors to third party trackers
2016-05-22 Matt JoinerDrop the lol://cheezburger tracker from the test torrent
2016-05-22 Matt JoinerDon't start tracker scrapers if trackers are disabled
2016-05-22 Matt JoinerDon't create an empty tracker URL if both AnnounceList...
2016-05-22 Matt JoinerRework torrent tracker scraping
2016-05-22 Matt JoinerComment on tracker.AnnounceRequest.Event
2016-05-19 Matt Joinertracker: Allow resolving announce URL host in advance...
2016-05-19 Matt JoinerFix the tracker method receivers and names
2016-05-19 Matt JoinerMove torrent tracker methods into torrent.go
2016-05-19 Matt JoinerTorrent.writeStatus: Include human readable torrent...
2016-05-17 Matt JoinerBreak out KRPC stuff from dht into new package
2016-05-17 Matt Joinerdht.Server.query: Return nil Transaction if there's...
2016-05-17 Matt Joinerdht: Stop processing packet if server closes after...
2016-05-17 Matt Joinerdht: Don't contact nodes with an IP containing a leadin...
2016-05-17 Matt JoinerImprove dht.Transaction.SetResponseHandler comment
next