summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Release 1.1.11PACKAGEKIT_1_1_11Richard Hughes57-433/+632
2018-09-25pk-command-not-found: trivial: Fix a compiler warningKalev Lember1-0/+1
2018-09-25dnf: Adapt for dnf_package_get_advisories() free func changesKalev Lember1-4/+2
2018-09-23main: Fix critical on idle shutdownKalev Lember1-5/+3
2018-09-21Remove a lot of useless internal gtk-doc headersRichard Hughes38-3121/+0
2018-09-21Never assert when an interactive TTY is not availableRichard Hughes1-2/+3
2018-09-20dnf: Adapt for DnfAdvisory changes in new libdnfKalev Lember1-4/+6
2018-09-12dnf: Avoid using deprecated hy_goal_downgrade_to()Kalev Lember1-7/+3
2018-09-12dnf: trivial: Fix whitespaceKalev Lember1-1/+1
2018-09-12dnf: trivial: Add missing includeKalev Lember1-0/+1
2018-09-11CI: Test Fedora with libdnf backend enabledKalev Lember2-2/+2
2018-09-08aptcc: Fix memory leak when GstMatcher has no matchesDaniel Nicoletti1-6/+4
2018-09-04aptcc: Fix invalid version dereference in AptInf::providesCodec()Julian Andres Klode1-4/+5
2018-09-02aptcc: removing duplicate delete call.Julio Faracco1-1/+0
2018-08-29trivial: Fix the Fedora CIRichard Hughes3-3/+4
2018-08-29Remove some dead codeRobert Ancell1-14/+0
2018-08-23cnf: Add PackageKit as a requirement to the RPM packageFriedrich Schöller1-0/+1
2018-08-21command-not-found: If we get uninstalled while running, don't complainAdam Jackson1-0/+3
2018-08-02Add additional argument to the dnf_sack_filter_modules() call.Daniel Mach1-1/+1
2018-07-26aptcc: Use installed version to determine garbageJulian Andres Klode1-2/+2
2018-07-26aptcc: Only autoremove packages that relate to the current transactionRobert Ancell4-8/+32
2018-07-25trivial: typo--Harald Sitter1-1/+1
2018-07-09docs: Add package-update-indicator to usersGuido Berhoerster2-0/+13
2018-07-03Schedule offline update service to run after system-update-pre.targetKalev Lember1-1/+1
2018-06-27dnf: Increase the BR requirement for the latest APIRichard Hughes1-1/+1
2018-06-27Allow module filteringJaroslav Mracek1-0/+3
2018-06-27Reflect latest changes in libdnfJaroslav Mracek1-1/+1
2018-06-21Merge pull request #252 from robert-ancell/client-helper-refactorRobert Ancell1-223/+194
2018-06-18Add COMMITMENT file as part of GPL Common Cure Rights CommitmentRichard Hughes1-0/+45
2018-05-24Shutdown the daemon on idle by defaultRichard Hughes1-0/+2
2018-05-24pkcon: Add --autoremove optionRobert Ancell1-3/+6
2018-05-21Fix issues with debconf helper not working:Robert Ancell1-223/+194
2018-05-17Fix usage of FALSE when it should be NULLRobert Ancell1-2/+2
2018-05-16pk-offline-update: shut down services cleanly before rebootingAlan Jenkins1-4/+8
2018-05-15De-register callbacks on PkClientHelper finalize.Robert Ancell1-28/+55
2018-05-10nix: build with Nix 2.0 correctlyMatthew Bauer4-239/+235
2018-04-23trivial: post release version bumpRichard Hughes2-6/+6
2018-04-23Release 1.1.10PACKAGEKIT_1_1_10Richard Hughes2-0/+20
2018-04-23Do not set JUST_REINSTALL on any kind of auth failureRichard Hughes1-19/+8
2018-04-03dnf: Add OpenMandriva vendorBernhard Rosenkränzer3-3/+72
2018-03-30aptcc: Simplify search methods (#247)David Hewitt6-290/+36
2018-03-26aptcc: Return multiple packages when using '|' operatorDavid Hewitt1-3/+5
2018-03-23Merge pull request #243 from JonathanKang/improve-refresh-cacheDominique Leuenberger1-10/+62
2018-03-21aptcc: Not all downloads have to be packagesJulian Andres Klode2-3/+12
2018-03-07dnf: Don't abort() when failing to set up contextKalev Lember1-4/+217
2018-03-07dnf: trivial: Break out pk_backend_ensure_default_dnf_contextKalev Lember1-12/+30
2018-03-07dnf: trivial: Store release_ver in priv structKalev Lember1-4/+5
2018-03-07dnf: trivial: Call libdnf "libdnf", not "Dnf"Kalev Lember1-1/+1
2018-03-07dnf: trivial: Don't call lr_global_initKalev Lember1-2/+0
2018-03-06Merge pull request #242 from JonathanKang/GetDetailLocalDominique Leuenberger1-0/+53