#include <apt-pkg/acquire.h>
#include <apt-pkg/hashes.h>
#include <apt-pkg/weakptr.h>
#include <apt-pkg/pkgcache.h>
#include <apt-pkg/indexfile.h>
#include <apt-pkg/vendor.h>
#include <apt-pkg/sourcelist.h>
#include <apt-pkg/pkgrecords.h>
#include <apt-pkg/indexrecords.h>
Classes | |
struct | DiffInfo |
Information about an index patch (aka diff). More... | |
class | IndexTarget |
Information about an index file. More... | |
class | OptionalIndexTarget |
Information about an optional index file. More... | |
class | OptionalSubIndexTarget |
Information about an subindex index file. More... | |
class | pkgAcqArchive |
An item that is responsible for fetching a package file. More... | |
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 | pkgAcqFile |
Retrieve an arbitrary file to the current directory. More... | |
class | pkgAcqIndex |
An acquire item that is responsible for fetching an index {{{ file (e.g., Packages or Sources). More... | |
class | pkgAcqIndexDiffs |
An item that is responsible for fetching all the patches {{{ that need to be applied to a given package index file. More... | |
class | pkgAcqIndexTrans |
An acquire item that is responsible for fetching a {{{ translated index file. More... | |
class | pkgAcqMetaClearSig |
An item repsonsible for downloading clearsigned metaindexes {{{. 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 | pkgAcqSubIndex |
An item that is responsible for fetching a SubIndex {{{. More... | |
class | pkgAcquire::Item |
Represents the process by which a pkgAcquire object should {{{ retrieve a file or a collection of files. More... | |
class | SubIndexTarget |
Information about an subindex index file. More... | |