]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2016-11-22 Matt Joinergofmt simplify
2016-11-08 Matt Joinermetainfo: Remove unused import
2016-11-04 Vincentfeat: remove print BuildFromFilePath
2016-10-31 Matt JoinerReader.Close: Prefer to lock Client in public method
2016-10-31 Matt JoinerTorrent.unpendPieces: Only update unpended pieces
2016-10-31 Matt JoinerWhen Reader position changes only update piece prioriti...
2016-10-31 Matt JoinerDitch the use of generic slices.HeapInterface for findi...
2016-10-31 Matt JoinerComment on connection.updatePiecePriority
2016-10-25 Matt Joinerstorage: ClientImpl interface now includes Close
2016-10-25 Matt Joinerstorage: Fix spelling mistake
2016-10-25 Matt Joinerstorage: Only include sqlite3 piece completion implemen...
2016-10-25 Matt Joinerstorage: Remove sqlite3 import from bolt implementation
2016-10-25 Igor ShishkinTrivial HTTP support for adding torrent files by (...
2016-10-25 Matt JoinerAdd bolt piece completion DB
2016-10-25 Matt JoinerMove the implementation of connection.requestPiecePendi...
2016-10-24 Matt JoinerReader.SetReadahead can change readahead pieces
2016-10-23 Matt JoinerOptimize piece priorities when reader position changes
2016-10-18 Matt JoinerAdd TODO item
2016-10-15 Thomas MauriceFix not working import
2016-10-10 Matt JoinerAdd download rate limiting
2016-10-10 Matt JoinerMake newConnection a method on Client
2016-10-10 Matt JoinerSplit connection.rw into separate Reader and Writer
2016-10-10 Matt JoinerFix Config.UploadRateLimiter comment
2016-10-10 Matt JoinerAdd really simple upload rate limiting and test
2016-10-10 Matt JoinerImprove code comments
2016-10-09 Matt JoinerReorder the fields of struct Client
2016-10-06 Matt JoinerUpdate README.md
2016-10-05 Matt JoinerDefault to debug mode in client testing config
2016-10-05 Matt JoinerDo chunk pooling at Torrent instead of connection level
2016-09-30 Matt JoinerSpeed up mse.handshake.establishS
2016-09-25 Matt Joinerpeer_protocol.Decoder.Decode: Avoid allocating another...
2016-09-22 Meng Zhuofix unreadable id when started
2016-09-22 Meng Zhuofix dht-server cmd won't exit after Ctrl+C
2016-09-21 Matt JoinerCreate missing intermediate directories in test
2016-09-21 Matt JoinerFix Client.receiveSkeys
2016-09-21 Matt JoinerTidy up TestMultipleTorrentsWithEncryption test
2016-09-21 Matt JoinerAdd some more debug logging
2016-09-20 Matt JoinerFormatting fixes
2016-09-20 Matt JoinerFixes for changes to metainfo.MetaInfo.UnmarshalInfo
2016-09-20 Matt JoinerAdd error return value to metainfo.MetaInfo.UnmarshalInfo
2016-09-16 Michael HowellAdd a test case for #114 (#117)
2016-09-16 Matt JoinerAdd Config.{Force,PreferNo}Encryption
2016-09-16 Matt JoinerMinor comments and test improvement
2016-09-16 Matt Joinerstorage: Move sqlite3 import to appropriate file
2016-09-16 Matt JoinerComment on metainfo.PieceKey
2016-09-13 Matt JoinerAdd note in README about the mobile branch
2016-09-12 Matt Joinercmd/torrent: Fix progress bar for zero-length torrents
2016-09-12 Ye YinUse sync.pool for decode buffer
2016-09-12 Matt JoinerRename some of the unexported file storage types
2016-09-12 Matt JoinerTest empty files and zero piece length for both file...
2016-09-12 Matt JoinerCreate zero-length files in the file storage when the...
2016-09-12 Matt JoinerFix issue #112
2016-09-12 Matt JoinerAdd test for issue #111 and #112
2016-09-11 Matt JoinerAdd a benchmark for readMainLoop piece decoding
2016-09-11 Matt JoinerMove Client.connectionLoop to connection.mainReadLoop
2016-09-11 Matt JoinerRemove unused trackerTier and shuffleTier
2016-09-11 Matt JoinerMove TorrentSpec stuff into its own file
2016-09-06 Ben GadboisComment typo (#110)
2016-09-02 Matt JoinerRelax the seeder torrent connection stats test
2016-09-02 Matt JoinerRework storage interfaces to make them simpler to implement
2016-08-31 Matt Joinerstorage.boltDB: Some comments, and use global completed...
2016-08-31 Matt JoinerImprove test reliability on Linux and reduce log noise...
2016-08-31 Matt JoinerExtract chunkSize as a const
2016-08-31 Matt JoinerPass seed option to Config for cmd/torrent (#108)
2016-08-31 Ye YinPass seed option to Config for cmd/torrent
2016-08-31 Matt JoinerUncomment the error handling in storage.boltDBPiece...
2016-08-31 Matt JoinerAdd boltdb storage backend
2016-08-30 Matt JoinerComment on PiecePriorityNext
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
next