]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2016-05-16 Matt JoinerImprove the note about chunk writing concurrency
2016-05-16 Matt JoinerChanges to missinggo resource package
2016-05-16 Matt JoinerRename some storage funcs
2016-05-16 Matt JoinerRename storage.I->Client
2016-05-16 Matt JoinerTest both resource and file backends to piece storage
2016-05-16 Matt JoinerRemove unused fields in testDownloadCancelParams
2016-05-16 Matt JoinerDon't log missing files during hashing
2016-05-16 Matt JoinerStop returning errors from the 2 callstacks to connecti...
2016-05-16 Matt JoinerReturn an error from Torrent.setMetadataSize
2016-05-16 Matt JoinerMove requestPendingMetadata onto connection from Client
2016-05-16 Matt Joineriplist/cmd/pack-blocklist use tagflag
2016-05-16 Matt JoinerAdd piece-per-resource storage
2016-05-12 Matt JoinerProbably fix test failure
2016-05-12 Matt JoinerBit of a tidy in the tracker code
2016-05-12 Matt JoinerTorrent.AddPeers can't fail, so don't return an error
2016-05-11 Matt JoinerFix race marshalling a bitfield after a Have has also...
2016-05-11 Matt JoinerUpdate package doc
2016-05-11 Matt JoinerGet rid of obsoleted Torrent.ceaseNetworking, and clean...
2016-05-11 Matt JoinerRework Client listeners
2016-05-11 Matt JoinerRemove unused Client.pruneTimer
2016-05-09 Matt JoinerWasn't using ChunkSize from TorrentSpec
2016-05-09 Matt JoinerLock now required around missinggo.Event variables
next