summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-12Free scheduler array correctly againMatthias Klumpp1-2/+11
2021-01-11Fix all compiler warningsMatthias Klumpp5-37/+38
2020-11-19Increase the number of packages that can be processed in one transactionRichard Hughes1-1/+1
2020-11-09Do not crash when calling pk_dbus_get_uid() before D-Bus is setupRichard Hughes1-0/+4
2020-10-28main: notify the service manager when it's beginning to shutdownJonathan Kang1-0/+7
2020-09-25Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (CV...Julian Andres Klode1-31/+17
2020-06-26pk-transaction-db: Use statements for queries with inputJuho Hämäläinen1-39/+123
2020-04-30Revert "Shutdown the daemon on idle by default"Michael Catanzaro1-2/+0
2020-01-10trivial: Always include <config.h>Richard Hughes4-12/+4
2020-01-10yum: Remove unmaintained backendRichard Hughes1-0/+1
2020-01-10Port to the meson build systemCorentin Noël8-206/+143
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
2019-03-08Add mutex lock to protect backend->priv->eulas (#303)Jonathan Kang1-3/+12
2019-01-04transaction: Keep a ref on transaction while doing async polkit callKalev Lember1-1/+2
2018-12-22transaction: Return directly when its state is going backwardsJonathan Kang1-0/+1
2018-12-12Add elogind supportSven Eden3-10/+14
2018-11-25trivial: stat once instead of repeating g_file_test callsKalev Lember1-2/+7
2018-11-23dnf: Avoid offline updates cache growing uncheckedKalev Lember2-0/+47
2018-09-23main: Fix critical on idle shutdownKalev Lember1-5/+3
2018-09-21Remove a lot of useless internal gtk-doc headersRichard Hughes13-1293/+0
2018-05-24Shutdown the daemon on idle by defaultRichard Hughes1-0/+2
2018-04-23Do not set JUST_REINSTALL on any kind of auth failureRichard Hughes1-19/+8
2018-02-19Rename "Software Sources" to "Software Repositories"Kalev Lember1-4/+4
2018-02-07transaction: Log transaction completed messages on debug, not info levelKalev Lember1-2/+2
2018-01-19transaction: Don't leak polkit authorityKalev Lember1-1/+1
2018-01-16Fix getting user session ID with D-Bus "user bus" modelKalev Lember1-18/+21
2018-01-16engine: Fix a memory leak when handling GetTransactionListKalev Lember1-2/+1
2018-01-16transaction: Fix a memory leak when authorizing actionsKalev Lember1-0/+1
2018-01-10Fix Qt annotation on DBus signatureDaniel Nicoletti1-1/+1
2017-09-20packagekit-glib2: Add getters for PkEulaRequiredRobert Ancell1-10/+8
2017-09-19Fix gtk-doc errorsRobert Ancell1-1/+1
2017-08-12backends: properly parse proxy URIXiang Fan3-3/+27
2017-08-12treewide: fix proxy environment variablesXiang Fan1-1/+1
2017-08-12pk-transaction-db: effectively check for previous proxy entriesXiang Fan1-7/+37
2017-06-07Don't search for NetworkManager or ConnMan anymoreMatthias Klumpp1-8/+0
2017-05-02pk-main: using properly g_printerr() for errors instead g_print().Julio Faracco1-4/+4
2017-05-02pk-main: segfault when config file is not found [v3].Julio Faracco1-0/+4
2017-01-30trivial: Remove an unused prototypeKalev Lember1-2/+0
2016-12-21Automatically use the dnf backend instead of hif or hawkeyKalev Lember1-3/+4
2016-11-21Fix redeclaration of polkit autocleanup functionsPhilip Withnall2-2/+2
2016-10-19Check for a zero-length search string before passing to backendsRichard Hughes1-0/+7
2016-09-19Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT)Alan Jenkins1-1/+1
2016-08-17trivial: fix typo of GetFilesLocalDaniel Nicoletti1-2/+2
2016-08-10engine: Fix a tiny memory leak when setting a proxyKalev Lember1-0/+4
2016-08-10engine: Fix a tiny memory leak on error pathKalev Lember1-1/+1
2016-08-10Fix various g_variant_get ^a&s leaksKalev Lember2-19/+20
2016-07-25engine: Invalidate PreparedUpgrade property when the prepared file changesKalev Lember1-22/+29