summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2012-04-22aptcc: Create a PkgList class to provide convience methods and remove uneeded...Daniel Nicoletti11-71/+156
2012-04-22aptcc: Cleanup includesDaniel Nicoletti20-155/+135
2012-04-22aptcc: Add a new class to show cache openning progressDaniel Nicoletti4-5/+99
2012-04-22aptcc: Fix possible crash as PkBackend was not initedDaniel Nicoletti2-1/+4
2012-04-20aptcc: Avoid crashing when error messages containing invalid utf8 is sentDaniel Nicoletti4-14/+17
2012-04-19aptcc: separate the try install/remove functionsDaniel Nicoletti2-37/+33
2012-04-19aptcc: change the way we mark auto-installed packagesDaniel Nicoletti2-9/+7
2012-04-19aptcc: Use _exit() to quit the child process as synaptic doesDaniel Nicoletti1-4/+5
2012-04-19aptcc: possibly fix "hang" on the end of DoInstall()Daniel Nicoletti1-2/+1
2012-04-19aptcc: Fix symbol failureDaniel Nicoletti1-1/+1
2012-04-19aptcc: use const_iterators to avoid mistakesDaniel Nicoletti4-26/+26
2012-04-18aptcc: we are not apt-get so remove "APT::Get::*" confsDaniel Nicoletti1-52/+11
2012-04-18aptcc: Emit UnfinishedTransaction when we were not able to fix the cacheDaniel Nicoletti3-19/+15
2012-04-18aptcc: remove a code duplication and emit proper RestartRequired signalDaniel Nicoletti5-264/+336
2012-04-18aptcc: Add SimulateRepairSystem and RepairSystem methods, and update the feat...Daniel Nicoletti5-37/+58
2012-04-17zypp: build pool before resolvingVincent Untz1-2/+2
2012-04-17zypp: Do not set a PACKAGE_NOT_FOUND error when resolving packagesVincent Untz1-6/+0
2012-04-17aptcc: Fix supported filterDaniel Nicoletti2-17/+22
2012-04-17aptcc: Fix a few mem leaksDaniel Nicoletti1-0/+5
2012-04-17aptcc: Move cache related functions to pkgCacheFile subclassDaniel Nicoletti7-195/+175
2012-04-17aptcc: Make direct use of cache->FindPkgDaniel Nicoletti3-51/+22
2012-04-17aptcc: Make sure we discard errors when closing the cacheDaniel Nicoletti2-9/+7
2012-04-16aptcc: Move ShowBroken to AptCacheFile, and added CheckDeps from apt-getDaniel Nicoletti7-151/+226
2012-04-16aptcc: A few more fixes aptcc does not crash anymore but it sort of start fai...Daniel Nicoletti4-20/+40
2012-04-16aptcc: Improve classes readability, and fix a crash caused by an invalid packageDaniel Nicoletti4-230/+277
2012-04-15aptcc: Forgot to return the package foundDaniel Nicoletti3-14/+27
2012-04-15Merge branch 'master' of gitorious.org:packagekit/packagekitDaniel Nicoletti1-1/+1
2012-04-15aptcc: Make sure BuildPolicy is called when getting the dep cacheDaniel Nicoletti2-5/+7
2012-04-15aptcc: Correctly emit if a repo is enabledMatthias Klumpp1-1/+1
2012-04-15aptcc: Refactored to use AptCacheFileDaniel Nicoletti7-456/+461
2012-04-15aptcc: Add AptCacheFile to handle all pkg cache openingsDaniel Nicoletti6-67/+164
2012-04-15aptcc: Fix SUPPORTED check and component-finding codeMatthias Klumpp2-28/+31
2012-04-15aptcc: When on multiarch some packages that should have the :arch appended to...Daniel Nicoletti1-0/+6
2012-04-14aptcc: Don't emit error if repo is emptyMatthias Klumpp4-10/+27
2012-04-14aptcc: Implement SUPPORTED supportMatthias Klumpp3-9/+53
2012-04-14trivial: Correct mistakes from previous commitMatthias Klumpp2-5/+5
2012-04-14aptcc: Simplify code for checking trusted packagesMatthias Klumpp2-16/+18
2012-04-14aptcc: Don't emit untrusted packages when we are not simulatingDaniel Nicoletti2-6/+6
2012-04-14aptcc: Fix INSTALLED filterDaniel Nicoletti2-9/+9
2012-04-14aptcc: Managed to get rid of pair container it should become faster but needs...Daniel Nicoletti7-181/+173
2012-04-14aptcc: Emit packages that are untrusted with the PK_INFO_ENUM_UNTRUSTED enumDaniel Nicoletti3-8/+24
2012-04-14aptcc: Improve the autoremove code to don't spin if disabled, move the simula...Daniel Nicoletti6-130/+56
2012-04-13aptcc: Reident the code and re-enforce KDElibs coding styleDaniel Nicoletti18-3896/+3810
2012-04-13aptcc: make more use of the typedef to improve readablilityDaniel Nicoletti5-450/+362
2012-04-13aptcc: Fix resolving of gdebi packages when they have :arch fieldDaniel Nicoletti2-9/+138
2012-04-06entropy: add support to ConfigurationUpdatesFabio Erculiani1-5/+13
2012-04-05aptcc: Emit newly-installed local package informationMatthias Klumpp3-2/+29
2012-04-02yum: Convert all instances of Message(untrusted-package) to Package(untrusted)Richard Hughes1-6/+3
2012-04-02zif: Do not use Message(untrusted-package)Richard Hughes1-7/+0
2012-04-02aptcc: Do not use Message(untrusted-package)Richard Hughes1-1/+2