]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2022-06-01 Matt JoinerRevert "Switch requestState to be a slice" v1.44.0
2022-06-01 Matt JoinerDemote webrtc conn error logging level to debug
2022-05-23 Nathanael DemaconImplement a public `Peer.DownloadRate` (#750)
2022-05-12 Matt JoinerUse Option for cached Torrent length v1.43.1
2022-05-12 Matt JoinerSet debug log level for outgoing connection error
2022-05-12 Matt JoinerUse reusable roaring iterators v1.43.0
2022-05-12 Matt JoinerAdd fallback piece ordering for non-readahead priorities
2022-05-12 Matt Joinercmd/torrent: Respect default client max unverified...
2022-05-12 Matt JoinerDisable update requests timer
2022-05-12 Matt JoinerMake piece states a slice and reuse it and request...
2022-05-12 Matt JoinerUse intermediate t in Peer.getDesiredRequestState
2022-05-12 Matt JoinerSwitch requestState to be a slice
2022-05-12 Matt JoinerReuse piece order state for request ordering
2022-05-12 Matt JoinerDefault 64 MiB max unverified bytes
2022-05-12 Matt JoinerCache chunksPerRegularPiece
2022-05-11 Matt JoinerCombine pending and last requested
2022-05-09 Matt JoinerUpdate ajwerner/btree
2022-05-09 Matt Joinercmd/torrent: Improve context error handling
2022-05-09 Matt JoinerRemove redundant type conversions
2022-05-09 Matt JoinerMove undirtiedChunksIter into its own file
2022-05-09 Matt JoinerUse a generic heap implementation for request selection
2022-05-09 Matt JoinerOrder readahead requests by piece index
2022-05-09 Matt JoinerRetain peer local request ordering
2022-05-09 Matt JoinerAdd and use typed roaring bitmap
2022-05-09 Matt Joinercmd/torrent download: Fix waiting for pieces when some...
2022-05-09 Matt JoinerAdd Torrent.pieceIndexOfRequestIndex
2022-05-09 Matt JoinerAdd a test for allocations in undirtiedChunksIter.Iter
2022-05-08 Alex SharovInfer pp.Decoder.MaxLength from chunk size (#743)
2022-04-27 Matt Joinercmd/torrent: Export Prometheus metrics
2022-04-26 afjoseph[client] Handle nil IP in badPeerAddr()
2022-04-26 Matt JoinerSupport custom path escaping for WebSeeds
2022-04-26 Matt JoinerWebSeed PathEscaper API tweaks
2022-04-25 FIGBERTUse Torrent logger instead of default logger (#740)
2022-04-22 afjosephfixup! [webseed] Add a custom URL encoder for webseeds
2022-04-21 afjoseph[webseed] Add a custom URL encoder for webseeds
2022-04-14 FIGBERTUse PeerConn logger instead of default logger (#736)
2022-04-11 Matt JoinerFix races around Reader and Torrent.Drop when Torrent... v1.42.0
2022-04-11 Matt JoinerMerge branch 'supress_webrtc_logs'
2022-04-11 Matt JoinerFix webrtc logging for JS build
2022-04-11 Jonathan McDowellAvoid heap allocation in GetRequestablePieces (#734)
2022-04-11 Matt Joinercmd/torrent: Fix panic with IPv6 public IP
2022-04-09 alex.sharovdiscard logger factory
2022-04-08 Matt JoinerUpdate anacrolix/envpprof
2022-03-31 Matt JoinerEnsure unlock occurs on panic in reader
2022-03-17 Matt JoinerUse Info.BestName in a few more places
2022-03-17 Matt JoinerRearrange transfer tests so build directives are applie...
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-17 Matt Joinercmd/torrent: Add download --save-metainfos and fix...
2022-03-17 Matt JoinerPrefer UTF-8 fields when present
2022-03-17 Matt JoinerAdd Info "name.utf-8" field
2022-03-17 Matt JoinerExpose File.{Begin,End}PieceIndex
2022-03-17 Matt JoinerUpdate dht logging
2022-03-17 Matt JoinerUse generic pubsub
2022-03-17 Matt Joinergo1.18
2022-03-15 Matt JoinerAdd dummy sqlite storage Go file
2022-03-15 Matt JoinerDon't build storage/sqlite tests without cgo
2022-03-15 Matt JoinerFix 386 cross compile and wasm build for crawshaw
2022-03-15 Matt JoinerMerge branch 'crawshaw'
2022-03-15 Matt JoinerExport Torrent.UseSources
2022-03-15 Matt JoinerMerge branch 'http-proxying'
2022-03-11 Matt JoinerMerge branch 'master' into crawshaw
2022-03-11 Matt JoinerExpose Torrent.AddWebSeeds
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 JoinerSupport banning webseeds
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 JoinerMerge branch 'master' into crawshaw
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-09 Matt Joinercmd/torrent: Add --port-forward
2022-03-01 Matt JoinerMerge branch 'master' into crawshaw
2022-03-01 Matt Joinercmd/torrent announce: Use NumWant -1
2022-03-01 Matt JoinerQuote http tracker error response body
2022-02-25 Matt JoinerMerge branch 'http-proxying' into crawshaw
2022-02-25 Matt JoinerExpect 200 OK in torrent source response
2022-02-25 Matt JoinerFix error quoting in log
2022-02-25 Matt JoinerSeparate torrent sources source file
2022-02-25 Matt JoinerUse HTTP proxy config for torrent sources
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 JoinerMerge branch 'master' into go1.18
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-10 Matt JoinerFix and add caching to gotip CI actions
2022-02-10 Matt JoinerMerge branch 'master' into go1.18
2022-02-10 Matt Joinergo CI: Use common action and parallel jobs
next