summaryrefslogtreecommitdiff
path: root/src/pk-backend-job.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-11Fix all compiler warningsMatthias Klumpp1-0/+2
2016-01-28Port to g_autoptr()Richard Hughes1-0/+4
2015-09-23Do not return strdup'd strings from the PkBackendJobRichard Hughes1-8/+8
2014-12-15trivial: Clarify what pk_backend_job_reset() actually doesRichard Hughes1-1/+1
2014-12-11trivial: Remove the unused pk_backend_job_not_implemented_yet()Richard Hughes1-2/+0
2014-09-06Add pk_backend_job_is_cancelled()Richard Hughes1-0/+1
2014-09-05Add pk_backend_job_get_cancellable()Richard Hughes1-0/+1
2014-09-02Remove remaining time reportingRichard Hughes1-1/+0
2014-09-02trivial: Remove PkHintEnumRichard Hughes1-5/+4
2014-02-25Update internal API and backends for Details changeGiovanni Campagna1-0/+1
2013-12-30Remove PkConf and use GKeyFile directlyRichard Hughes1-1/+1
2013-12-04Remove the 'Message' signal from the transaction interfaceRichard Hughes1-6/+0
2013-12-03trivial: Reduce the amount of debugging shown for each transactionRichard Hughes1-1/+1
2013-11-28Deprecate pk_backend_job_message() as the messages are never shown to the userRichard Hughes1-0/+1
2013-06-17Make pk_backend_job_files() accept an array of stringsRichard Hughes1-1/+1
2013-01-22trivial: Use G_GNUC_PRINTF rather than __attribute__ formatRichard Hughes1-2/+2
2013-01-22Use __attribute__ gnu_printf when dealing with varargsRichard Hughes1-2/+4
2012-07-31Add sanity checks for PkBackendJob to check if it is running or notMatthias Klumpp1-0/+3
2012-07-10Check for the finished signal being connected before running each backend methodRichard Hughes1-0/+2
2012-07-09Implement locked-changed in PkBackendJobMatthias Klumpp1-0/+4
2012-07-05Add a status parameter to Transaction::ItemProgress()Richard Hughes1-0/+1
2012-07-05Abstract out a PkBackendJob object for parallel transactionsRichard Hughes1-1/+161
2012-06-21trivial: Add PkBackendJob which will be used in the future for parallel trans...Richard Hughes1-0/+88