summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Alpm: Updates-changed implementationCarson Black1-0/+31
2020-03-16Make pk_alpm_update_database a nullop without forceCarson Black1-0/+3
2020-03-16backends: Allow multiple backends to be built with MesonNeal Gompa2-4/+9
2020-03-11error: PACKAGE_TARNAME/PACKAGE_VERSION undeclaredDominik Opyd2-2/+5
2020-03-11libalpm updateDominik Opyd1-1/+1
2020-03-11unknown configuration optionDominik Opyd1-3/+3
2020-03-11forgotten commasDominik Opyd1-2/+2
2020-03-11forgotten commaDominik Opyd1-1/+1
2020-03-11zypp: Ignore already installed package when installingJonathan Kang1-6/+1
2020-03-11zypp: Fix broken meson.buildJonathan Kang1-2/+2
2020-03-07ci: Parallelize Fedora and Debian PackageKit CI jobsNeal Gompa1-7/+8
2020-03-03zypp: remove upgrade-system implementationJonathan Kang1-55/+0
2020-03-03zypp: Merge updating function into update-packagesJonathan Kang1-9/+31
2020-02-24alpm: Fix assertion failures for download start signalsFelix Yan1-0/+3
2020-02-24alpm: Fix config parsing for DisableDownloadTimeoutFelix Yan1-2/+11
2020-02-18slack: Port remaining tests to mesonEugen Wissner2-38/+111
2020-02-03slack: Fix tests subdir in mesonEugen Wissner2-3/+45
2020-01-23aptcc: Do not emit PK_ERROR_ENUM_GPG_FAILUREJulian Andres Klode1-3/+0
2020-01-23aptcc: Only report errors if there are errorsJulian Andres Klode2-11/+13
2020-01-20meson: Add missing header files to gnome.generate_gir()Rico Tzschichholz1-1/+7
2020-01-13trivial: Actually install pk-version.hRichard Hughes1-0/+2
2020-01-13trivial: Update Czech translationAsciiWolf1-1/+1
2020-01-10trivial: Always include <config.h>Richard Hughes7-21/+7
2020-01-10yum: Remove unmaintained backendRichard Hughes16-5062/+2
2020-01-10ports: Remove unmaintained backendRichard Hughes10-1975/+1
2020-01-10urpmi: Remove unmaintained backendRichard Hughes17-2689/+1
2020-01-10pisi: Remove unmaintained backendRichard Hughes5-1061/+1
2020-01-10trivial: Remove the I_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE requ...Richard Hughes7-13/+1
2020-01-10Remove the GTK2 gtk-module supportRichard Hughes4-60/+0
2020-01-10Port to the meson build systemCorentin Noël123-3354/+1789
2020-01-10Do not do failable actions in the PkTransaction constructorRichard Hughes1-4/+12
2020-01-10Do not do failable actions in the PkDbus constructorRichard Hughes3-26/+47
2020-01-10trivial: Fix self tests by not loading missing fileRichard Hughes1-11/+3
2020-01-10trivial: Fix self tests by waiting for inotify eventRichard Hughes1-0/+3
2020-01-10trivial: Downgrade another warning in daemon self testsRichard Hughes1-1/+1
2020-01-10trivial: Fix critical warning in daemon self testsRichard Hughes1-1/+2
2020-01-09aptcc: Set locale env vars properly according to frontend requestMatthias Klumpp2-27/+30
2020-01-08aptcc: Include helper socket/service when making release tarballMatthias Klumpp1-2/+4
2020-01-08trivial: post release version bumpRichard Hughes2-6/+6
2020-01-08Release 1.1.13PACKAGEKIT_1_1_13Richard Hughes60-417/+3347
2020-01-08Do not trigger an inotity event when the AppStream XML data is unchangedRichard Hughes1-7/+0
2020-01-08command-not-found: Don't use a bash regex to fix other shellsRichard Hughes1-1/+1
2020-01-08dnf: Fix OpenMandriva vendor for rolling variant and new architecturesNeal Gompa1-10/+21
2020-01-08dnf: Add vendor configuration for ROSA LinuxNeal Gompa3-3/+68
2020-01-08Revert "dnf: Reset libgit2 module when upgrading to F31"Neal Gompa1-11/+0
2019-12-04Update translation: correct word order for KoreanJeong Hansol1-1/+1
2019-11-20Zypp: Make name/description search case insensitiveCarson Black1-1/+3
2019-11-13Merge branch 'zypp-upgrade-system'Jonathan Kang1-44/+77
2019-11-13zypp: Promt users to use upgrade-system in TumbleweedJonathan Kang1-9/+13
2019-11-13zypp: Implement upgrade-systemJonathan Kang1-36/+65