]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2021-01-18 Matt JoinerFix unreferenced variable v1.21.0
2021-01-18 Matt JoinerFix call to wrong postCancel?
2021-01-18 Matt JoinerFix duplicate import under different aliases
2021-01-18 Matt JoinerUpdate DHT
2021-01-18 Matt JoinerFix boundary conditions trimming sqlite3 storage cache
2021-01-17 Justin MFix panic on Ping/WriteMessage for webtorrent
2021-01-06 Matt JoinerAdd link for @anacrolix
2021-01-06 ucwongconnection drop log debug level
2021-01-06 Justin MPing websocket to ensure connect remains online.
2021-01-05 Matt JoinerAdd the DropMutuallyCompletePeers ClientConfig field
2021-01-05 Justin MAlign webtorrent tracker to BEP-3
2021-01-05 Justin MReannounce webtorrent webrtc offers on reconnect
2021-01-04 Matt JoinerSome peerImpl observations v1.20.0
2021-01-04 Matt JoinerReinstate cmd/announce announce subcommand
2021-01-04 Matt Joinermse: Optimize allocations receiving handshakes
2021-01-04 Matt JoinerAdd benchmark for receiving handshakes with large skey...
2021-01-03 Matt JoinerAdd mse.ReceiveHandshakeEx
2021-01-03 Matt JoinerUpgrade github.com/frankban/quicktest
2020-12-30 Matt JoinerFix "none" event for WebTorrent announces
2020-12-21 Matt JoinerDocument ClientConfig.DisableAcceptRateLimiting
2020-12-21 Matt JoinerMerge branch 'v1.19'
2020-12-21 Matt JoinerFurther fixes to webseed path encoding v1.19.2
2020-12-20 Matt JoinerUpdate README.md v1.19.1
2020-12-20 Matt JoinerMove request strategy doc comments onto their public...
2020-12-20 Matt JoinerAdd deprecated ParseMagnetURI
2020-12-20 Matt JoinerUpdate README.md
2020-12-20 Matt JoinerGeneralize internal/string-limiter Key type
2020-12-20 Matt JoinerPass trackerScraper context to announces
2020-12-19 Matt JoinerMove request strategy doc comments onto their public...
2020-12-17 Matt JoinerFactor out internal/string_limiter v1.19.0
2020-12-15 Matt JoinerRework active announce limiter to reduce contention
2020-12-10 Matt JoinerDon't send keepalives if a connection isn't useful...
2020-12-09 AranjedeathUpdate metainfo.go
2020-12-09 Matt JoinerStrictly adher to tracker announce response intervals...
2020-12-09 Matt Joinercmd/torrent: Add spew-bencoding command
2020-12-09 Matt Joinercmd/torrent: Fix download command default flags
2020-12-09 Matt JoinerLog announce return
2020-12-09 Matt Joinercmd/torrent: Add file pick flag
2020-12-09 Matt JoinerUpdate github.com/anacrolix/dht/v2
2020-12-09 Matt Joinercmd/torrent: Use alexflint/go-arg for argument parsing
2020-11-30 Matt JoinerUpdate required go version
2020-11-21 Matt Joinerpiece resource storage: Delete incomplete chunks concur...
2020-11-21 Matt JoinerUse ConsecutiveChunkWriter in MarkComplete for piece...
2020-11-21 Matt JoinerTrack piece marking state separately
2020-11-21 Matt Joinersqlite storage: Ensure that chunks are consecutive
2020-11-18 pataquetsReadme: downstream projects info.
2020-11-16 Matt Joinersqlite storage: Remove num batched write queries log...
2020-11-16 Matt JoinerUpdate to race fixes in filecache and sqlite
2020-11-16 Matt Joinersqlite storage: Buffer write requests
2020-11-16 Matt Joinersqlite storage: Add some expvars
2020-11-16 Matt Joinersqlite storage: Add error return from withConn
2020-11-16 Matt JoinerFix panic in when bbolt storage has Closed
2020-11-16 Matt JoinerMark piece complete without Client lock
2020-11-16 Matt JoinerRead peer request data without Client lock
2020-11-16 Matt JoinerAdd support for the x.pe magnet link parameter
2020-11-16 Yaroslav Kolomiietsoptimise PEX by avoiding intermediate storage while...
2020-11-12 Yaroslav Kolomiietsoptimise generation of the initial PEX
2020-11-12 Yaroslav Kolomiietssimplify pexMsgFactory
2020-11-12 Yaroslav Kolomiietsadd test covering a recently fixed regression in initia...
2020-11-11 Yaroslav KolomiietsFix excessive logging from mmap-backed storage (anacrol...
2020-11-11 Matt JoinerImplement fmt.Formatter for metainfo.Hash
2020-11-11 Matt JoinerImprove cmd/tracker-announce
2020-11-08 Matt JoinerTidy up doc, file names, naming
2020-11-08 Matt JoinerUpdate README.md
2020-11-08 Matt JoinerFix initial pex message regression
2020-11-06 Matt JoinerReplace storage.IncompletePieceToWriter with io.Writer
2020-11-05 Code7unnerFix PkgGoDev reference in README
2020-11-05 Matt JoinerFix piece getting queued for hash multiple times
2020-11-05 Matt JoinerAdd the ReceiveEncryptedHandshakeSkeys callback
2020-11-04 Matt Joinermse/cmd/mse: Fail on missing subcommand
2020-11-04 Matt JoinerRemove old comment
2020-11-03 Matt Joinersqlite storage: Add capacity management
2020-11-03 Matt Joinersqlite storage: Batch writes synchronously instead...
2020-11-03 Matt JoinerComment on storage.IncompletePieceToWriter
2020-11-03 Matt Joinersqlite storage: Init schema in NewPool instead of NewPr...
2020-11-03 Matt Joinersqlite storage: Track total blob data size manually
2020-11-02 Matt JoinerUpdate the readahead window on read failure
2020-11-02 Matt JoinerAdd write incomplete/consecutive chunks interfaces
2020-10-30 Matt Joinersqlite storage: Add batched writes
2020-10-30 Matt Joinersqlite storage: Set mmap_size to a very large size
2020-10-30 Matt Joinersqlite storage: Provide helpers and reasonable defaults
2020-10-30 Matt JoinerDon't delete requests until after they're written to...
2020-10-29 Matt Joinersqlite storage: Force data to be used as a blob
2020-10-29 Matt JoinerInclude a null byte in the middle of the Greeting test
2020-10-29 Matt JoinerFix peer request sleepiness
2020-10-28 Matt JoinerDon't fail on 386 tests in CI
2020-10-27 Matt JoinerSwitch CI to go1.15
2020-10-27 Matt JoinerRemove some unused code
2020-10-27 Matt JoinerPerformance fiddling on sqlite storage
2020-10-27 Matt JoinerReturn errors from Reader if data downloading won't...
2020-10-27 Matt JoinerDon't block trying to fill entire Reader.Read
2020-10-27 Matt JoinerRead from more than a single piece in each read to...
2020-10-27 Matt JoinerRemove separate readable/available in Reader
2020-10-27 Matt Joinersqlite storage: Include capacity management
2020-10-27 Matt Joinersqlite storage: Do ReadAt without using incremental I/O
2020-10-23 Matt Joinersqlite storage: Working recursive CTE for excess data
2020-10-22 Matt Joinersqlite storage: Add NewProviderPool
2020-10-22 Matt Joinersqlite storage: Rename table to blob
2020-10-22 Matt JoinerPerformance improvements to PEX
2020-10-15 Matt JoinerFix error handling for bad torrent adds with safe file... v1.18.0
next