]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2016-05-09 Matt JoinerRework setting of info bytes
2016-05-09 Matt JoinerAdd some comments to file storage
2016-05-09 Matt JoinerAdd Client.AddTorrentInfoHash, and some other tidying
2016-05-09 Matt JoinerRemove the vestiges of the expose tracker Client interface
2016-05-07 Matt Joinerdht: Fix race contacting starting addrs in Announce
2016-05-07 Matt JoinerFix dht.Server.Announce never stopping if the starting...
2016-05-07 Matt JoinerMove some behaviour into Client.newConnection
2016-05-07 Matt Joinermissinggo.Event changed, connection.writeOptimizer...
2016-05-07 Matt Joinertracker: Skip DNS error in UDP test
2016-05-06 Matt Joinercmd/torrent-infohash update for API changes
2016-05-05 Matt JoinerRemove the last of the "config dir" stuff
2016-05-05 Matt Joinermetainfo.InfoEx.Hash becomes a function, UpdateBytes...
2016-05-03 Matt Joinermetainfo: Add HashBytes
2016-05-03 Matt Joinermetainfo: Improve doc
2016-05-03 Matt Joinermetainfo.Info.BuildFromFilePath contained unnecessary...
2016-05-03 Matt Joinercmd/torrent-create: Tidy up flags and remove redundant...
2016-05-03 Matt JoinerMove a bunch of Torrent methods from client.go
2016-05-03 Matt JoinerRework handling of metadata data messages
2016-05-03 Matt JoinerDoc and logging improvements
2016-05-03 Matt Joinercmd/torrent-metainfo-pprint: Add -files flag, and expos...
2016-05-03 Matt JoinerDoc metainfo.Info.BuildFromFilePath
2016-05-02 Matt Joinercmd/torrent-metainfo-pprint: Also print InfoHash
2016-05-02 Matt JoinerAdd metainfo.Hash.FromHexString
2016-04-30 Matt JoinerRemove metainfo.Builder, and issue #35 test for it
2016-04-30 Matt JoinerAllow encoding private=0 in metainfo, which fixes test...
2016-04-30 Matt JoinerAlso fix "context" in reader_test.go
2016-04-30 Matt JoinerUgh, "context" isn't in go 1.6
2016-04-30 Matt JoinerAdd Reader.ReadContext
2016-04-30 Matt JoinerSome changes to metainfo.InfoEx and testutil
2016-04-29 Matt JoinerFix crash when peers have sent undersized bitfields...
2016-04-20 Matt JoinerChange the behaviour of Torrent.Length with when info...
2016-04-20 Matt JoinerImprove some docs
2016-04-19 Matt JoinerFix receiver pointeriness for some File methods
2016-04-19 Matt Joinercmd/torrent: Add -addr flag back in
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-04-18 Matt JoinerImprove doc on Torrent.Drop
2016-04-18 Matt Joinercmd/torrent: Forget trying to expose the entire Client...
2016-04-18 Matt Joinercmd/torrent: Remove redundant _ "net/http/pprof" import
2016-04-14 Matt Joinerpiece-file storage: Use the receiver-local FileStore...
2016-04-14 Matt JoinerMerge all our global consts and vars into global.go
2016-04-07 Matt JoinerComments and logs around bad metadata size
2016-04-04 Matt JoinerFix possible deadlock
2016-04-04 Matt JoinerFix Config.IPBlocklist type
next