|
apt 3.0.3
commandline package manager
|
the manager of a transaction More...
#include <apt-pkg/acquire-item.h>
Public Member Functions | |
| bool | QueueURI (pkgAcquire::ItemDesc &Item) override |
| HashStringList | GetExpectedHashes () const override |
| bool | HashesRequired () const override |
| void | Add (pkgAcqTransactionItem *const I) |
| void | AbortTransaction () |
| bool | TransactionHasError () const |
| void | CommitTransaction () |
| void | TransactionStageCopy (pkgAcqTransactionItem *const I, const std::string &From, const std::string &To) |
| Stage (queue) a copy action when the transaction is committed. | |
| void | TransactionStageRemoval (pkgAcqTransactionItem *const I, const std::string &FinalFile) |
| Stage (queue) a removal action when the transaction is committed. | |
| std::string | GetFinalFilename () const override |
| Get the full pathname of the final file for the current URI. | |
| pkgAcqMetaBase (pkgAcquire *const Owner, pkgAcqMetaClearSig *const TransactionManager, IndexTarget const &DataTarget) APT_NONNULL(2 | |
Public Member Functions inherited from pkgAcqTransactionItem | |
| std::string | DescURI () const override |
| HashStringList | GetExpectedHashes () const override |
| virtual std::string | GetMetaKey () const |
| bool | HashesRequired () const override |
| virtual bool | AcquireByHash () const |
| pkgAcqTransactionItem (pkgAcquire *const Owner, pkgAcqMetaClearSig *const TransactionManager, IndexTarget const &Target) APT_NONNULL(2 | |
Public Attributes | |
| bool | IMSHit |
| TransactionStates | State |
| std::string | BaseURI |
Public Attributes inherited from pkgAcqTransactionItem | |
| IndexTarget const | Target |
| std::string | PartialFile |
| storge name until a transaction is finished | |
| pkgAcqMetaClearSig *const | TransactionManager |
| TransactionManager. | |
Protected Member Functions | |
| bool | CheckDownloadDone (pkgAcqTransactionItem *const I, const std::string &Message, HashStringList const &Hashes) const |
| Called when a file is finished being retrieved. | |
| void | QueueForSignatureVerify (pkgAcqTransactionItem *const I, std::string const &File, std::string const &Signature) |
| Queue the downloaded Signature for verification. | |
| std::string | Custom600Headers () const override |
| bool | CheckAuthDone (std::string const &Message, pkgAcquire::MethodConfig const *const Cnf) |
| Called when authentication succeeded. | |
| bool | CheckStopAuthentication (pkgAcquire::Item *const I, const std::string &Message) |
| bool | VerifyVendor (std::string const &Message) |
| Check that the release file is a release file for the correct distribution. | |
| bool | TransactionState (TransactionStates state) override |
Protected Member Functions inherited from pkgAcqTransactionItem | |
| HashStringList | GetExpectedHashesFor (std::string const &MetaKey) const |
| bool | QueueURI (pkgAcquire::ItemDesc &Item) override |
Protected Attributes | |
| std::vector< pkgAcqTransactionItem * > | Transaction |
| bool | AuthPass |
| If true, the index's signature is currently being verified. | |
Additional Inherited Members | |
Public Types inherited from pkgAcqTransactionItem | |
| enum | TransactionStates { TransactionStarted , TransactionCommit , TransactionAbort } |
the manager of a transaction
|
protected |
Called when authentication succeeded.
Sanity-checks the authenticated file, queues up the individual index files for download, and saves the signature in the lists directory next to the authenticated list file.
| Message | The message block received from the fetch subprocess. |
| Cnf | The method and its configuration which handled the request |
References IndexTarget::Description, GetFinalFilename(), pkgAcqMetaClearSig::MetaIndexParser, pkgAcqMetaClearSig::QueueIndexes(), pkgAcqTransactionItem::TransactionManager, IndexTarget::URI, and VerifyVendor().
|
protected |
Called when a file is finished being retrieved.
If the file was not downloaded to DestFile, a copy process is set up to copy it to DestFile; otherwise, Complete is set to true and the file is moved to its final location.
| Message | The message block received from the fetch subprocess. |
References pkgAcqTransactionItem::TransactionManager.
|
protected |
Check if the current item should fail at this point
Referenced by pkgAcqMetaSig::Failed().
|
overrideprotectedvirtual |
Reimplemented from pkgAcqTransactionItem.
|
protected |
Check that the release file is a release file for the correct distribution.
References GetFinalFilename(), pkgAcquire::Log, pkgAcqMetaClearSig::MetaIndexParser, pkgAcqTransactionItem::PartialFile, pkgAcquireStatus::ReleaseInfoChanges(), pkgAcqTransactionItem::TransactionManager, and IndexTarget::URI.
Referenced by CheckAuthDone(), and pkgAcqMetaSig::Failed().