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

Update Aria2 to 1.36.0 #1

Open
wants to merge 75 commits into
base: master
Choose a base branch
from
Open

Conversation

149segolte
Copy link

No description provided.

tcely and others added 30 commits May 13, 2018 09:11
remove comment about missing multi target
gnutls: Fix bug that commonName is always empty
Patch from Sergey Matveev
Don't send Accept Metalink header if Metalink is disabled
Remove linux getrandom and use C++ stdlib instead
Platform: Fix compilation without deprecated OpenSSL APIs
tatsuhiro-t and others added 29 commits October 6, 2019 10:48
This commit resets sessionDownloadLength and sessionUploadLength when
a download restarted (including unpause RPC method).

Fixes aria2#1486
Reset sessionDownloadLength and sessionUploadLength on download start
Otherwise, some pieces may be marked as finished in the control file
though they have not yet been written to the storage file.

This should prevent data loss and corruption when resuming downloads
after an app crash.

Signed-off-by: Ali MJ Al-Nasrawy <[email protected]>
This ensures that pieces are physically written to disk before
marking them as finished in the control file.

This should prevent data loss and corruption when resuming downloads
after a system crash.

Signed-off-by: Ali MJ Al-Nasrawy <[email protected]>
prevent corrupt downloads after app and/or system crash
On some platforms, like with musl libc, time_t may be 64 bit even on
32bit platforms. Fix segfault by convert time_t to 64 bit and use 64bit
format modifier instead of assume time_t is %ld
Updates the make_bash_completion script to Python3.
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.