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