]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2021-05-04 Matt Joinerpiece resource storage: Do sized puts for WriteAts...
2021-05-04 Matt JoinerUse BenchmarkMarkComplete for non-sqlite storages too
2021-05-04 Matt Joinergo get -u
2021-05-04 Matt JoinerRemove GoDoc badge
2021-05-04 Matt JoinerUpdate cmd examples
2021-05-04 Matt JoinerRedirect Gitter to Discussions
2021-03-24 Matt JoinerFix DeepSource anti-pattern v1.26.0
2021-03-24 Matt JoinerMake tracker order in Metainfo.Magnet deterministic
2021-03-11 Matt JoinerUpdate deps v1.26.0-alpha.1
2021-03-11 Matt JoinerFix dht Server Ping call v1.26.0-alpha
2021-02-24 Matt JoinerDon't bench with -race
2021-02-24 Matt JoinerInclude webseed urls in MetaInfo.Magnet output
2021-02-24 Matt JoinerImprove metainfo.MetaInfo.Magnet interface and add...
2021-02-23 Yaroslav KolomiietsPEX: impede full-meching in tracker-less swarms by...
2021-02-22 Matt JoinerAdd missing closeMu use in ReadConsecutiveChunks
2021-02-22 Matt JoinerOnly write update bolt piece completion if the existing...
2021-02-22 Matt JoinerReplace internal/tmproot with Testing.TB.TempDir
2021-02-22 Matt JoinerMerge Sean-Der's webrtc/v3 update
2021-02-21 Matt JoinerComment and log change on torrentfs behaviour change
2021-02-21 Matt JoinerMerge branch 'fuse-email-issue'
2021-02-21 Matt Joinergo mod tidy
2021-02-21 Matt JoinerPull dht peer store interface
2021-02-21 Sean DuBoisUpgrade to pion/webrtc@v3
2021-02-21 Matt JoinerAdd PeerStorer interface
2021-02-20 Matt JoinerAdd ClientConfig.ConfigureAnacrolixDhtServer
2021-02-19 Matt JoinerClose all peer types when Torrent closed
2021-02-19 Matt JoinerCode comment
2021-02-18 Matt JoinerCreate codeql-analysis.yml
2021-02-18 Matt JoinerInclude webseed URLs in output of Torrent.Metainfo
2021-02-18 Matt JoinerTreat 404 responses from webseed peers as fatal
2021-02-18 Matt JoinerAdd test case for #464
2021-02-15 Matt JoinerInstall godo
2021-02-15 Matt JoinerRun torrentfs without race
2021-02-15 Matt JoinerAdd new debian torrent testdata file
2021-02-15 Matt JoinerUse io.ReadFull in fs reads
2021-02-15 Matt Joinerfs/test.sh: Use godo for out of tree go run
2021-02-12 Matt JoinerRework fs/test.sh
2021-02-09 Matt JoinerLimit conns per host across webseed clients v1.25.0
2021-02-09 Matt JoinerFix closing of webseed peers
2021-02-09 Matt JoinerBuff issue 465 test command
2021-02-09 Matt JoinerAdd minimal reproducing code for issue 465
2021-02-04 Matt JoinerFix panic in benchmark v1.24.0
2021-02-04 Matt JoinerUse locks on piece per resource pieces to prevent races...
2021-02-04 Matt JoinerExpose mmap_size in sqlite storage, and change default...
2021-02-03 Matt JoinerFix some go vet warnings
2021-02-03 Matt JoinerFix Close race in sqlite storage when batch writes...
2021-02-03 Matt JoinerRevert "Fix stalls for responsive transfer tests"
2021-02-03 Matt JoinerAdd batch writes cases to sqlite storage benchmarks
2021-02-01 Matt JoinerUpdate deps v1.23.0
2021-02-01 Matt JoinerFix for go<1.16
2021-02-01 Matt JoinerFix sqlite storage for numconns 1
2021-02-01 Matt JoinerFix stalls for responsive transfer tests
2021-02-01 Matt JoinerSwitch to reading consecutive incomplete chunks
2021-02-01 Matt JoinerAdd tests for numconns 2
next