]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
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...
next