]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2021-12-12 Matt JoinerAdd bencode FuzzInterfaceRoundTrip
2021-12-12 Matt JoinerShuffle duplicate requests
2021-12-12 Matt JoinerGenerate full sintel magnet link in fs test
2021-12-12 Matt JoinerAdd sintel.torrent
2021-12-12 Matt JoinerFix races using resources on Close
2021-12-12 Matt JoinerDon't use the Client's IP blocklist after the Client...
2021-12-12 Matt JoinerRemove unused torrent_pending_pieces.go
2021-12-12 Matt JoinerFilter update requests on piece priority change by...
2021-12-12 Matt JoinerEnsure peerRequests.torrentStrategyInput is set
2021-12-11 Yaroslav KolomiietsPEX: remove workaround for krpc marshaller
2021-12-11 Yaroslav KolomiietsPEX: use new NodeAddr search methods in krpc
2021-12-11 Yaroslav KolomiietsPEX: fluid event log
2021-12-07 Matt JoinerFix wasm build
2021-12-07 Matt JoinerDon't fail-fast on go versions
2021-12-06 Matt JoinerHandle 503 returns from webseed peer endpoints
2021-12-06 Matt JoinerRecord an observation about why webseed peers are doing...
2021-12-06 Matt JoinerDo webseed request parts sequentially
2021-12-06 Matt JoinerHandle cancelled webseed peer requests if they're not...
2021-12-06 Matt JoinerCheck if Torrent is closed before receiving webseed...
2021-12-03 Matt JoinerFix minimum peer extensions error message
2021-11-29 Matt JoinerReduce idle request updates due to choke and unchoke...
2021-11-29 Matt JoinerMerge branch 'udp-tracker-no-dial' into te
2021-11-28 Matt JoinerRemove unused peer stuff in request strategy
2021-11-28 Matt JoinerOptimize the use of worstConnSlice again
2021-11-28 Matt JoinerOptimize Torrent.haveAnyPieces
2021-11-28 Matt JoinerAnnounce to DHT if we want conns, not just peers
2021-11-28 Matt JoinerWanting peers is a subset of wanting conns
2021-11-28 Matt JoinerDon't want conns for seeding unless we have a piece
2021-11-28 Matt JoinerPeers with all pieces have wanted pieces only if we...
2021-11-28 Matt JoinerAbstract worseConn comparisons and add tests
2021-11-28 Matt JoinerRename worst_conns.go
2021-11-26 Matt JoinerMerge branch 'bsi-pending-requests' into te
2021-11-26 Matt JoinerUse modernc.org/sqlite version that fixes temp dir...
2021-11-25 Matt JoinerComment out pending requests tests and asserts
2021-11-25 Matt JoinerRevert "Use a flat slice for pending request counts"
2021-11-22 Matt Joinertracker/udp: Panic on read errors if ConnClient not...
2021-11-22 Matt JoinerImprove logging of UDP tracker packet dispatch error
2021-11-22 Matt JoinerWrap UDP tracker response error
2021-11-22 Matt JoinerDon't dial in UDP tracking
2021-11-22 Matt JoinerDoc comments
2021-11-19 Matt JoinerRemove CGO build flags for pure-Go squirrel branch
2021-11-19 Matt JoinerUse zombiezen branch of squirrel
2021-11-19 Matt Joinergofumpt
2021-11-19 Matt JoinerUse zombiezen sqlite for piece completion
2021-11-19 Matt JoinerQuote peer extension names to expvar
2021-11-17 Matt JoinerPull synchronous firewall callback performance improvement
2021-11-17 Matt JoinerOptimize PeerConn.peerHasAllPieces
2021-11-17 Matt JoinerAvoid calling net.Conn methods with the Client mutex...
2021-11-16 Matt JoinerUse tagged version of github.com/anacrolix/fuse v1.38.0
2021-11-16 Matt JoinerSwitch to github.com/anacrolix/fuse
2021-11-16 Matt JoinerRemove dependency on and exclude of github.com/willf...
2021-11-14 Matt JoinerProvide context to readahead func
2021-11-14 Matt JoinerAdd Reader.SetReadaheadFunc
2021-11-14 Matt JoinerAdd a comment about not discarding in webseed OK respon...
2021-11-12 Matt JoinerDon't log legitimate non-range requests v1.37.0
2021-11-12 Matt JoinerShould fix failing go1.16 CI build
2021-11-12 Matt JoinerImprove error handling for bad webseeds
2021-11-12 Matt JoinerPass HTTP Proxy config into webseeding HTTP client
2021-11-12 Matt JoinerRemove unused Client.updateRequests
2021-11-12 Matt JoinerBoost webseed max requests
2021-11-12 Matt JoinerIncrement webseed peer piece availability
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
next