summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2010-03-29trivial: add some compat code to zifRichard Hughes1-1/+4
2010-03-17yum: display the location of the config file used when loadingRichard Hughes1-1/+5
2010-03-16yum: use libzif to get the update lists, although disable this until we can l...Richard Hughes8-31/+173
2010-03-16yum: use libzif when doing WhatProvidesRichard Hughes6-16/+253
2010-03-16yum: if we failed to resolve deps in a simulate pass, then don't just return ...Richard Hughes1-8/+8
2010-03-16yum: ensure we can create repomd for empty repos when using libzifRichard Hughes2-8/+37
2010-03-16yum: gently nudge the backend to exit if we're waiting for the lock, rather t...Richard Hughes1-1/+1
2010-03-16yum: ensure we send out the UntrustedPackage message when we simulate install...Richard Hughes1-20/+21
2010-03-15yum: ensure to catch exceptions when we fail to initialize for GetRepoListRichard Hughes1-1/+5
2010-03-12Merge branch 'master' of git+ssh://git.packagekit.org/srv/git/PackageKitScott Parkerson58-123/+20526
2010-03-12conary: fix local variable called before it was set (hurrr)Scott Parkerson1-3/+3
2010-03-12conary: make progress really chattyScott Parkerson1-0/+6
2010-03-12Fix typoScott Parkerson1-1/+2
2010-03-12conary: bring back _do_update, which got whacked accidentlyScott Parkerson1-0/+20
2010-03-12conary: fix details views, more or lessScott Parkerson1-62/+36
2010-03-12conary: make _get_update a bit less spaghetti-ishScott Parkerson1-36/+26
2010-03-12conary: tidy things up a bit in conaryCallbackScott Parkerson1-394/+49
2010-03-12conary: improvements to XMLCache and generateXMLScott Parkerson2-54/+63
2010-03-12conary: instantiate XMLCache only once, avoiding massive memory usageScott Parkerson1-19/+9
2010-03-12conary: refuse to explode on a warning callbackScott Parkerson1-9/+3
2010-03-12conary: refrain from using threaded modeScott Parkerson1-0/+3
2010-03-11yum: enable the libzif code for downloading packagesRichard Hughes22-82/+206
2010-03-11yum: use libzif to download packagesRichard Hughes2-5/+116
2010-03-11yum: when using libzif, quit the spawned backend rather than waiting for it t...Richard Hughes1-0/+3
2010-03-11yum: fix up API usage of get_applicable_notices to prevent an internal errorRichard Hughes1-1/+1
2010-03-11yum: use libzif to refresh the reposRichard Hughes1-2/+79
2010-03-11yum: ignore repos that are not contactable when using libzifRichard Hughes4-187/+181
2010-03-11yum: add an entry UseZif into Yum.conf so admins can change the default settingRichard Hughes2-15/+38
2010-03-11yum: add a Yum.conf configuration file and add the DisabledPlugin key thereRichard Hughes3-1/+31
2010-03-11yum: fix searching by file when using zifRichard Hughes8-41/+46
2010-03-10yum: use more Zif functionality when searching for packagesRichard Hughes34-343/+1592
2010-03-10yum: trivial: bring back the old yum support in place if we ever want to test...Richard Hughes3-4/+241
2010-03-10trivial: make the test-succed backend more useful for debugging racesRichard Hughes1-1/+1
2010-03-10yum: for installed packages, use Zif to get the package detailsRichard Hughes4-23/+136
2010-03-10yum: ensure we inform Zif of the network state so it can download repodata if...Richard Hughes1-8/+57
2010-03-10yum: for installed files, use Zif to get the file listRichard Hughes11-383/+493
2010-03-09yum: trivial: update to the latest upstream version of libzifRichard Hughes20-567/+447
2010-03-09yum: ensure we trigger the GCancellable when we're doing a transaction cancelRichard Hughes1-0/+3
2010-03-09yum: Fix up the LXDE and Moblin groups. Fixes rh#571775Richard Hughes1-1/+1
2010-03-09yum: Use Zif for getting the category listsRichard Hughes5-79/+262
2010-03-09yum: Use Zif for enabling and disabling reposRichard Hughes2-42/+64
2010-03-09yum: Use Zif for getting the repo list (2x speedup)Richard Hughes3-31/+142
2010-03-09yum: get the group list from Zif rather than hardcoding a fixed listRichard Hughes1-24/+16
2010-03-09yum: connect up more Zif helper objects in the yum backendRichard Hughes2-9/+75
2010-03-08trivial: ensure GetDistroUpgrades is run in a thread to prevent blocking the ...Richard Hughes2-9/+19
2010-03-08yum: use Zif to get the list of distro-upgradesRichard Hughes3-95/+254
2010-03-08yum: add the 'Zif' accelerator so we don't have to use yum for small local qu...Richard Hughes52-0/+17852
2010-03-06Merge branch 'master' of git+ssh://git.packagekit.org/srv/git/PackageKitScott Parkerson3-53/+40
2010-03-03entropy: fix up the backend as the filters string is now a list, not a delimi...Fabio Erculiani1-6/+4
2010-03-03smart: convert filters string to arrayAnders F Bjorklund1-6/+3