summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-20packagekit-glib2: Add getters for PkEulaRequiredRobert Ancell4-22/+80
2017-09-20docs: Reorder docs and add missing docstringsRobert Ancell16-68/+213
2017-09-20Remove function prototypes that don't have an implementationRobert Ancell16-16/+0
2017-09-19docs: Fix docstringsRobert Ancell1-8/+12
2017-09-19docs: Add more docstringsRobert Ancell22-54/+84
2017-09-19Fix gtk-doc errorsRobert Ancell46-444/+955
2017-09-04trivial: Fix unwanted space char in translationRichard Hughes1-1/+1
2017-08-12pk-control-sync: add missing arguments to the commentXiang Fan1-0/+4
2017-08-01Add missing context pushes and popsDavid Hewitt1-0/+4
2017-07-24trivial: Fix the translation of PK_ROLE_ENUM_REPO_ENABLERichard Hughes1-1/+1
2017-06-01Add new status "Running hooks"Christian Hesse2-0/+5
2017-04-17pk-progress-bar: checks NULL strings inside pk_progress_bar_start ().Julio Faracco1-2/+4
2016-09-19Remove declaration of non-existent pk_task_{get,set}_interactive()Alan Jenkins1-3/+0
2016-09-01Add a new REPO_ALREADY_SET error enum and use it in backendsKalev Lember2-0/+2
2016-08-10offline: Fix a leak in get_prepared_sack()Kalev Lember1-1/+1
2016-08-10Fix various g_variant_get ^a&s leaksKalev Lember1-0/+5
2016-07-15Fix two small memory leaks when processing signals from the daemonRichard Hughes2-2/+2
2016-07-14Revert "task: Honour the only_trusted property when setting up transactions"Kalev Lember1-92/+26
2016-06-13Add a test for offline distro upgradesKalev Lember1-0/+106
2016-06-13Add PreparedUpgrade DBus propertyKalev Lember4-34/+103
2016-06-12Add an internal helper for reading NAME from /etc/os-releaseKalev Lember2-5/+29