]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2021-06-07 Matt JoinerFix bitmap-related benchmark
2021-06-07 Matt JoinerTrack chunks read for webseed peers too
2021-06-07 Matt JoinerRename file
2021-06-07 Matt JoinerAdd peerConnMsgWriter file
2021-06-07 Matt JoinerAdd chansync interfaces
2021-06-07 Matt JoinerFix race in piece availability runs
2021-06-07 Matt JoinerApply next request state asynchronously
2021-06-07 Matt JoinerMove peerConnMsgWriter into its own file
2021-06-07 Matt JoinerBreak out peerConnWriter
2021-06-07 Matt JoinerResolve local replaces
2021-06-07 Matt JoinerFix up some crashes around piece availability
2021-06-07 Matt JoinerDon't always force piece reallocation
2021-06-07 Matt JoinerUse rejiggered missinggo bitmap
2021-06-07 Matt JoinerDetermine peer max requests based on receive speed
2021-06-07 Matt JoinerMerge maxRequests into localClientReqq
2021-06-07 Matt JoinerFix in decPieceAvailability when we don't have torrent...
2021-06-07 Matt JoinerFix sqlite piece completion
2021-06-07 Matt JoinerAdd client-level max unverified bytes
2021-06-07 Matt JoinerGet max unverified bytes working
2021-06-07 Matt JoinerPrepare to implement max unverified bytes
2021-06-07 Matt JoinerDo checks for preallocated requests too
2021-06-07 Matt JoinerFix non-deterministic test
2021-06-07 Matt JoinerGet request rebalancing working optimally!
2021-06-07 Matt JoinerMove piece allocation to its own func
2021-06-07 Matt JoinerNew tests and fixes for them
2021-06-07 Matt JoinerDon't log each applied request
2021-06-07 Matt JoinerAdd a working request strategy test
2021-06-07 Matt JoinerExtract request strategy stuff into a separate module
2021-06-07 Matt JoinerImprove num requests per piece status output
2021-06-07 Matt JoinerImprove piece availability status output
2021-06-07 Matt JoinerFixes to reassigning chunks in requests
2021-06-07 Matt JoinerRework to improve work stealing and try to thread peers...
2021-06-07 Matt JoinerForgot to remove initial have all state for webseeds
2021-06-07 Matt JoinerDo requests every 100ms
2021-06-07 Matt JoinerDon't need stable sort
2021-06-07 Matt JoinerImprove naming on storage key
2021-06-07 Matt JoinerReuse pieceRequestOrder slice
2021-06-07 Matt JoinerMissed piece availability code
2021-06-07 Matt JoinerComments
2021-06-07 Matt JoinerIgnore pieces for request after accounting for storage
2021-06-07 Matt JoinerTrack peer availability at the Torrent-level
2021-06-07 Matt JoinerRemove unused pieceRequestOrder in Client
2021-06-07 Matt Joinergo mod tidy
2021-06-07 Matt JoinerUse multiless with Float64
2021-06-07 Matt JoinerPeerConn.post becomes PeerConn.write
2021-06-07 Matt JoinerFix download rate, status output
2021-06-07 Matt JoinerRework storage.TorrentImpl to support shared capacity key
2021-06-07 Matt JoinerTidy up request and cancel
2021-06-07 Matt JoinerRemove empty file
2021-06-07 Matt JoinerLimit outstanding requests
2021-06-07 Matt JoinerPass tests with new full-client request strategy implem...
2021-06-07 Matt JoinerLog failure to complete metadata
2021-06-07 Matt JoinerCount peers added from DHT for logging
2021-06-07 Matt JoinerAdd TODOs around setting info bytes
2021-06-07 Matt JoinerCreate go.yml (#497)
2021-05-25 gitpubberAdded build tags to disable few packages if necessary...
2021-05-21 Matt JoinerProgress testing without cgo a bit
2021-05-17 Matt JoinerMake wal the default for sqlite resource pieces
2021-05-17 Matt JoinerMake synchronous=off the default
2021-05-17 Matt JoinerSet smarter defaults
2021-05-17 Matt JoinerSet page size before initializing connections
2021-05-14 Matt JoinerDefault to sqlite piece completion for dir if cgo enabled v1.28.0
2021-05-14 Matt JoinerFix sqlite piece completion
2021-05-14 Matt JoinerMove envpprof.Stop to main
2021-05-14 Matt JoinerPossible fix for GitHub code scanning warning
2021-05-14 Matt JoinerAdd CustomDirect BenchmarkMarkComplete sub-test
2021-05-14 Matt JoinerFix race in webtorrent dial stats
2021-05-14 Matt Joinercmd/torrent: Track download rate
2021-05-14 Matt JoinerRemove github.com/pkg/errors use in peerconn.go
2021-05-14 Matt JoinerTrack chunks received in nexted expvar.Map
2021-05-14 Matt JoinerExpose SetSynchronous as an option
2021-05-14 Matt JoinerFix race in MarkNotComplete
2021-05-14 Matt JoinerDon't create blobs when reading
2021-05-14 Matt JoinerTrack peers supporting extension in a nested expvar.Map
2021-05-14 Matt JoinerTidy up sqlite direct piece receiver name
2021-05-14 Matt JoinerRemove unused method
2021-05-14 Matt JoinerRename Torrent.{add,delete}Connection
2021-05-14 Matt JoinerRemove separate postedKeepalives expvar
2021-05-14 Matt JoinerImprove some lock handling under panics
2021-05-14 Matt JoinerMerge branch 'sqlite-direct'
2021-05-14 Matt JoinerCreate SECURITY.md
2021-05-09 gitpubberAllows one to use Custom PieceCompletion (#486) v1.27.0
2021-05-09 gitpubberChange ClientImpl to ClientImplCloser
2021-05-08 Matt JoinerReduce allocations in iterBitmapsDistinct
2021-05-06 Matt JoinerDon't set the page size by default
2021-05-06 Matt JoinerExpose a variety of blob cleanup styles
2021-05-06 Matt JoinerBenchmark different mmap sizes and journal modes
2021-05-05 Matt JoinerRework lots of option handling
2021-05-05 Matt JoinerRename new.go
2021-05-05 Matt JoinerUse bench timer more effectively, and use Piece.WriteTo
2021-05-05 Matt JoinerUse bytes.Reader instead of bytes.Buffer in a few places
2021-05-05 Matt JoinerUse sync.Map in map piece completion
2021-05-05 Matt JoinerBig rename of files and types in storage
2021-05-05 Matt JoinerHandle expired blobs as they occur
2021-05-05 Matt JoinerRework to use a pool of blobs
2021-05-04 Matt JoinerGet benchmarks working
2021-05-04 Matt JoinerImplement sqlite directly without using piece resources
2021-05-04 Matt Joinercmd/torrent: Ensure progress is emitted at consistent...
2021-05-04 Matt Joinercmd/torrent: Restore parsing of units for upload and...
2021-05-04 Matt JoinerBig logging cleanup to improve experience from README v1.26.1
next