-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a torrent from-link
subcommand
#511
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atomgardner
force-pushed
the
peer-protocol
branch
from
December 2, 2022 05:34
f33956b
to
bdb061f
Compare
atomgardner
force-pushed
the
peer-protocol
branch
from
February 10, 2023 01:37
21043b4
to
d7e6d5e
Compare
atomgardner
commented
Feb 10, 2023
atomgardner
commented
Feb 10, 2023
atomgardner
force-pushed
the
peer-protocol
branch
from
February 26, 2023 04:47
69aaaf5
to
7f2db2d
Compare
atomgardner
force-pushed
the
peer-protocol
branch
from
May 23, 2023 10:19
06c5e83
to
715d39f
Compare
atomgardner
force-pushed
the
peer-protocol
branch
from
July 28, 2023 04:20
715d39f
to
ed6bfd6
Compare
atomgardner
force-pushed
the
peer-protocol
branch
7 times, most recently
from
July 31, 2023 06:07
9ab89c4
to
2d66bc0
Compare
atomgardner
commented
Jul 31, 2023
atomgardner
force-pushed
the
peer-protocol
branch
from
July 31, 2023 12:13
2d66bc0
to
fcbb3b3
Compare
atomgardner
commented
Jul 31, 2023
atomgardner
force-pushed
the
peer-protocol
branch
3 times, most recently
from
August 1, 2023 01:14
ee0192a
to
b73f9a6
Compare
One more thing to do before merging:
|
atomgardner
force-pushed
the
peer-protocol
branch
from
August 2, 2023 06:54
b73f9a6
to
1a8593e
Compare
atomgardner
commented
Aug 2, 2023
atomgardner
commented
Aug 2, 2023
atomgardner
commented
Aug 2, 2023
atomgardner
commented
Aug 2, 2023
It is now possible to create a torrent file from a magnet link. The search is performed with minimal concurrency, and so may take a while to complete. type: added fixes: casey#255
atomgardner
force-pushed
the
peer-protocol
branch
from
August 2, 2023 07:10
1a8593e
to
6050728
Compare
casey
pushed a commit
that referenced
this pull request
Aug 20, 2023
It is now possible to create a torrent file from a magnet link. The search is performed with minimal concurrency, and so may take a while to complete. type: added - #255
casey
pushed a commit
that referenced
this pull request
Aug 20, 2023
It is now possible to create a torrent file from a magnet link. The search is performed with minimal concurrency, and so may take a while to complete. type: added
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a first cut of the peer protocol and
from-link
subcommand.Would love if you could give it a quick review. It obviously needs more tests.This has tests now. I have local patch that adds a--thread-per-peer
flag, and it speeds things up like 100 fold, but it is extremely hacky.The command now uses
rayon
, and is acceptably quick. It'd be quicker if it pipelined peers from the tracker.