summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-0385-0/+28192
* all: goodbye libnm-glibLubomir Rintel2019-03-1985-28192/+0
* all: cache errno in local variable before using itThomas Haller2019-02-121-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* build/meson: add intermediate shared/nm-utils base libraryThomas Haller2019-02-052-28/+19
* build: meson: Add trailing commasIñigo Martínez2018-12-202-26/+26
* docs: misc. typos pt2luz.paz2018-09-174-7/+7
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-2/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-117-15/+15
* all/trivial: grammar fixLubomir Rintel2018-07-102-4/+4
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-281-3/+3
* build/meson: fix meson build for shared filesThomas Haller2018-05-312-12/+16
* build: use default NM_BUILD_* defines for testsThomas Haller2018-05-312-7/+6
* doc: add units to some libnm (and libnm-glib) function docsHarry Mallon2018-05-233-7/+7
* build: qualify plugin dir name with a version stringLubomir Rintel2018-05-141-1/+1
* tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2018-05-112-7/+34
* doc: fix GTK-Doc NMRoute linksHarry Mallon2018-05-112-3/+3
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-103-8/+8
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-091-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-3018-44/+0
* all: unify spelling of translators hint in source codeThomas Haller2018-04-131-1/+1
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: enable all tests againBeniamino Galvani2018-04-121-3/+2
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tagsJiří Klimeš2018-03-264-17/+6
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-084-0/+14
* all: fix -Wcast-function-type warningsLubomir Rintel2018-02-081-7/+7
* libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel2018-02-081-1/+9
* all: drop trailing spacesThomas Haller2018-02-071-1/+1
* all: replace non-leading tabs with spacesThomas Haller2018-02-075-63/+63
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-182-4/+0
* build: don't install NetworkManager.pc when libnm-glib is disabledLubomir Rintel2018-01-161-0/+15
* meson: Fix missing symbols in libnm-glibIñigo Martínez2018-01-121-1/+1
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-15/+11
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-8/+6
* build/meson: disable unit tests that are known to failThomas Haller2018-01-101-2/+3
* meson: Use string variables extensivelyIñigo Martínez2018-01-101-11/+11
* meson: Improve dependency systemIñigo Martínez2018-01-102-33/+17
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-082-19/+20
* build: Remove default install directoriesIñigo Martínez2018-01-021-14/+5
* build: use template files for enum types' sources generationIñigo Martínez2017-12-186-41/+156
* build: rename unit tests with the `test-` patternIñigo Martínez2017-12-141-4/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+362
* all: use cast macros instead of C castThomas Haller2017-12-061-9/+10
* tree-wide: cast after g_object_ref() for proposed GLib patchColin Walters2017-12-061-3/+3
* all: don't use g_direct_equal() for hash table equality functionThomas Haller2017-11-161-1/+1
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* libnm-glib/secret-agent: don't error out on missing out_connectionLubomir Rintel2017-04-131-1/+1
* libnm: handle errors gracefully in nm_access_point_connection_valid()Thomas Haller2017-03-241-17/+22
* udev: add and use nm_udev_utils_property_decode() functionThomas Haller2017-03-221-28/+1