-
Notifications
You must be signed in to change notification settings - Fork 183
Upgrade utilities (Update checker and snapshot downloader/application) #1576
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
jamescowens
merged 35 commits into
gridcoin-community:development
from
iFoggz:UpgradeUtilities
Nov 19, 2019
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6762797
Add back original libzip
iFoggz 743d4ff
Add files to Makefiles
iFoggz fdb7027
Add snapshot and update check code to http.cpp/h
iFoggz 527366a
Add upgrade.cpp/h
iFoggz 3d1e3e9
Add upgradeqt.cpp/h
iFoggz 9c1b042
Add -snapshotdownload option for qt and daemon startup and prep for m…
iFoggz b86a4b5
fixes and tweaks + menu option
iFoggz d128806
No update check/snapshot for TestNet
iFoggz fdd07ab
unsupported download speed fix
iFoggz 58ff706
Add status of size and amount downloaded to progress plus small refactor
iFoggz 0a37e4f
more changes
iFoggz 6eea285
more
iFoggz 2977d49
Support option in client to turn on and off update checks for current…
iFoggz 294d9d2
Minor changes
iFoggz 44ab4b9
Hide options dialog checkbox when running testnet
iFoggz 6fa43f8
Allow -disableupdatecheck to also be an option in gridcoinresearch.co…
iFoggz 08f50b1
resolves comments by cycy and jim owens. few extra changes such as de…
iFoggz 1151bd0
static
iFoggz db509a5
remove excess flushing and shorten spacing
iFoggz 0d9d9f4
some signed changes for zip process
iFoggz 4723b65
Fix directory lock code and whoopsie
iFoggz c44f0e2
Try catch get_str() area and refactor for such, Remove fDisableUpdate…
iFoggz 8ec3d21
Hide snapshot menu option when running testnet. Check for the argumen…
iFoggz 206b2f7
typos
iFoggz 9a25e3b
Initialize libcurl statically for thread-safety
cyrossignol 990bdaa
Merge pull request #6 from cyrossignol/UpgradeUtilities
iFoggz b7ecd4e
use detailed text for changlog
iFoggz 5698813
Refactor update message box
iFoggz fc7da7b
Close LevelDB before installing a snapshot
cyrossignol 2814077
Merge pull request #7 from cyrossignol/UpgradeUtilities
iFoggz d6a7248
rename test to Snapshot
iFoggz c76533e
Catch Upgrade exceptions and guarentee delete of snapshot.zip and Upg…
iFoggz 0fdaaa5
Clear structs in constructor
iFoggz ea2b2c7
Possible fix to windows issue; close file in sha256sum verification f…
iFoggz 0542977
Delete snapshot.zip
iFoggz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,3 @@ endef | |
define $(package)_stage_cmds | ||
$(MAKE) DESTDIR=$($(package)_staging_dir) install | ||
endef | ||
|
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.