]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2016-04-04 Matt Joineriplist: Add helper to mmap in a packed blocklist
2016-04-04 Matt JoinerApply ineffassign linter
2016-04-04 Matt JoinerApply unconvert linter
2016-04-04 Matt JoinerRemove more deadcode
2016-04-04 Matt JoinerRemove deadcode
2016-04-04 Matt JoinerRemove unused orderedList
2016-04-04 Matt JoinerRemove some of the magic ConfigDir stuff
2016-04-04 Matt JoinerMove Magnet and friends into metainfo package
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-04 Matt JoinerUse metainfo.Hash for piece and info hashes
2016-04-03 Seth Hoenigconvenience function for creating magnets
2016-04-03 Matt JoinerAdding a torrent without info after waitAccept has...
2016-04-03 Matt JoinerFix deadlocks in WriteStatus due to incomplete renaming
2016-04-03 Matt JoinerMerge Torrent and torrent types
2016-04-03 Matt JoinerComments
2016-04-03 Matt JoinerMake everything on type torrent private
2016-04-03 Matt Joinerpiece file storage: Don't write to completed pieces
2016-04-03 Matt Joinercmd/torrent-metainfo-pprint: Switch to tagflag for...
2016-04-03 Matt JoinerIf we fail to write to a piece, check its completion...
2016-04-03 Matt JoinerImprove log messages
2016-04-03 Matt JoinerSuppress piece read errors when data is obtained
2016-04-03 Matt Joinerstorage: Don't read bad completed piece files
2016-04-02 Matt Joinerstorage: Fix io.EOF on short piece files
2016-03-30 Matt JoinerMissing error checks in test
2016-03-30 Matt JoinerSuppress logging noise in tests
2016-03-30 Matt JoinerMove storage.FileStore interface to missinggo
2016-03-30 Matt JoinerFix missinggo import
2016-03-29 Matt JoinerFew fixes for downstream projects
2016-03-29 Matt JoinerRemove all the old data store packages
2016-03-29 Matt JoinerReimplement piece storage
2016-03-28 Matt JoinerFinish fixing tests
2016-03-28 Matt JoinerMake opening a torrent in storage an explicit method
2016-03-28 Matt JoinerGet mmap storage working
2016-03-28 Matt JoinerNew storage interface
2016-03-26 Matt Joinerdata/file: Rewrite ReadAt
2016-03-26 Matt Joinerdata/file: Add a test checking for io.ErrUnexpectedEOF...
2016-03-26 Matt JoinerImprove doc comments on Data
2016-03-24 Matt JoinerTidy up a test that fails with the wrong reasons
2016-03-22 Matt JoinerTidy up bytesLeft calculations
2016-03-22 Matt JoinerLog connection errors when debug mode
2016-03-22 Matt JoinerAdd a test for bad have messages
2016-03-22 Matt JoinerTidy up the peer have{,all,none},bitfield handling
2016-03-21 Matt JoinerAdd t.bytesLeftAnnounce
2016-03-21 Matt JoinerClient.WriteStatus: Raise the precision of the completi...
2016-03-21 Matt JoinerUse missinggo.AddrPort directly
2016-03-21 Matt JoinerMake peerGotPiece a method on connection
2016-03-21 Matt JoinerMove peerGotPiece
2016-03-19 Matt JoinerAdd some File method comments
2016-03-19 Matt JoinerFavour earlier pieces slightly, helps with in-order...
2016-03-19 Matt JoinerFix locks on Reader.SetReadahead
2016-03-15 Matt JoinerUse new missinggo.SplitHostMaybePort implementation
2016-03-06 Matt JoinerTrack accepted connections
2016-03-05 Matt JoinerUse missinggo.Event to track Client closed
2016-03-02 Matt JoinerFix a UTP Conn leak, on unencrypted followup dial attempts
2016-03-02 Matt JoinerAdd Reader.Torrent()
2016-02-26 Matt JoinerExtend the timeout, drone.io is slow?
2016-02-26 Matt JoinerIgnore the corner case when a piece is dropped from...
2016-02-26 Matt Joinerdht: Use missinggo.Event for closing
2016-02-26 Matt JoinerAdd test checking that cancel works
2016-02-26 Matt JoinerCatch error creating client in tests
2016-02-24 Matt JoinerFix bad DHT node in tests in constructed torrent
2016-02-24 Matt JoinerAdd DHT nodes from metainfo when added to Client
2016-02-23 Matt Joinerdht: Rename newDHTAddr->NewAddr, and clean up the interface
2016-02-23 Matt Joinerdht: Rename dHTAddr to Addr
2016-02-23 Matt JoinerTest that metainfo nodes are added to the DHT
2016-02-23 Matt Joinermetainfo: Check for error unmarshalling bad nodes conte...
2016-02-23 Matt Joinerdht: Misc trivial improvements
2016-02-23 Matt Joinermetainfo: Fix use of CastSlice when copying nodes
next