]> Sergey Matveev's repositories - btrtrc.git/log
btrtrc.git
10 months agoRearrange the workspaces in tests
Matt Joiner [Wed, 26 Jun 2024 13:37:24 +0000 (23:37 +1000)]
Rearrange the workspaces in tests

10 months agoImprove some pointer stuff around worseConnInput
Matt Joiner [Wed, 26 Jun 2024 10:43:46 +0000 (20:43 +1000)]
Improve some pointer stuff around worseConnInput

10 months agoCorrectly hash hybrid torrents with trailing v1 padding file v1.56.1
Matt Joiner [Tue, 11 Jun 2024 06:21:04 +0000 (16:21 +1000)]
Correctly hash hybrid torrents with trailing v1 padding file

Fixes #949.

10 months agoUpdate possum dep v1.56.0
Matt Joiner [Mon, 3 Jun 2024 03:43:31 +0000 (13:43 +1000)]
Update possum dep

10 months agopossum: Use MovePrefix for completed chunks
Matt Joiner [Sat, 9 Mar 2024 06:36:22 +0000 (17:36 +1100)]
possum: Use MovePrefix for completed chunks

11 months agoclone func used since go 1.21 (#947)
ucwong [Thu, 30 May 2024 23:16:37 +0000 (00:16 +0100)]
clone func used since go 1.21 (#947)

11 months agoadd Torrent.ModifyTrackers() func (#945)
ucwong [Sun, 26 May 2024 11:47:04 +0000 (12:47 +0100)]
add Torrent.ModifyTrackers() func (#945)

* add ClearTrackers() func

* add stop channel for each announcer

* add stop once avoid multi close

* use waitgroup to stop ann

11 months agofix: upnp clear loop trap (#946)
Levi [Sun, 26 May 2024 11:38:54 +0000 (19:38 +0800)]
fix: upnp clear loop trap (#946)

11 months ago--- (#941)
dependabot[bot] [Fri, 24 May 2024 03:30:20 +0000 (13:30 +1000)]
--- (#941)

updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months agofix: clear UPNP port mappings when client close (#942)
Levi [Fri, 24 May 2024 03:29:40 +0000 (11:29 +0800)]
fix: clear UPNP port mappings when client close (#942)

* fix: clear UPNP port mappings when client close

* fix: go mod sum

11 months agoAdd type updateRequestReason and comments
Matt Joiner [Fri, 3 May 2024 03:46:35 +0000 (13:46 +1000)]
Add type updateRequestReason and comments

11 months agoAdded comments and variables instead of raw reason strings
Mark Holt [Mon, 29 Apr 2024 21:05:49 +0000 (22:05 +0100)]
Added comments and variables instead of raw reason strings

11 months agoAdd Toru to downstream projects
Matt Joiner [Fri, 3 May 2024 03:30:37 +0000 (13:30 +1000)]
Add Toru to downstream projects

12 months agosteal stability
Mark Holt [Sat, 20 Apr 2024 07:17:09 +0000 (08:17 +0100)]
steal stability

12 months agofile.Flush() (#937)
Alex Sharov [Fri, 26 Apr 2024 06:51:39 +0000 (13:51 +0700)]
file.Flush() (#937)

12 months agoMerge pull request #936 from anacrolix/ci_up
Alex Sharov [Thu, 25 Apr 2024 07:23:58 +0000 (14:23 +0700)]
Merge pull request #936 from anacrolix/ci_up

CI: upgrade `actions/checkout`

12 months agoMerge pull request #935 from anacrolix/dependabot/go_modules/tests/issue-930/golang...
Alex Sharov [Thu, 25 Apr 2024 06:03:20 +0000 (13:03 +0700)]
Merge pull request #935 from anacrolix/dependabot/go_modules/tests/issue-930/golang.org/x/net-0.23.0

Bump golang.org/x/net from 0.10.0 to 0.23.0 in /tests/issue-930

12 months agosave
alex.sharov [Thu, 25 Apr 2024 05:56:29 +0000 (12:56 +0700)]
save

12 months agoOptimize memory usage by avoiding intermediate buffer in message serialization (...
Luo Zhengjie [Thu, 25 Apr 2024 05:19:54 +0000 (13:19 +0800)]
Optimize memory usage by avoiding intermediate buffer in message serialization (#928)

* Optimize memory usage by avoiding intermediate buffer in message serialization

This commit replaces the use of an intermediate buffer in the message serialization process with a direct write-to-buffer approach. The original implementation used MustMarshalBinary() which involved an extra memory copy to an intermediate buffer before writing to the final writeBuffer, leading to high memory consumption for large messages. The new WriteTo function writes message data directly to the writeBuffer, significantly reducing memory overhead and CPU time spent on garbage collection.

* add benchmark for write

* benchmark for 1M/4M/8M

* Tidy up new benchmarks

* Maintain older payload write implementation

---------

Co-authored-by: luozhengjie.lzj <luozhengjie.lzj@alibaba-inc.com>
Co-authored-by: Matt Joiner <anacrolix@gmail.com>
12 months agoPull zig cross compile fixes for go-llsqlite/crawshaw
Matt Joiner [Thu, 25 Apr 2024 03:54:37 +0000 (13:54 +1000)]
Pull zig cross compile fixes for go-llsqlite/crawshaw

12 months agoBump golang.org/x/net from 0.10.0 to 0.23.0 in /tests/issue-930
dependabot[bot] [Thu, 25 Apr 2024 03:52:23 +0000 (03:52 +0000)]
Bump golang.org/x/net from 0.10.0 to 0.23.0 in /tests/issue-930

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoAdd envpprof to issue-930 test
Matt Joiner [Sat, 20 Apr 2024 00:56:59 +0000 (10:56 +1000)]
Add envpprof to issue-930 test

12 months agoAdd issue-930 demo
Matt Joiner [Fri, 19 Apr 2024 23:58:11 +0000 (09:58 +1000)]
Add issue-930 demo

12 months agoMerge pull request #933 from erigontech/body_close_simplify
Alex Sharov [Wed, 24 Apr 2024 09:12:43 +0000 (16:12 +0700)]
Merge pull request #933 from erigontech/body_close_simplify

Webseed Client - Close body in same go routine as request

12 months agoclose body in same go routine as request
Mark Holt [Sun, 21 Apr 2024 10:49:49 +0000 (11:49 +0100)]
close body in same go routine as request

12 months agoRemove unused pendingRequests
Matt Joiner [Fri, 19 Apr 2024 23:32:52 +0000 (09:32 +1000)]
Remove unused pendingRequests

Includes a large global allocation that we don't need.

https://github.com/anacrolix/torrent/issues/930#issuecomment-2066055987

12 months agoAdd Mangayomi to downstream projects
Matt Joiner [Fri, 19 Apr 2024 23:25:12 +0000 (09:25 +1000)]
Add Mangayomi to downstream projects

https://github.com/anacrolix/torrent/issues/929#issuecomment-2067389032

12 months agoBump golang.org/x/net from 0.10.0 to 0.23.0 (#931)
dependabot[bot] [Fri, 19 Apr 2024 23:10:04 +0000 (09:10 +1000)]
Bump golang.org/x/net from 0.10.0 to 0.23.0 (#931)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 months agoremove code repetition (#926)
Marco Vidonis [Thu, 4 Apr 2024 01:29:22 +0000 (02:29 +0100)]
remove code repetition (#926)

12 months agoSome fixes to tests/issue-798 main
Matt Joiner [Tue, 2 Apr 2024 07:22:05 +0000 (18:22 +1100)]
Some fixes to tests/issue-798 main

12 months agoDon't starve unverified bytes limit on unrequestable pieces
Matt Joiner [Tue, 2 Apr 2024 07:30:19 +0000 (18:30 +1100)]
Don't starve unverified bytes limit on unrequestable pieces

Solves issue described at https://github.com/anacrolix/torrent/discussions/916#discussioncomment-8970828.

12 months agoDon't starve unverified bytes limit on unrequestable pieces
Matt Joiner [Tue, 2 Apr 2024 07:21:22 +0000 (18:21 +1100)]
Don't starve unverified bytes limit on unrequestable pieces

12 months agoupdates test
Aritra Basu [Thu, 28 Mar 2024 09:27:33 +0000 (14:57 +0530)]
updates test

12 months agoAdd TestWebseedPartialSeed
Matt Joiner [Fri, 22 Mar 2024 04:27:30 +0000 (15:27 +1100)]
Add TestWebseedPartialSeed

12 months agoUse Option with request piece states cache
Matt Joiner [Tue, 2 Apr 2024 03:02:48 +0000 (14:02 +1100)]
Use Option with request piece states cache

12 months agoTidy up GetRequestablePieces variables
Matt Joiner [Tue, 2 Apr 2024 02:06:10 +0000 (13:06 +1100)]
Tidy up GetRequestablePieces variables

13 months agoSupport ICE servers auth (#920)
Marco Vidonis [Tue, 26 Mar 2024 09:42:08 +0000 (09:42 +0000)]
Support ICE servers auth (#920)

* change ICEServers type in config to Pion-defined type
This allows specifying credentials for access to servers,
in particular TURN servers.

* add legacy support for ICEServers as []string

13 months agoFix data race setting v2 piece hash
Matt Joiner [Mon, 25 Mar 2024 02:35:53 +0000 (13:35 +1100)]
Fix data race setting v2 piece hash

13 months agoSupport v2 hashes on files that don't have piece layers
Matt Joiner [Mon, 25 Mar 2024 02:35:35 +0000 (13:35 +1100)]
Support v2 hashes on files that don't have piece layers

13 months agocmd/torrent2: Add merkle subcommand
Matt Joiner [Mon, 25 Mar 2024 02:33:15 +0000 (13:33 +1100)]
cmd/torrent2: Add merkle subcommand

13 months agocmd/torrent metainfo magnet: Support v2 torrents
Matt Joiner [Mon, 25 Mar 2024 02:32:46 +0000 (13:32 +1100)]
cmd/torrent metainfo magnet: Support v2 torrents

13 months agoPad v1 piece hashes for v2 files
Matt Joiner [Sun, 24 Mar 2024 10:55:30 +0000 (21:55 +1100)]
Pad v1 piece hashes for v2 files

13 months agoAdd Jipok/torrent-webdav to README
Matt Joiner [Sun, 24 Mar 2024 00:02:16 +0000 (11:02 +1100)]
Add Jipok/torrent-webdav to README

Fixes https://github.com/anacrolix/torrent/issues/917.

13 months agoTorrent.AddPieceLayers: Fix data race
Matt Joiner [Fri, 22 Mar 2024 04:22:56 +0000 (15:22 +1100)]
Torrent.AddPieceLayers: Fix data race

13 months agoFix deadlocking panic when checking for v2 upgrade when receiving handshake
Matt Joiner [Fri, 22 Mar 2024 04:22:30 +0000 (15:22 +1100)]
Fix deadlocking panic when checking for v2 upgrade when receiving handshake

13 months agoSome logging improvements
Matt Joiner [Thu, 21 Mar 2024 23:51:35 +0000 (10:51 +1100)]
Some logging improvements

13 months agoSeparate some long lines
Matt Joiner [Thu, 21 Mar 2024 23:41:22 +0000 (10:41 +1100)]
Separate some long lines

13 months agoDocument use of the ExtensionBitV2Upgrade reserved bit
Matt Joiner [Thu, 21 Mar 2024 21:15:37 +0000 (08:15 +1100)]
Document use of the ExtensionBitV2Upgrade reserved bit

13 months agoUpdate PiecePriority
Matt Joiner [Thu, 21 Mar 2024 21:15:10 +0000 (08:15 +1100)]
Update PiecePriority

13 months agoImprove some internal piece priority naming
Matt Joiner [Wed, 20 Mar 2024 03:39:06 +0000 (14:39 +1100)]
Improve some internal piece priority naming

13 months agoExport PiecePriority
Matt Joiner [Wed, 20 Mar 2024 03:37:48 +0000 (14:37 +1100)]
Export PiecePriority

It's used in some public methods already anyway, so it was a mistake.

13 months agoFix downloading occurring without piece priority
Matt Joiner [Wed, 20 Mar 2024 03:26:34 +0000 (14:26 +1100)]
Fix downloading occurring without piece priority

13 months agoUpdate piece completion after setting v2 hash
Matt Joiner [Wed, 20 Mar 2024 03:03:33 +0000 (14:03 +1100)]
Update piece completion after setting v2 hash

13 months agoVerify piece layers while adding
Matt Joiner [Wed, 20 Mar 2024 03:03:22 +0000 (14:03 +1100)]
Verify piece layers while adding

13 months agoInclude piece layers in dynamically generated metainfo
Matt Joiner [Wed, 20 Mar 2024 03:02:41 +0000 (14:02 +1100)]
Include piece layers in dynamically generated metainfo

13 months agoImprove handling of v2 hashes
Matt Joiner [Wed, 20 Mar 2024 01:34:35 +0000 (12:34 +1100)]
Improve handling of v2 hashes

13 months agoFix up some logging
Matt Joiner [Wed, 20 Mar 2024 01:06:12 +0000 (12:06 +1100)]
Fix up some logging

13 months agoTrack v2 state in peer conn
Matt Joiner [Tue, 19 Mar 2024 04:21:48 +0000 (15:21 +1100)]
Track v2 state in peer conn

13 months agoSend v2 upgrade bit
Matt Joiner [Tue, 19 Mar 2024 04:20:54 +0000 (15:20 +1100)]
Send v2 upgrade bit

13 months agoDocument preference for metainfo.FileInfo.PathUtf8
Matt Joiner [Mon, 18 Mar 2024 05:09:01 +0000 (16:09 +1100)]
Document preference for metainfo.FileInfo.PathUtf8

13 months agofix: can not download invalid utf8 name with BestName and BestPath (#915)
Evrins Hu [Mon, 18 Mar 2024 05:15:40 +0000 (13:15 +0800)]
fix: can not download invalid utf8 name with BestName and BestPath (#915)

13 months agoDon't reinit gotMetainfoC when invalidating metadata
Matt Joiner [Mon, 18 Mar 2024 04:48:48 +0000 (15:48 +1100)]
Don't reinit gotMetainfoC when invalidating metadata

Fixes a data race.

13 months agoUpgrade anacrolix/squirrel away from bad version
Matt Joiner [Sat, 9 Mar 2024 23:41:04 +0000 (10:41 +1100)]
Upgrade anacrolix/squirrel away from bad version

13 months agoFix benchmark failures
Matt Joiner [Sat, 9 Mar 2024 23:39:27 +0000 (10:39 +1100)]
Fix benchmark failures

13 months agoAdd PrefixDeleter support to ResourcePieces storage
Matt Joiner [Sat, 9 Mar 2024 23:29:05 +0000 (10:29 +1100)]
Add PrefixDeleter support to ResourcePieces storage

13 months agoNote about speeding possum storage up
Matt Joiner [Fri, 8 Mar 2024 05:59:16 +0000 (16:59 +1100)]
Note about speeding possum storage up

13 months agoSome tweaks for v1 and v2 short infohash handling
Matt Joiner [Wed, 6 Mar 2024 12:04:31 +0000 (23:04 +1100)]
Some tweaks for v1 and v2 short infohash handling

13 months agoTidy up
Matt Joiner [Wed, 6 Mar 2024 11:50:03 +0000 (22:50 +1100)]
Tidy up

13 months agoStorages that use piece hashes would panic with pure v2 torrents
Matt Joiner [Wed, 6 Mar 2024 11:49:48 +0000 (22:49 +1100)]
Storages that use piece hashes would panic with pure v2 torrents

13 months agoDon't close connection if they send unhandled BitTorrent v2 message
Matt Joiner [Wed, 6 Mar 2024 11:43:25 +0000 (22:43 +1100)]
Don't close connection if they send unhandled BitTorrent v2 message

13 months agoHandle v2 Torrents added by short infohash only
Matt Joiner [Wed, 6 Mar 2024 07:12:49 +0000 (18:12 +1100)]
Handle v2 Torrents added by short infohash only

13 months agoMerge branch 'bittorrent-v2'
Matt Joiner [Tue, 5 Mar 2024 07:13:45 +0000 (18:13 +1100)]
Merge branch 'bittorrent-v2'

13 months agoAdd seeder and files for issue #908
Matt Joiner [Thu, 29 Feb 2024 05:08:05 +0000 (16:08 +1100)]
Add seeder and files for issue #908

13 months agoUse UpvertedFiles instead of raw Info.Files in a few places
Matt Joiner [Mon, 4 Mar 2024 05:01:22 +0000 (16:01 +1100)]
Use UpvertedFiles instead of raw Info.Files in a few places

13 months agoAdd a timeout to fs tests in CI
Matt Joiner [Mon, 4 Mar 2024 05:00:47 +0000 (16:00 +1100)]
Add a timeout to fs tests in CI

13 months agoImprove segment handling for discontiguous extents
Matt Joiner [Sat, 2 Mar 2024 02:00:28 +0000 (13:00 +1100)]
Improve segment handling for discontiguous extents

13 months agoFix file storage segments for v2 torrents
Matt Joiner [Fri, 1 Mar 2024 12:54:56 +0000 (23:54 +1100)]
Fix file storage segments for v2 torrents

13 months agoMisc improvements
Matt Joiner [Fri, 1 Mar 2024 12:40:05 +0000 (23:40 +1100)]
Misc improvements

13 months agoImplement reading piece hashes from peers
Matt Joiner [Fri, 1 Mar 2024 03:42:22 +0000 (14:42 +1100)]
Implement reading piece hashes from peers

13 months agoImplement decoding hash request, reject and hashes
Matt Joiner [Fri, 1 Mar 2024 03:22:41 +0000 (14:22 +1100)]
Implement decoding hash request, reject and hashes

13 months agoSend hash requests for missing v2 hashes
Matt Joiner [Thu, 29 Feb 2024 13:11:13 +0000 (00:11 +1100)]
Send hash requests for missing v2 hashes

13 months agoAnnounce to both v1 and v2 swarms
Matt Joiner [Wed, 28 Feb 2024 08:19:16 +0000 (19:19 +1100)]
Announce to both v1 and v2 swarms

13 months agoFix metainfo.Piece.Length for v2 torrents
Matt Joiner [Tue, 27 Feb 2024 13:15:40 +0000 (00:15 +1100)]
Fix metainfo.Piece.Length for v2 torrents

13 months agoWarn on unhandled v2 protocol messages
Matt Joiner [Tue, 27 Feb 2024 12:31:43 +0000 (23:31 +1100)]
Warn on unhandled v2 protocol messages

13 months agov2 torrent piece hashing
Matt Joiner [Tue, 27 Feb 2024 12:31:29 +0000 (23:31 +1100)]
v2 torrent piece hashing

13 months agoGet infohash selection working when adding v2 torrents
Matt Joiner [Tue, 27 Feb 2024 12:30:53 +0000 (23:30 +1100)]
Get infohash selection working when adding v2 torrents

14 months agoMerkle hashing and v2 file handling
Matt Joiner [Mon, 26 Feb 2024 06:35:14 +0000 (17:35 +1100)]
Merkle hashing and v2 file handling

14 months agoAdd BEP 47 extended file attributes fields
Matt Joiner [Sun, 25 Feb 2024 22:28:58 +0000 (09:28 +1100)]
Add BEP 47 extended file attributes fields

14 months agoAdd MagnetV2 and infohash_v2
Matt Joiner [Tue, 27 Feb 2024 00:06:17 +0000 (11:06 +1100)]
Add MagnetV2 and infohash_v2

14 months agoCI: Just build on 386 v1.55.0
Matt Joiner [Wed, 28 Feb 2024 04:53:03 +0000 (15:53 +1100)]
CI: Just build on 386

14 months agocmd/torrent download: Handle interrupt when linear discarding
Matt Joiner [Tue, 27 Feb 2024 12:22:07 +0000 (23:22 +1100)]
cmd/torrent download: Handle interrupt when linear discarding

14 months agocmd/torrent download: Propagate write errors
Matt Joiner [Wed, 28 Feb 2024 04:47:31 +0000 (15:47 +1100)]
cmd/torrent download: Propagate write errors

14 months agocmd/torrent: Remove stutter in error message
Matt Joiner [Wed, 28 Feb 2024 04:46:41 +0000 (15:46 +1100)]
cmd/torrent: Remove stutter in error message

14 months agoRemove unused Torrent.fileIndex
Matt Joiner [Tue, 27 Feb 2024 13:15:14 +0000 (00:15 +1100)]
Remove unused Torrent.fileIndex

14 months agoCache sqlite storage capacity for a short while
Matt Joiner [Tue, 27 Feb 2024 06:28:13 +0000 (17:28 +1100)]
Cache sqlite storage capacity for a short while

14 months agoAdd timeout to Go CI test
Matt Joiner [Tue, 27 Feb 2024 06:47:11 +0000 (17:47 +1100)]
Add timeout to Go CI test

14 months agogorond
Matt Joiner [Tue, 27 Feb 2024 06:29:17 +0000 (17:29 +1100)]
gorond

14 months agoFilter out possum without making it a separate module
Matt Joiner [Tue, 27 Feb 2024 00:16:51 +0000 (11:16 +1100)]
Filter out possum without making it a separate module

14 months agoBump google.golang.org/grpc from 1.46.2 to 1.56.3
dependabot[bot] [Tue, 27 Feb 2024 02:15:52 +0000 (02:15 +0000)]
Bump google.golang.org/grpc from 1.46.2 to 1.56.3

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.2 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.46.2...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
14 months agoUse Go 1.22 in CI
Matt Joiner [Mon, 26 Feb 2024 11:36:44 +0000 (22:36 +1100)]
Use Go 1.22 in CI