-
Notifications
You must be signed in to change notification settings - Fork 33
Add a torrent from-link subcommand
#511
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
Merged
Merged
Conversation
This file contains hidden or 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
f33956b to
bdb061f
Compare
21043b4 to
d7e6d5e
Compare
atomgardner
commented
Feb 10, 2023
atomgardner
commented
Feb 10, 2023
69aaaf5 to
7f2db2d
Compare
06c5e83 to
715d39f
Compare
715d39f to
ed6bfd6
Compare
9ab89c4 to
2d66bc0
Compare
atomgardner
commented
Jul 31, 2023
2d66bc0 to
fcbb3b3
Compare
atomgardner
commented
Jul 31, 2023
ee0192a to
b73f9a6
Compare
Collaborator
Author
|
One more thing to do before merging:
|
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
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-linksubcommand.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-peerflag, 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.