]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
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
next