]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2021-11-12 Matt JoinerAllow non-partial webseed part responses for small...
2021-11-12 Matt Joinerwebseed: Close unused part responses after error
2021-11-12 Matt JoinerDon't use non-directory webseed URLs for multi-file...
2021-11-11 Matt JoinerMake TorrentSpecFromMetaInfoErr still usable on info...
2021-11-11 Matt JoinerComment that BEP 19 is WebSeeds
2021-11-11 Matt Joinercmd/torrentfs: Add missing envpprof.Stop
2021-11-09 Matt JoinerPull uninitialized DHT store fix from anacrolix/dht v1.36.0
2021-11-08 Matt Joinergofumpt
2021-11-04 Matt JoinerImprove dht bootstrap stats logging
2021-11-04 Matt Joinercmd/torrent: Add serve subcommand
2021-11-04 Matt Joinerbencode: Fix marshalling of unaddressable array of...
2021-11-04 Matt JoinerExport addTorrentOpts
2021-11-04 Matt JoinerMove download subcmd code into separate file
2021-11-03 Matt Joinercmd/torrent: Add bencode {json,spew} commands
2021-11-02 Matt Joinerbencode.Bytes: Tests and stricter checks
2021-11-01 Matt JoinerRun Go GitHub action with Go 1.16 as well as 1.17 v1.35.0
2021-11-01 Matt JoinerRun Go GitHub action on all branches
2021-11-01 Matt JoinerRemove some unused parameter names
2021-11-01 Matt JoinerAlter some directory permissioning in storage
2021-11-01 Matt JoinerRemove unused Torrent.numActivePeers
2021-11-01 Matt JoinerRemove unused conn piece inclinations
2021-11-01 afjosephfixup! [trackerscraper] Add custom DNS lookup function
2021-11-01 afjoseph[fuzz] Put +build tags to support go1.16 as well
2021-11-01 afjosephRevert "Remove old-style build tags"
2021-11-01 afjoseph[trackerscraper] Add custom DNS lookup function
2021-10-29 Matt JoinerLink to godocs.io for documentation
2021-10-29 Matt JoinerFix unnecessary modification of Torrent.CancelPieces API
2021-10-28 Matt Joinerbencode: Encode arrays of bytes as strings
2021-10-27 Matt JoinerRun all tests and benchmarks twice
2021-10-27 Matt JoinerRemove unnecessary intermediate steps in Go workflow
2021-10-27 Matt JoinerCheck if torrent is closed before handling peer request...
2021-10-27 Matt JoinerFix panic in benchmark
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-26 Matt JoinerRetain the desired request ordering
2021-10-26 Matt JoinerAdd Peer.mustRequest
2021-10-26 Matt JoinerOnly assert pending requests when check is enabled
2021-10-25 Matt JoinerAdd disabled code for limiting wasted chunks
2021-10-25 Matt JoinerQuote webrtc offer ID as ASCII-only
2021-10-25 Matt JoinerFix iter pending chunk request offsets
2021-10-25 Matt JoinerSupport minimum peer extensions
2021-10-25 Matt JoinerAlways count unhandled requests as pending
2021-10-25 Matt JoinerRecord webseed request result bytes against client...
2021-10-25 Matt JoinerAdd more comprehensive pending requests assertions
2021-10-25 Matt JoinerFix panic in update requests timer func on closed conn
2021-10-25 Matt JoinerFix race running and closing webtorrent tracker clients
2021-10-25 Matt JoinerFix panic when sustaining unrejected requests after...
2021-10-21 Matt JoinerDemote Torrent.runHandshookConnLoggingErr level to...
2021-10-20 Matt JoinerAdd low requests check
2021-10-20 Matt JoinerUpdate webseeds for peer requesting
2021-10-20 Matt Joinercmd/torrent: Use updated args module
2021-10-20 Matt JoinerRemove unused peerImpl methods
2021-10-20 Matt Joinergo mod tidy
2021-10-20 Matt JoinerDemote some recent logs to debug
2021-10-20 Matt JoinerImprove protocol behaviour logging
2021-10-19 Matt Joinergo fmt
2021-10-19 Matt JoinerDon't error receiving unchoke while already unchoked
2021-10-19 Matt JoinerRefresh updates after 3s instead of 1s
2021-10-19 Matt JoinerRandomize request order
2021-10-19 Matt JoinerInclude pending cancel count in peer status
2021-10-19 Matt JoinerDon't panic on request refresh if there are no existing...
2021-10-19 Matt JoinerImprovements to request refreshing
2021-10-19 Matt JoinerRefresh requests after a second of no updates
2021-10-19 Matt Joinergo mod tidy
2021-10-19 Matt Joinerglr resolve anacrolix/args
2021-10-19 Matt JoinerUse roaring.Bitmap.IsEmpty where appropriate
2021-10-19 Matt JoinerMake useful data stat more readable
2021-10-19 Matt JoinerPrint average download rate
2021-10-19 Matt JoinerAdd expvar for successful peer wire protocol handshake...
2021-10-19 Matt JoinerFix log message argument
2021-10-19 Matt JoinerAvoid allocation putting undirtiedChunksIter into interface
2021-10-19 Matt JoinerUse roaring bitmap for pending pieces
2021-10-19 Matt JoinerWait for cancelled requests to be rejected per the...
2021-10-19 Matt JoinerPanic if pending request count goes negative in requesting
2021-10-19 Matt JoinerUse pointer receiver for peerRequests.{Less,Len}
2021-10-19 Matt JoinerTrack requests that are preserved across chokings
2021-10-19 Matt JoinerSimplify request ordering for reversed conditions
2021-10-19 Matt JoinerSome fixes to pending request accounting
2021-10-19 Matt JoinerHandle allowed fast while choked when requests already...
2021-10-19 Matt JoinerAdd missing request updates on cancels, rejects
2021-10-19 Matt JoinerDon't automatically delete requests if we're choked...
2021-10-19 Matt JoinerDon't put requests we can't make into the request heap
2021-10-19 Matt JoinerOptimize Peer.peerHasWantedPieces
2021-10-19 Matt JoinerOptimize request updates due to conn and reader state...
2021-10-19 Matt JoinerExtend nominal max requests upper bound to 2048
2021-10-19 Matt JoinerUse a flat slice for pending request counts
2021-10-19 Matt JoinerOptimize chunk calculations in request strategy
2021-10-19 Matt JoinerIgnore request strategy run gobs and envrcs
2021-10-19 Matt JoinerImplement pending requests using BSI
2021-10-19 Matt JoinerExtract pendingRequests
2021-10-19 Matt JoinerAdd reasons for updateRequests to be triggered
2021-10-19 Matt JoinerAdd pprof labels for request updates and remove Client...
2021-10-19 Matt JoinerRemove peer piece inclination and piece request order
2021-10-19 Matt JoinerChange peer requesting to spread requests out evenly
2021-10-19 Matt JoinerLog handshook conn run errors with level warning
2021-10-19 Matt JoinerEnding a conn because we don't like its ID is not an...
2021-10-19 Matt JoinerFix incomplete Integer.Read
2021-10-19 Matt JoinerOnly allow chunk size to be set for new Torrents
2021-10-19 Matt JoinerUpdate piece priority after processing piece hash result
2021-10-19 Matt JoinerPieces being marked should have priority none
2021-10-11 Simon KirstenAdd DisableInitialPieceCheck option (#677)
next