apt @VERSION@
Classes

acquire-item.h File Reference

#include <apt-pkg/acquire.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>
#include <apt-pkg/hashes.h>
#include <apt-pkg/weakptr.h>

Go to the source code of this file.

Classes

class  pkgAcquire::Item
 Represents the process by which a pkgAcquire object should {{{ retrieve a file or a collection of files. More...
struct  DiffInfo
 Information about an index patch (aka diff). More...
class  pkgAcqSubIndex
 An item that is responsible for fetching a SubIndex {{{. 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  pkgAcqIndexDiffs
 An item that is responsible for fetching all the patches {{{ that need to be applied to a given package index file. More...
class  pkgAcqIndex
 An acquire item that is responsible for fetching an index {{{ file (e.g., Packages or Sources). More...
class  pkgAcqIndexTrans
 An acquire item that is responsible for fetching a {{{ translated index file. More...
struct  IndexTarget
 Information about an index file. More...
struct  OptionalIndexTarget
 Information about an optional index file. 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  pkgAcqMetaIndex
 An item that is responsible for downloading the meta-index {{{ file (i.e., Release) itself and verifying its signature. More...
class  pkgAcqMetaClearSig
 An item repsonsible for downloading clearsigned metaindexes {{{. More...
class  pkgAcqArchive
 An item that is responsible for fetching a package file. {{{. More...
class  pkgAcqFile
 Retrieve an arbitrary file to the current directory. {{{. More...

Detailed Description