summaryrefslogtreecommitdiff
path: root/src/common/updates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.