Aktualizr
C++ SOTA Client
Utils Member List

This is the complete list of members for Utils, including all inherited members.

absolutePath(const boost::filesystem::path &root, const boost::filesystem::path &file) (defined in Utils)Utilsstatic
addQuotes(const std::string &value) (defined in Utils)Utilsstatic
copyDir(const boost::filesystem::path &from, const boost::filesystem::path &to) (defined in Utils)Utilsstatic
createDirectories(const boost::filesystem::path &path, mode_t mode) (defined in Utils)Utilsstatic
createSecureDirectory(const boost::filesystem::path &path) (defined in Utils)Utilsstatic
curlDupHandleWrapper(CURL *curl_in, bool using_pkcs11) (defined in Utils)Utilsstatic
extractField(const std::string &in, unsigned int field_id) (defined in Utils)Utilsstatic
fromBase64(std::string base64_string) (defined in Utils)Utilsstatic
genPrettyName() (defined in Utils)Utilsstatic
getCaPath() (defined in Utils)Utilsstatic
getDirEntriesByExt(const boost::filesystem::path &dir_path, const std::string &ext) (defined in Utils)Utilsstatic
getHardwareInfo() (defined in Utils)Utilsstatic
getHostname() (defined in Utils)Utilsstatic
getNetworkInfo() (defined in Utils)Utilsstatic
getStorageRootPath() (defined in Utils)Utilsstatic
getUserAgent() (defined in Utils)Utilsstatic
ipDisplayName(const sockaddr_storage &saddr) (defined in Utils)Utilsstatic
ipGetSockaddr(int fd) (defined in Utils)Utilsstatic
ipPort(const sockaddr_storage &saddr) (defined in Utils)Utilsstatic
jsonToCanonicalStr(const Json::Value &json) (defined in Utils)Utilsstatic
jsonToStr(const Json::Value &json) (defined in Utils)Utilsstatic
parseJSON(const std::string &json_str) (defined in Utils)Utilsstatic
parseJSONFile(const boost::filesystem::path &filename) (defined in Utils)Utilsstatic
randomUuid() (defined in Utils)Utilsstatic
readFile(const boost::filesystem::path &filename, bool trim=false) (defined in Utils)Utilsstatic
readFileFromArchive(std::istream &as, const std::string &filename, bool trim=false) (defined in Utils)Utilsstatic
removeFileFromArchive(const boost::filesystem::path &archive_path, const std::string &filename) (defined in Utils)Utilsstatic
setCaPath(boost::filesystem::path path) (defined in Utils)Utilsstatic
setStorageRootPath(const std::string &storage_root_path) (defined in Utils)Utilsstatic
setUserAgent(std::string user_agent) (defined in Utils)Utilsstatic
shell(const std::string &command, std::string *output, bool include_stderr=false) (defined in Utils)Utilsstatic
stripQuotes(const std::string &value) (defined in Utils)Utilsstatic
toBase64(const std::string &tob64) (defined in Utils)Utilsstatic
urlEncode(const std::string &input) (defined in Utils)Utilsstatic
writeArchive(const std::map< std::string, std::string > &entries, std::ostream &as) (defined in Utils)Utilsstatic
writeFile(const boost::filesystem::path &filename, const char *content, size_t size) (defined in Utils)Utilsstatic
writeFile(const boost::filesystem::path &filename, const std::string &content, bool create_directories=true) (defined in Utils)Utilsstatic
writeFile(const boost::filesystem::path &filename, const Json::Value &content, bool create_directories=true) (defined in Utils)Utilsstatic