#include <boost/algorithm/string.hpp>
#include "misc_log_ex.h"
#include "util.h"
#include "dns_utils.h"
#include "updates.h"
Go to the source code of this file.
|
| namespace | tools |
| | Various Tools.
|
|
| bool | tools::check_updates (const std::string &software, const std::string &buildtag, std::string &version, std::string &hash) |
| std::string | tools::get_update_url (const std::string &software, const std::string &subdir, const std::string &buildtag, const std::string &version, bool user) |
◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "updates" |