Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix md5 hashing for large download files #844

Merged
merged 1 commit into from
Sep 28, 2019
Merged

Fix md5 hashing for large download files #844

merged 1 commit into from
Sep 28, 2019

Commits on Sep 28, 2019

  1. Fix md5 hashing for large download files

    Previously, the md5 hashing was broken for download files larger
    than about 2GB.  This was due to the maximum size of a QByteArray.
    The hashing was broken up into 10MB chunks to correct this issue.
    
    Additionally, a progress bar was added as hashing large files would
    lock up the GUI.
    LostDragonist committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    4fe267b View commit details
    Browse the repository at this point in the history