aboutsummaryrefslogtreecommitdiff
path: root/src/qt/updater.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Cypyrightinson12024-01-271-1/+1
|
* workflows: fix windows build errorreemuru2022-02-191-0/+4
| | | | | | | | | Windows build log has an error message for including winsock2.h and the build fails at the updater.cpp file. Use the MONERO_GUI_STATIC definition for driving the import logic since it is already defined for the docker static build. Co-authored-by: jeffro256 <jeffro256@users.noreply.github.com>
* Merge pull request #2943luigi11112020-06-151-2/+5
|\ | | | | | | ef5d855 openpgp: implement public subkeys support (xiphon)
| * openpgp: implement public subkeys supportxiphon2020-06-101-2/+5
| |
* | updater: use monero tools::sha256sumxiphon2020-06-101-4/+5
|/
* updater: fetch signed hashes from getmonero.org, verify downloadsxiphon2020-04-141-9/+46
|
* '--verify-update', shasum support, OpenPGP signatures verificationxiphon2020-04-121-0/+130