Skip to content
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

[WIP] implement some API methods #11

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

[WIP] implement some API methods #11

wants to merge 3 commits into from

Conversation

muja
Copy link

@muja muja commented Mar 19, 2018

No description provided.

jbuchbinder pushed a commit to jbuchbinder/uget that referenced this pull request May 20, 2018
File: Put errors in core.File interface to facilitate better handling.
Priorities: don't use math.Nextafter. The use of math.Nextafter turned out to be very flawed for grandchildren requests. Particularly, if request #0 bundles 10 requests uget#1-10, uget#3 of which bundles another 2 requests uget#11-12, this request uget#12 will have the same priority as request uget#4, which of course is not desired. Instead, an equidistant gap should be found between the two sibling requests, however, this requires a lot of work and tracking. The priorities work on a more sophisticated level now, recursing up the ancestry to determine the preceding node.
CLI: Use File#Err() to determine a file error. Additionally, make it clear in the summary if there was a file that has unknown length.
Add documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant