summaryrefslogtreecommitdiff
path: root/src/common/updates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* updates: mac gui .tar.bz2 -> .dmgselsta2020-06-221-0/+2
|
* updates: fix source code URL on _WIN32selsta2019-11-251-1/+1
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* updates: fix hash sanity checkingmoneromooo-monero2018-08-051-3/+3
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Merge pull request #2922Riccardo Spagni2017-12-251-1/+1
|\ | | | | | | | | a1d44f27 updates: use https for updates (moneromooo-monero) 472a93c8 download: SSL suport (moneromooo-monero)
| * updates: use https for updatesmoneromooo-monero2017-12-141-1/+1
| |
* | move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
|/
* updates: add a special case for "install-" build tags on windowsmoneromooo-monero2017-11-031-1/+1
| | | | Those will have a ".exe" file extension, not .zip.
* updates: add "misc_log_ex.h" for logsmoneromooo-monero2017-08-071-0/+1
|
* updates: fix user/auto url splitmoneromooo-monero2017-02-221-1/+1
|
* updates: remove testnet casemoneromooo-monero2017-02-221-5/+2
| | | | It need not be any different
* updates: we now have a user URL, and an automatic onemoneromooo-monero2017-02-221-2/+2
| | | | So the user can use https, while the automatic does not have to
* updates: add all update serversmoneromooo-monero2017-02-221-0/+4
|
* updates: use HTTP, not HTTPSmoneromooo-monero2017-02-221-1/+1
| | | | The files are hashed and the hashes signed
* updates: use updates host, not downloads, for HTTPmoneromooo-monero2017-02-211-1/+1
|
* Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-201-0/+114
It just checks and prints a message if there is a new version for now.