summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-30Expose transaction sender as read-only propertyMatthias Klumpp3-2/+81
2022-11-10pk-client: Factor out parsing of UpdateDetail signalPhilip Withnall1-39/+54
2022-11-10pk-transaction: Add UpdateDetails signalPhilip Withnall1-0/+14
2022-11-10pk-transaction: Add Packages signalPhilip Withnall1-0/+27
2022-09-27trivial: Silence compiler warningMatthias Klumpp1-3/+2
2022-09-27apt: Generate logging output properlyMatthias Klumpp1-0/+4
2022-05-31pk-client: Fix default value of cache-age propertyPhilip Withnall1-1/+1
2021-09-15pk-offline: Add flags to D-Bus invoking methodsMilan Crha3-7/+132
2021-07-28pk-task: Add specific error code when user declined interactionMilan Crha2-1/+3
2021-06-29PkClient: Improve thread safety on an operation cancellationMilan Crha1-701/+338
2021-05-20PkDetails: Add 'download-size' propertyMilan Crha3-0/+39
2021-05-20PkPackage: Add update severity propertyMilan Crha5-2/+85
2021-05-13pk-client: Fix a possible use-after-free under pk_client_cancel_cb()Milan Crha1-3/+0
2021-05-13pk-client: State's cancellable_client not unreffedMilan Crha1-4/+4
2021-05-13pk-client: Correct 'cancellable' use in pk_client_repair_system_async()Milan Crha1-1/+2
2021-05-01pk-client: Fix a leak on calling set_locale() a second timePhilip Withnall1-0/+1
2021-05-01pk-client: Avoid spurious GObject::notify signal emissionsPhilip Withnall1-0/+16
2021-05-01pk-client: Fix a typo in a documentation commentPhilip Withnall1-1/+1
2021-03-20packagekit-glib2: Cancel a transaction if calling Cancel failsPhilip Withnall1-3/+7
2021-03-20packagekit-glib2: Cancel a transaction if the daemon disappearsPhilip Withnall1-1/+30
2021-02-09Fix multilib conflicts in generated pk-enum-types.hKalev Lember2-3/+3
2021-01-12trivial: Fix a few Meson warningsHEADmasterMatthias Klumpp2-2/+0
2021-01-11Fix all compiler warningsMatthias Klumpp6-12/+12
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-10trivial: Always include <config.h>Richard Hughes2-6/+2
2020-01-10trivial: Remove the I_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE requ...Richard Hughes2-5/+0
2020-01-10Port to the meson build systemCorentin Noël10-347/+357
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
2019-07-04packagekit-glib2: Use $XDG_RUNTIME_DIR/debconf-socket if it existsJulian Andres Klode1-0/+10
2019-07-04packagekit-glib2: Export pk_client_create_helper_argv_envp()Julian Andres Klode2-5/+6
2019-07-04packagekit-glib2: Extract pk_client_helper_start_with_socket()Julian Andres Klode2-5/+52
2019-07-04packagekit-glib2: Add pk_client_helper_is_active()Julian Andres Klode2-0/+31
2019-07-04pk-client-helper: Do not dereference argument before checking itJulian Andres Klode1-2/+6
2018-12-04trivial: Add missing config.h includeKalev Lember1-0/+2
2018-12-01lib/python/packagekit/Makefile.am: Use the detected PYTHON versionJavier Jardón1-1/+1
2018-11-25common: Handle quoted strings in /etc/os-releaseKalev Lember1-3/+12
2018-09-21Never assert when an interactive TTY is not availableRichard Hughes1-2/+3
2018-08-29Remove some dead codeRobert Ancell1-14/+0
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-15De-register callbacks on PkClientHelper finalize.Robert Ancell1-28/+55
2018-03-03Fix g_object_ref() type cast warnings with glib 2.56Kalev Lember3-8/+8
2018-02-19Rename "Software Sources" to "Software Repositories"Kalev Lember4-4/+4
2018-01-10Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.cDaniel Nicoletti1-0/+1
2018-01-10client: Fix an invalid read when cancelling races with FinishKalev Lember1-5/+1
2017-10-25offline update: Save transaction role to the offline results fileKalev Lember4-0/+43
2017-09-20docs: Update section descriptionRobert Ancell1-1/+1
2017-09-20docs: Add missing docstringsRobert Ancell4-8/+60