libzypp
11.13.5
|
Classes | |
class | CredentialFileReader |
struct | CredManagerOptions |
struct | AuthDataComparator |
class | CredentialManager |
struct | CurlConfig |
Structure holding values of curlrc options. More... | |
class | MediaAccess |
Handle access to a medium. More... | |
class | MediaAria2c |
Implementation class for FTP, HTTP and HTTPS MediaHandler using an external program (aria2c) to retrive files. More... | |
struct | MediaBlock |
a single block from the blocklist, consisting of an offset and a size More... | |
class | MediaBlockList |
class | MediaCD |
Implementation class for CD/DVD MediaHandler. More... | |
class | MediaCIFS |
Implementation class for CIFS MediaHandler. More... | |
class | MediaCurl |
Implementation class for FTP, HTTP and HTTPS MediaHandler. More... | |
class | MediaDIR |
Implementation class for DIR MediaHandler. More... | |
class | MediaDISK |
Implementation class for DISK MediaHandler. More... | |
class | MediaException |
Just inherits Exception to separate media exceptions. More... | |
class | MediaMountException |
class | MediaUnmountException |
class | MediaBadFilenameException |
class | MediaNotOpenException |
class | MediaFileNotFoundException |
class | MediaWriteException |
class | MediaNotAttachedException |
class | MediaBadAttachPointException |
class | MediaCurlInitException |
class | MediaMetalinkInitException |
class | MediaAria2cInitException |
class | MediaSystemException |
class | MediaNotAFileException |
class | MediaNotADirException |
class | MediaBadUrlException |
class | MediaBadUrlEmptyHostException |
class | MediaBadUrlEmptyFilesystemException |
class | MediaBadUrlEmptyDestinationException |
class | MediaUnsupportedUrlSchemeException |
class | MediaNotSupportedException |
class | MediaCurlException |
class | MediaCurlSetOptException |
class | MediaMetalinkException |
class | MediaMetalinkSetOptException |
class | MediaAria2cException |
class | MediaAria2cSetOptException |
class | MediaNotDesiredException |
class | MediaIsSharedException |
class | MediaNotEjectedException |
class | MediaUnauthorizedException |
class | MediaForbiddenException |
class | MediaTimeoutException |
class | MediaTemporaryProblemException |
For HTTP 503 and similar. More... | |
class | MediaBadCAException |
class | MediaNoLoopDeviceException |
Thrown if /sbin/losetup fails to find an unused loop device for mounting an .iso image. More... | |
class | MediaHandler |
Abstract base class for 'physical' MediaHandler like MediaCD, etc. More... | |
class | MediaISO |
Implementation class for ISO MediaHandler. More... | |
class | MediaManager_Impl |
class | MediaVerifierBase |
Interface to implement a media verifier. More... | |
class | NoVerifier |
Dummy default media verifier, which is always happy. More... | |
class | MediaManager |
Manages access to the 'physical' media, e.g CDROM drives, Disk volumes, directory trees, etc, using Media Access Url's. More... | |
class | multifetchworker |
class | multifetchrequest |
class | MediaMultiCurl |
class | MediaNFS |
Implementation class for NFS MediaHandler. More... | |
class | MediaPlugin |
Implementation class for plugin MediaHandler. More... | |
class | MediaPriority |
Derive a numeric priority from Url scheme according to zypp.conf(download.media_preference). More... | |
class | MediaSource |
Media source internally used by MediaManager and MediaHandler. More... | |
class | AttachPoint |
Attach point of a media source. More... | |
struct | AttachedMedia |
A simple structure containing references to a media source and its attach point. More... | |
class | AuthData |
Class for handling media authentication data. More... | |
class | CurlAuthData |
Curl HTTP authentication data. More... | |
struct | stateswitch |
struct | ml_url |
struct | ml_parsedata |
class | MetaLinkParser |
struct | MountEntry |
A "struct mntent" like mount entry structure, but using std::strings. More... | |
class | Mount |
Interface to the mount program. More... | |
struct | TmpUnsetEnv |
class | ProxyInfoLibproxy |
class | ProxyInfoSysconfig |
class | ProxyInfo |
class | TransferSettings |
Holds transfer setting. More... | |
class | UrlResolverPlugin |
More... | |
class | ZsyncParser |
struct | MediaChangeReport |
struct | DownloadProgressReport |
struct | AuthenticationReport |
Typedefs | |
typedef zypp::RW_pointer < MediaAccess > | MediaAccessRef |
typedef MediaAccessId | MediaId |
typedef unsigned int | MediaNr |
typedef zypp::RW_pointer < MediaVerifierBase > | MediaVerifierRef |
A shared reference to the MediaVerifier implementation. | |
typedef unsigned int | MediaAccessId |
Media manager access Id type. | |
typedef zypp::RW_pointer < MediaSource > | MediaSourceRef |
typedef zypp::RW_pointer < AttachPoint > | AttachPointRef |
typedef shared_ptr< AuthData > | AuthData_Ptr |
typedef shared_ptr< CurlAuthData > | CurlAuthData_Ptr |
Enumerations | |
enum | state { STATE_START, STATE_METALINK, STATE_FILES, STATE_FILE, STATE_M4FILE, STATE_SIZE, STATE_M4SIZE, STATE_VERIFICATION, STATE_HASH, STATE_M4HASH, STATE_PIECES, STATE_M4PIECES, STATE_PHASH, STATE_M4PHASH, STATE_RESOURCES, STATE_URL, STATE_M4URL, NUMSTATES } |
Functions | |
static AuthData_Ptr | findIn (const CredentialManager::CredentialSet &set, const Url &url, url::ViewOption vopt) |
static int | save_creds_in_file (const CredentialManager::CredentialSet creds, const Pathname &file, const mode_t mode) |
std::ostream & | operator<< (std::ostream &str, const MediaAccess &obj) |
void | fillAriaCmdLine (const string &ariaver, const TransferSettings &s, filesystem::TmpPath &credentials, const Url &url, const Pathname &destination, ExternalProgram::Arguments &args) |
comannd line for aria. | |
static size_t | fetchnext (FILE *fp, unsigned char *bp, size_t blksize, size_t pushback, unsigned char *pushbackp) |
std::ostream & | operator<< (std::ostream &str, const MediaBlockList &bl) |
string | getShare (Pathname spath_r) |
Pathname | stripShare (Pathname spath_r) |
void | fillSettingsFromUrl (const Url &url, TransferSettings &s) |
Fills the settings structure using options passed on the url for example ?timeout=x&proxy=foo. | |
void | fillSettingsSystemProxy (const Url &url, TransferSettings &s) |
Reads the system proxy configuration and fills the settings structure proxy information. | |
static const char *const | anonymousIdHeader () |
initialized only once, this gets the anonymous id from the target, which we pass in the http header | |
static const char *const | distributionFlavorHeader () |
initialized only once, this gets the distribution flavor from the target, which we pass in the http header | |
static const char *const | agentString () |
initialized only once, this gets the agent string which also includes the curl version | |
ZYPP_DECLARE_OPERATORS_FOR_FLAGS (MediaCurl::RequestOptions) | |
ostream & | operator<< (ostream &str, const MediaHandler &obj) |
static double | currentTime () |
static bool | env_isset (string name) |
static bool | looks_like_metalink (const Pathname &file) |
std::ostream & | operator<< (std::ostream &str, const AttachPoint &obj) |
std::ostream & | operator<< (std::ostream &str, const AttachedMedia &obj) |
std::ostream & | operator<< (std::ostream &str, const AuthData &auth_data) |
std::ostream & | operator<< (std::ostream &str, const CurlAuthData &auth_data) |
static void XMLCALL | startElement (void *userData, const char *name, const char **atts) |
static void XMLCALL | endElement (void *userData, const char *name) |
static void XMLCALL | characterData (void *userData, const XML_Char *s, int len) |
static const char * | find_attr (const char *txt, const char **atts) |
static int | hexstr2bytes (unsigned char *buf, const char *str, int buflen) |
static bool | urlcmp (const ml_url &a, const ml_url &b) |
std::ostream & | operator<< (std::ostream &str, const MountEntry &obj) |
static pxProxyFactory * | getProxyFactory () |
std::ostream & | operator<< (std::ostream &str, const UrlResolverPlugin &obj) |
Variables | |
static struct stateswitch | stateswitches [] |
Definition at line 36 of file MediaManager.h.
typedef MediaAccessId zypp::media::MediaId |
Definition at line 39 of file MediaManager.h.
typedef unsigned int zypp::media::MediaNr |
Definition at line 40 of file MediaManager.h.
A shared reference to the MediaVerifier implementation.
Definition at line 124 of file MediaManager.h.
typedef unsigned int zypp::media::MediaAccessId |
Media manager access Id type.
Definition at line 29 of file MediaSource.h.
Definition at line 124 of file MediaSource.h.
Definition at line 125 of file MediaSource.h.
typedef shared_ptr<AuthData> zypp::media::AuthData_Ptr |
Definition at line 69 of file MediaUserAuth.h.
typedef shared_ptr<CurlAuthData> zypp::media::CurlAuthData_Ptr |
Definition at line 153 of file MediaUserAuth.h.
enum zypp::media::state |
Definition at line 33 of file MetaLinkParser.cc.
|
static |
Definition at line 179 of file CredentialManager.cc.
|
static |
Definition at line 252 of file CredentialManager.cc.
std::ostream & zypp::media::operator<< | ( | std::ostream & | str, |
const MediaAccess & | obj | ||
) |
Definition at line 519 of file MediaAccess.cc.
void zypp::media::fillAriaCmdLine | ( | const string & | ariaver, |
const TransferSettings & | s, | ||
filesystem::TmpPath & | credentials, | ||
const Url & | url, | ||
const Pathname & | destination, | ||
ExternalProgram::Arguments & | args | ||
) |
comannd line for aria.
The argument list gets passed as reference and it is filled.
Definition at line 88 of file MediaAria2c.cc.
|
static |
Definition at line 249 of file MediaBlockList.cc.
|
inline |
Definition at line 144 of file MediaBlockList.h.
|
inline |
Definition at line 46 of file MediaCIFS.cc.
|
inline |
Definition at line 74 of file MediaCIFS.cc.
void zypp::media::fillSettingsFromUrl | ( | const Url & | url, |
TransferSettings & | s | ||
) |
Fills the settings structure using options passed on the url for example ?timeout=x&proxy=foo.
Definition at line 222 of file MediaCurl.cc.
void zypp::media::fillSettingsSystemProxy | ( | const Url & | url, |
TransferSettings & | s | ||
) |
Reads the system proxy configuration and fills the settings structure proxy information.
Definition at line 342 of file MediaCurl.cc.
|
static |
initialized only once, this gets the anonymous id from the target, which we pass in the http header
Definition at line 370 of file MediaCurl.cc.
|
static |
initialized only once, this gets the distribution flavor from the target, which we pass in the http header
Definition at line 388 of file MediaCurl.cc.
|
static |
initialized only once, this gets the agent string which also includes the curl version
Definition at line 406 of file MediaCurl.cc.
zypp::media::ZYPP_DECLARE_OPERATORS_FOR_FLAGS | ( | MediaCurl::RequestOptions | ) |
ostream& zypp::media::operator<< | ( | ostream & | str, |
const MediaHandler & | obj | ||
) |
Definition at line 1191 of file MediaHandler.cc.
|
static |
Definition at line 170 of file MediaMultiCurl.cc.
|
inlinestatic |
Definition at line 418 of file MediaMultiCurl.cc.
|
static |
Definition at line 1202 of file MediaMultiCurl.cc.
|
related |
Definition at line 18 of file MediaSource.cc.
|
related |
Definition at line 23 of file MediaSource.cc.
std::ostream & zypp::media::operator<< | ( | std::ostream & | str, |
const AuthData & | auth_data | ||
) |
Definition at line 165 of file MediaUserAuth.cc.
std::ostream & zypp::media::operator<< | ( | std::ostream & | str, |
const CurlAuthData & | auth_data | ||
) |
Definition at line 171 of file MediaUserAuth.cc.
|
static |
Definition at line 178 of file MetaLinkParser.cc.
|
static |
Definition at line 316 of file MetaLinkParser.cc.
|
static |
Definition at line 386 of file MetaLinkParser.cc.
|
static |
Definition at line 167 of file MetaLinkParser.cc.
|
static |
Definition at line 291 of file MetaLinkParser.cc.
|
static |
Definition at line 445 of file MetaLinkParser.cc.
|
related |
|
static |
Definition at line 57 of file ProxyInfoLibproxy.cc.
|
related |
Definition at line 92 of file UrlResolverPlugin.cc.
|
static |
Definition at line 61 of file MetaLinkParser.cc.