|
int | zypp::env::ZYPP_MEDIA_CURL_IPRESOLVE () |
| 4/6 to force IPv4/v6 More...
|
|
void | internal::globalInitCurlOnce () |
|
int | internal::log_curl (CURL *curl, curl_infotype info, char *ptr, size_t len, void *max_lvl) |
|
size_t | internal::log_redirects_curl (char *ptr, size_t size, size_t nmemb, void *userdata) |
|
void | internal::fillSettingsFromUrl (const Url &url, media::TransferSettings &s) |
| Fills the settings structure using options passed on the url for example ?timeout=x&proxy=foo. More...
|
|
void | internal::fillSettingsSystemProxy (const Url &url, media::TransferSettings &s) |
| Reads the system proxy configuration and fills the settings structure proxy information. More...
|
|
const char * | internal::anonymousIdHeader () |
| initialized only once, this gets the anonymous id from the target, which we pass in the http header More...
|
|
const char * | internal::distributionFlavorHeader () |
| initialized only once, this gets the distribution flavor from the target, which we pass in the http header More...
|
|
const char * | internal::agentString () |
| initialized only once, this gets the agent string which also includes the curl version More...
|
|
void | internal::curlEscape (std::string &str_r, const char char_r, const std::string &escaped_r) |
|
std::string | internal::curlEscapedPath (std::string path_r) |
|
std::string | internal::curlUnEscape (std::string text_r) |
|
Url | internal::clearQueryString (const Url &url) |
|
zypp::Url | internal::propagateQueryParams (zypp::Url url_r, const zypp::Url &template_r) |
|