|
apt 3.0.3
commandline package manager
|
#include <apt-pkg/acquire.h>#include <apt-pkg/hashes.h>#include <apt-pkg/indexfile.h>#include <apt-pkg/pkgcache.h>#include <apt-pkg/weakptr.h>#include <map>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| struct | pkgAcquire |
| Represents the process by which a pkgAcquire object should retrieve a file or a collection of files. More... | |
| class | pkgAcqTransactionItem |
| baseclass for the indexes files to manage them all together More... | |
| class | pkgAcqMetaBase |
| the manager of a transaction More... | |
| class | pkgAcqMetaIndex |
| An item that is responsible for downloading the meta-index {{{ file (i.e., Release) itself and verifying its signature. More... | |
| class | pkgAcqMetaSig |
| An acquire item that downloads the detached signature {{{ of a meta-index (Release) file, then queues up the release file itself. More... | |
| class | pkgAcqMetaClearSig |
| An item responsible for downloading clearsigned metaindexes {{{. More... | |
| class | pkgAcqBaseIndex |
| Common base class for all classes that deal with fetching indexes {{{. More... | |
| class | pkgAcqIndex |
| An acquire item that is responsible for fetching an index {{{ file (e.g., Packages or Sources). More... | |
| struct | DiffInfo |
| class | pkgAcqDiffIndex |
| An item that is responsible for fetching an index file of {{{ package list diffs and starting the package list's download. More... | |
| class | pkgAcqIndexMergeDiffs |
| An item that is responsible for fetching client-merge patches {{{ that need to be applied to a given package index file. More... | |
| class | pkgAcqIndexDiffs |
| An item that is responsible for fetching server-merge patches {{{ that need to be applied to a given package index file. More... | |
| class | pkgAcqArchive |
| An item that is responsible for fetching a package file. {{{. More... | |
| class | pkgAcqChangelog |
| Retrieve the changelog for the given version {{{. More... | |
| class | pkgAcqFile |
| Retrieve an arbitrary file to the current directory. {{{. More... | |
| class | pkgAcqAuxFile |