summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Release 1.1.12PACKAGEKIT_1_1_12Kalev Lember57-144/+164
2018-11-25dnf: trivial: Reorder code to avoid possible use-after-freeKalev Lember1-1/+1
2018-11-25common: Handle quoted strings in /etc/os-releaseKalev Lember1-3/+12
2018-11-25dnf: Fix multithreaded race and memory corruption when reloading reposKalev Lember1-27/+31
2018-11-25trivial: stat once instead of repeating g_file_test callsKalev Lember1-2/+7
2018-11-25dnf: trivial: Use g_hash_table_new instead of new_full()Kalev Lember1-1/+1
2018-11-25dnf: Use rpmvercmp for comparing cache directory versionsKalev Lember2-12/+17
2018-11-23dnf: Use dnf_repo_is_source from libdnfKalev Lember2-9/+3
2018-11-23dnf: Avoid offline updates cache growing uncheckedKalev Lember3-0/+125
2018-10-26dnf: Emit download-size-remaining signals when downloading packagesKalev Lember1-0/+25
2018-10-09dnf: Run subscription-manager sync before refreshing metadataRichard Hughes1-0/+36
2018-10-09aptcc: Update section mappingsGuillem Jover1-0/+36
2018-10-08dnf: trivial: Check for dnf error codes for errors returned by libdnfKalev Lember1-1/+1
2018-10-02dnf: trivial: Simplify returning cached sackKalev Lember1-3/+1
2018-10-02offline update: Fix translations to show upKalev Lember1-0/+8
2018-10-01zypp: Implement GetFilesLocal in zypp backendxiaoguang wang1-3/+100
2018-09-26aptcc: Always try multi-arch lookups for listsJulian Andres Klode1-24/+13
2018-09-25trivial: post release version bumpRichard Hughes2-6/+6
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