]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2021-09-13 YenForYangReorder fields to reduce padding in reader (#597)
2021-09-12 YenForYangUpdate ReadCloser interface check to ReadSeekCloser...
2021-09-12 Matt JoinerFix http announce of infohash containing ' ' bytes...
2021-09-11 Matt JoinerDon't call Client onClose handlers until torrent storag...
2021-09-11 Matt JoinerFix Torrent.Drop to wait for storage close without...
2021-09-10 YenForYangAvoid allocating memory when checking interface (#588)
2021-09-10 Matt JoinerOptimize peersForPieces allocations for make and sorting
2021-09-10 Matt JoinerOptimize requesting peerId Uintptr allocation
2021-09-10 Matt JoinerDisable ensureValidSortedPeersForPieceRequests
2021-09-10 Matt JoinerOptimize sortPeersForPiece in allocatePendingChunks
2021-09-10 Matt JoinerOptimize Torrent.worstBadConn
2021-09-10 Matt JoinerRemove reader.opMu
2021-09-09 Matt Joinergo fmt ./...
2021-09-09 Matt JoinerFix possible misuse of reflect.StringHeader
2021-09-09 YenForYanguseTorrentSources: fix http request resource leak ...
2021-09-09 YenForYangClarify ownership of (*Torrent).chunkPool (#583)
2021-09-09 Matt JoinerDon't readahead until a read occurs
2021-09-09 Matt JoinerMake readahead algorithm linear
2021-09-09 Matt JoinerAdd default sqrt readahead algorithm
2021-09-09 Matt JoinerExtract common Torrent.newReader
2021-09-09 Matt JoinerAdd Webtor to downstream projects
2021-09-09 Matt JoinerFix unit tests littering working directory
2021-09-08 Matt JoinerUpdate README.md
2021-09-08 Matt JoinerUpdate README.md
2021-09-07 YenForYangDrop xerrors and missinggo/slices dependency for Client...
2021-09-05 Zilog8Improve Closing (#559)
2021-09-04 Matt JoinerUpdate chansync
2021-09-04 Matt JoinerReturn error on sqlite PieceCompletion.Set when closed
2021-09-04 Matt JoinerRework Reader waiting
2021-09-04 YenForYangSimplify dhtPort()
2021-09-04 YenForYangDrop xerrors and reflection dependency
2021-09-04 afjoseph[gomod] Update anacrolix/dht and run 'go mod tidy'
2021-09-03 YenForYangSimplify haveDhtServers()
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-09-02 Matt Joinergo get -u ./...
2021-09-02 Matt JoinerAdd generics TODO v1.31.0
2021-09-02 Matt JoinerAdd "no name" handling and storage.NewFileOpts
2021-09-02 Matt Joiner./cmd/torrent-create: Update the builtin announce list
2021-09-02 Matt JoinerFix info name when building from . and ..
2021-09-02 Matt Joinercmd/torrent download: Don't seed if no torrents are...
2021-09-02 Matt JoinerFix panic on double Close of sqlite piece completion DB
2021-09-01 YenForYangPieceStateRuns: reduce copying and make inlineable
2021-08-30 Matt JoinerFix some DeepSource lints
2021-08-30 Matt JoinerSet Go CI workflow to use Go 1.17
2021-08-26 Matt Joinergo mod tidy
2021-08-26 Matt JoinerAdd function to wrap squirrel.Cache as storage.ClientImpl
2021-08-26 Matt JoinerUpdate squirrel
2021-08-25 Matt JoinerUse separate squirrel module
2021-08-25 Matt JoinerRemoved unused sqlite "provider" storage
2021-08-24 Matt JoinerEmbed SQL
2021-08-24 Matt JoinerImplement {Set,Get}Tag on SquirrelBlob
2021-08-24 Matt JoinerBegin extracting 'squirrel' from storage/sqlite
2021-08-22 Matt JoinerAvoid reallocating keep alive timer on each pass v1.30.4
2021-08-22 Matt JoinerDon't run linter on master branch
2021-08-22 Matt JoinerUpdate install command
2021-08-19 Matt JoinerChange linter workflow branches and name v1.30.3
2021-08-19 Matt JoinerRemove unused code
2021-08-19 Matt JoinerUpdate staticcheck go target to 1.16
2021-08-19 Matt JoinerDisable excessively pedantic linters
2021-08-19 Matt JoinerFix data race closing incoming PeerConn
2021-08-19 Matt JoinerSet direct sqlite storage conn to nil on close
2021-08-19 Matt JoinerRewrite peerConnMsgWriter.run
2021-08-19 Matt JoinerSet testing keep alive timeout to 1 millisecond
2021-08-19 Matt JoinerFix deadlock when checking whether to send keep alive
2021-08-19 Matt JoinerLimit keep alives for rate limited download test
2021-08-19 Matt JoinerFix race in assigning keep alive timer
2021-08-19 Matt JoinerUse different keep alive timeout in tests
2021-08-16 Bora M. AlperAdd linter CI (#542)
2021-08-16 Matt JoinerUse roaring.Bitmap directly for completed pieces
2021-08-16 Matt JoinerSet go 1.17 in go.mod
2021-08-16 Matt Joinergo get -u
2021-08-13 Matt JoinerFix mmap panic on darwin with Go 1.17 v1.30.2
2021-08-12 Matt JoinerDon't panic on int parse failures
2021-08-12 Matt JoinerFix panic unmarshalling bencode dict into unsupported... v1.30.1
2021-08-11 Matt JoinerFix allocation of empty DhtNodes in TorrentSpec
2021-08-10 Matt JoinerFix race in sqlite direct storage init v1.30.0
2021-08-10 Alfonso MonteroReadme: Add downstream project (#543)
2021-08-01 Matt JoinerIncrease request update interval if there's no signalling
2021-08-01 Matt JoinerMinimize allocations and resizing in request computation
2021-08-01 Matt JoinerPrecompute File.DisplayPath
2021-08-01 Matt Joinercmd/torrentfs: Fix panic on missing info
2021-07-26 Matt JoinerTrim UDP tracker client read allocations v1.29.2
2021-07-17 Matt JoinerClose torrent storage asynchronously on drop
2021-07-17 Matt JoinerAdd debug level to piece hash failure log message
2021-07-14 Matt JoinerFix go:build directives v1.29.1
2021-07-02 Matt JoinerRemove unused badges
2021-06-27 Matt JoinerFix race in concurrent connects in UDP tracker v1.29.0
2021-06-26 ucwongmissinggo go.mod fix (#526)
2021-06-25 Matt JoinerCheck that udp conn ID age is non-zero
2021-06-25 Matt JoinerAdd http tracker AllowKeepAlive
2021-06-25 Matt JoinerUpdate and expose default client identifiers
2021-06-24 Matt JoinerAdd udp tracker scrape support
2021-06-24 Matt JoinerPull AnnounceOpt into tracker package
2021-06-24 Matt JoinerCancel writer after request
2021-06-24 Matt JoinerDon't log dispatch errors
2021-06-24 Matt JoinerExtract protocol agnostic tracker Client
2021-06-24 Matt JoinerRewrite udp announce to use udp client
2021-06-23 ucwongpackage expect fix (#524)
2021-06-23 Matt JoinerFix some error wrapping in mse
2021-06-23 Matt JoinerFixes for wasm
next