-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major Bug fixes was done, it is as follows.
* Fixed stalled updater after error in the updater due to network issues. * Fixed huge memory leaks, (i.e) Allocation of Block Replies were never freed by the program and were given the work to Qt and the operating system. Now we explicitly and safely delete all memory we allocate, Still there is a minor leak which needs to be fixed on the next release. * Fixed stalled updater on close of the progress dialog on a active update. (i.e) When the updater dialog was simply closed using the window buttons, The updater does not cancel itself. Instead it would continue the update in background. * Better handling of the redirected target file url. In the past errors were caused due to expired target file urls. THis is fixed now by resolving the redirects at the block range downloader and not the control file parser. * Other small fixes and added type safety when using QObject::sender()
- Loading branch information
Showing
37 changed files
with
1,217 additions
and
1,046 deletions.
There are no files selected for viewing
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.