]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2024-03-02 Matt JoinerFix metainfo.Piece.Length for v2 torrents
2024-03-02 Matt JoinerWarn on unhandled v2 protocol messages
2024-03-02 Matt Joinerv2 torrent piece hashing
2024-03-02 Matt JoinerGet infohash selection working when adding v2 torrents
2024-02-28 Matt JoinerMerkle hashing and v2 file handling
2024-02-28 Matt JoinerAdd BEP 47 extended file attributes fields
2024-02-28 Matt JoinerAdd MagnetV2 and infohash_v2
2024-02-28 Matt JoinerCI: Just build on 386
2024-02-28 Matt Joinercmd/torrent download: Handle interrupt when linear...
2024-02-28 Matt Joinercmd/torrent download: Propagate write errors
2024-02-28 Matt Joinercmd/torrent: Remove stutter in error message
2024-02-28 Matt JoinerRemove unused Torrent.fileIndex
2024-02-28 Matt JoinerCache sqlite storage capacity for a short while
2024-02-27 Matt JoinerAdd timeout to Go CI test
2024-02-27 Matt Joinergorond
2024-02-27 Matt JoinerFilter out possum without making it a separate module
2024-02-27 dependabot... Bump google.golang.org/grpc from 1.46.2 to 1.56.3
2024-02-27 Matt JoinerUse Go 1.22 in CI
2024-02-27 Matt JoinerCI adjustments
2024-02-27 Matt JoinerCI: Ensure godo v1 and run mount after FS test
2024-02-26 Matt JoinerRemove mutex in MSE cipher reader
2024-02-25 Matt JoinerAdd BitTorrent v2 fields, consts and reference torrents
2024-02-22 Matt JoinerLower use source and webseeding log levels
2024-02-22 Matt JoinerBuild possum inside test Dockerfile
2024-02-22 Matt JoinerAdd test case from issue #906
2024-02-22 Matt JoinerAdd possum storage
2024-02-22 Matt JoinerAdd low level support for BEP 10 user protocols
2024-02-22 Matt JoinerSupport operating when IPv6 isn't available
2024-02-22 Matt Joinershellcheck
2024-02-22 Matt JoinerMerge branch 'issue-905': Smart ban hash performance...
2024-02-18 Matt JoinerTry to do smart ban block hashing without client lock
2024-02-18 Matt JoinerWrite whole piece in BenchmarkConnectionMainReadLoop
2024-02-18 Matt JoinerDisable writeChunk perf timer
2024-02-18 Matt JoinerSwitch to xxHash for smartban cache
2024-02-18 Matt JoinerInclude smart ban block recording in BenchmarkConnectio...
2024-02-18 Matt JoinerAdd smart ban hash benchmarks and reduce allocations
2024-02-12 Matt JoinerOptimize request strategy for torrent storage with...
2024-02-09 Oleg GubaGetRequestablePieces: remove runtime correctness check...
2024-02-08 Matt JoinerMisc tidying
2024-02-08 Matt JoinerRemove unused request strategy chunk iter types
2024-02-08 Matt JoinerStay interested when the peer has pieces we don't have
2024-02-08 Matt JoinerRestore request strategy Torrent.Piece use, without...
2024-02-07 Matt JoinerSave extra http Request alloc in webseed request
2024-01-19 Matt JoinerRename exported Peer and PeerConn receivers
2024-01-19 Matt JoinerFix race in ExportStatusWriter
2024-01-17 Oleg Gubatorrent.KnownSwarm: keep client lock when iterating...
2024-01-15 Matt JoinerRetract versions affected by indefinite outgoing reques...
2024-01-15 Matt JoinerFix anacrolix/torrent version detection
2024-01-15 Matt JoinerAdd missing return to avoiding filling slow write buffer
2024-01-15 Matt JoinerBreak up long condition expression
2024-01-15 Matt JoinerExpect cancel acknowledgement from Transmission v4...
2024-01-15 Matt JoinerFix requests still being made when downloading is disal...
2024-01-15 Matt JoinerUpdate anacrolix/log
2024-01-09 Matt JoinerRearrange a few methods on the correct receivers
2023-12-23 dependabot... Bump golang.org/x/crypto from 0.5.0 to 0.17.0 (#885)
2023-12-10 Matt JoinerUse fixed width for example commands
2023-12-10 Matt JoinerAdd more downstream projects
2023-12-04 Alex SharovTorrent.WebseedPeerConns() method (#883)
2023-10-10 Matt JoinerDrop support for go 1.20 master
2023-10-10 Matt JoinerDon't run fs tests on Windows
2023-10-09 Matt Joinergo mod tidy
2023-09-29 Matt JoinerUpdate to multiple-blobs-per-value squirrel
2023-09-26 Matt Joinergorond
2023-09-26 Matt JoinerAdd testdata/The-Fanimatrix-(DivX-5.1-HQ).avi.torrent
2023-09-26 Matt JoinerSupport scraping from HTTP trackers
2023-09-25 Matt JoinerMerge fs module back into the root module
2023-09-25 Matt JoinerRaise log level for failure to mark piece complete
2023-09-25 Matt JoinerDon't do client transfer tests in parallel
2023-09-16 Matt JoinerBuffer metainfo loads from files
2023-09-14 Matt JoinerBump CI 1.19 go versions to 1.21
2023-09-14 Matt JoinerAlso change go requirement for fs module
2023-09-14 Matt JoinerChange go requirement to 1.20 from 1.21
2023-09-13 Alex SharovConfigurable hashers amount per torrent (#867)
2023-09-11 Matt JoinerFix request heap pop bug
2023-09-11 Matt JoinerUpdate logger usage for received reject messages
2023-09-11 Matt JoinerDrop anacrolix/squirrel cache blob usage
2023-09-08 Matt JoinerHandle torrentfs failure in test.sh
2023-09-08 Matt JoinerStop benchmark timer before initial run
2023-09-05 Matt JoinerMerge branch 'fuse-t'
2023-09-05 Matt JoinerSwitch to github.com/go-llsqlite/adapter
2023-08-23 Frederick RobinsonUpdate file_handle.go (#860)
2023-08-22 Matt JoinerFix race in webseed requester sleep duration calculation
2023-08-22 Matt JoinerAdd ClientConfig.WebTransport
2023-08-17 Matt JoinerNote that torrent.Reader is not concurrent-safe
2023-08-16 Matt JoinerDitch lispad/go-generics-tools for anacrolix/generics...
2023-08-16 Matt Joinerfs: Use a new torrent file reader per handled request
2023-08-16 Matt Joinerfs/cmd/torrentfs: Mount read-only
2023-08-16 Matt Joinerfs: Return file permissions for root node
2023-08-16 Matt Joinerfs/cmd/torrentfs: Add main logger
2023-08-14 Matt JoinerRemove unnecessary use of SO_REUSEPORT
2023-08-14 Matt JoinerAdd cove to downstream projects
2023-07-23 Matt JoinerRemove torrentfs-macos job from CI
2023-07-23 Matt JoinerIgnore torrentfs-macos CI errors
2023-07-23 liweifix: torrent file real time completed bytes
2023-07-23 Matt JoinerGet go-libutp fix for go1.21
2023-07-09 liweifix: udp tracker panic
2023-07-09 guoguangwuchore: remove refs to deprecated io/ioutil
2023-07-09 guoguangwuchore: unnecessary use of fmt.Sprintf
2023-06-27 Matt JoinerAdd sqlite storage build conditions to sqlite storage...
2023-06-26 Matt JoinerFix error unmarshalling bad metainfo nodes field
next