]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2022-03-11 Matt JoinerSupport banning webseeds
2022-03-11 Matt JoinerWhen banning an IP drop peers that match
2022-03-11 Matt JoinerPull GO_LOG support from anacrolix/log
2022-03-11 Matt JoinerAdd cmd/torrent-create -u
2022-03-11 Matt JoinerTest that empty info names are ignored in multi-file...
2022-03-10 Matt JoinerAdd cmd/torrent-create -i
2022-03-09 Matt Joinercmd/torrent: Add TODO about missing subcommand
2022-03-09 Matt JoinerAdd bencode.Bytes.GoString
2022-03-09 Matt Joinercmd/torrent: Add --port-forward
2022-03-01 Matt Joinercmd/torrent announce: Use NumWant -1
2022-03-01 Matt JoinerQuote http tracker error response body
2022-02-25 Matt JoinerFix race in MergeSpec using DisableInitialPieceCheck
2022-02-23 Matt JoinerExpose webseed.EscapePath
2022-02-21 DeepSource BotUpdate .deepsource.toml
2022-02-20 Matt JoinerAdd scrape subcommand to cmd/torrent
2022-02-20 Matt JoinerQuote UDP tracker response error bodies with %#q v1.41.0
2022-02-15 FIGBERTPass client logger to anacrolix/go-libutp sockets ...
2022-02-11 deepsource... Format code with gofumpt (#724)
2022-02-11 DeepSource BotUpdate .deepsource.toml
2022-02-10 Matt JoinerCheckout go from github
2022-02-10 Matt JoinerRun tests on tip
2022-02-10 Matt JoinerFix and add caching to gotip CI actions
2022-02-10 Matt Joinergo CI: Use common action and parallel jobs
2022-02-09 Matt JoinerAlign Peer stats for webseed peers
2022-02-09 Matt Joinerfs/test.sh: Fail if hash does not match
2022-02-09 Matt JoinerRe-enable CI wasm/js package build checks
2022-02-09 Matt JoinerPull webrtc SCTP Transport wasm support
2022-02-02 Eng Zer Juntest: use `T.TempDir` to create temporary test director...
2022-01-31 Matt Joinerfs/test.sh: Add torrents before mounting
2022-01-31 Matt JoinerMake use of the lazylog branch of anacrolix/log
2022-01-31 Matt JoinerDebug CI godo installation
2022-01-31 Matt JoinerContinue on wasm build error
2022-01-31 Matt JoinerRun fs/test.sh on 32 bit
2022-01-31 Matt Joinerfs/test.sh: Use Sintel file so webrtc is tested
2022-01-31 Matt JoinerRevert "fs/test.sh: Use go run instead of godo"
2022-01-27 Matt JoinerInclude peer net.Conn endpoint addresses in webrtc...
2022-01-22 Matt JoinerUse webrtc selected ICE candidate for peer addresses
2022-01-22 Matt JoinerRename webtorrent source files
2022-01-13 Matt JoinerUse tagged anacrolix/squirrel
2022-01-12 Matt JoinerSwitch from missinggo/MultiLess to anacrolix/multiless
2022-01-12 Matt JoinerAdd tests for preferred network direction
2022-01-10 Matt JoinerAdd const noCacheBlobs in sqlite storage benchmarks
2022-01-07 Matt Joinergo mod tidy
2022-01-07 Matt Joinerbencode: Support decoding "" as dict key
2022-01-07 Matt Joinerbencode: Return ErrUnexpectedEOF instead of EOF in...
2022-01-07 Matt JoinerAdd bencode.Decoder.MaxStrLen
2021-12-28 Matt Joinerfs/test.sh: Use go run instead of godo
2021-12-28 Matt Joinertracker/udp.ConnClient: Make logging configurable
2021-12-27 Matt JoinerReject peer requests on data read failures v1.40.1
2021-12-27 Matt JoinerReduce some logging
2021-12-27 Matt JoinerFix TestTorrentDroppedDuringResponsiveRead flakiness v1.40.0
2021-12-23 Matt JoinerAllow stealing from slower connections within priority...
2021-12-23 Matt JoinerDynamic outbound max requests
2021-12-23 Matt JoinerInclude requests pending cancel in current request...
2021-12-23 Matt JoinerReplace piece availability with frequencies in Torrent...
2021-12-23 Matt JoinerRevert go directive to 1.16
2021-12-23 Matt Joinercmd/torrent: Add --linear-discard
2021-12-23 Matt JoinerFix panic in webseeds updating requests when Torrent...
2021-12-23 Matt Joinercmd/torrent: Lower burst when there's a download rate...
2021-12-23 Matt JoinerApply download rate limiter to webseeds
2021-12-23 Matt JoinerDon't wait for DHT pings
2021-12-23 Matt JoinerMake Torrent.cancelRequestsForPiece more efficient
2021-12-23 Matt JoinerUse relative availabilities to determine piece request...
2021-12-23 Matt Joinergofumpt -extra
2021-12-23 Matt JoinerAdd TestHaveAllThenBitfield
2021-12-23 Prestonfix http tracker arg position (#700)
2021-12-16 martin* set proxy of websocket tracker to the proxy used...
2021-12-16 Matt JoinerFix leaked mmap storage in test v1.39.2
2021-12-16 Matt JoinerFix race in TextPexConnState
2021-12-16 Matt JoinerFix go-libutp import when CGO is disabled
2021-12-16 Matt JoinerTest benchmarks in a separate step and limit executions
2021-12-16 Matt JoinerFix BenchmarkUpdatePiecePriorities
2021-12-16 Matt JoinerFix BenchmarkConnectionMainReadLoop
2021-12-15 Matt JoinerSome optimizations in PieceRequestOrder.Update and...
2021-12-13 Matt JoinerRetract v1.39.0
2021-12-13 Matt JoinerTidy up request heaping comments v1.39.1
2021-12-13 Matt JoinerAdd Peer.cancelAllRequests for webseedPeer
2021-12-13 Matt JoinerUpdate requests after deleting all in some corner cases
2021-12-13 Matt JoinerAssert that a request isn't cancelled before requesting...
2021-12-13 Matt JoinerUpdate peer requests if not interested when piece prior...
2021-12-12 Matt JoinerExplicitly use go-libutp synchronous firewall callback
2021-12-12 Matt JoinerMerge branch 'request-strategy-experiments' v1.39.0
2021-12-12 Matt JoinerMore consistent cancellation management
2021-12-12 Matt JoinerRemove unused request strategy code
2021-12-12 Matt JoinerDon't group Torrent piece request orders without a...
2021-12-12 Matt JoinerMinimize allocations due to heap escapes
2021-12-12 Matt JoinerOnly steal an odd request if the stealer more recently...
2021-12-12 Matt JoinerOnly use last requested when both requests are already...
2021-12-12 Matt JoinerAdd Torrent-level request cancel for consistency
2021-12-12 Matt JoinerUpdate peer cancel assumptions and return
2021-12-12 Matt JoinerImprove panic message
2021-12-12 Matt JoinerTry request stealing
2021-12-12 Matt JoinerDon't try to request anything without the torrent info
2021-12-12 Matt JoinerWait between duplicate requests
2021-12-12 Matt JoinerStop iterating pieces when storage is exhausted
2021-12-12 Matt JoinerUse interfaces to lazily expose the bare minimum inputs...
2021-12-12 Matt JoinerProvide mapping from infohash to Torrent in Input
2021-12-12 Matt JoinerImplement piece request ordering with retained state
2021-12-12 Matt JoinerAvoid reflection sorting request pieces
2021-12-12 Matt JoinerUse indices to lookup pieces for comparison
next