summaryrefslogtreecommitdiff
path: root/libnm-glib
AgeCommit message (Expand)AuthorFilesLines
2018-09-17docs: misc. typos pt2luz.paz4-7/+7
2018-07-17build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller1-2/+1
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller7-15/+15
2018-07-10all/trivial: grammar fixLubomir Rintel2-4/+4
2018-06-28meson: run the check-export.sh in test phaseLubomir Rintel1-3/+3
2018-05-31build/meson: fix meson build for shared filesThomas Haller2-12/+16
2018-05-31build: use default NM_BUILD_* defines for testsThomas Haller2-7/+6
2018-05-23doc: add units to some libnm (and libnm-glib) function docsHarry Mallon3-7/+7
2018-05-14build: qualify plugin dir name with a version stringLubomir Rintel1-1/+1
2018-05-11tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2-7/+34
2018-05-11doc: fix GTK-Doc NMRoute linksHarry Mallon2-3/+3
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel3-8/+8
2018-05-09meson: distinguish arch specific and arch neutral lib dirLubomir Rintel1-1/+1
2018-04-30all: remove consecutive empty linesBeniamino Galvani18-44/+0
2018-04-13all: unify spelling of translators hint in source codeThomas Haller1-1/+1
2018-04-12build: meson: add prefix to test namesBeniamino Galvani1-1/+1
2018-04-12build: meson: enable all tests againBeniamino Galvani1-3/+2
2018-04-12build: meson: use run-nm-test.sh to run testsBeniamino Galvani1-1/+5
2018-03-26libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tagsJiří Klimeš4-17/+6
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg4-0/+14
2018-02-08all: fix -Wcast-function-type warningsLubomir Rintel1-7/+7
2018-02-08libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel1-1/+9
2018-02-07all: drop trailing spacesThomas Haller1-1/+1
2018-02-07all: replace non-leading tabs with spacesThomas Haller5-63/+63
2018-01-18all: require glib 2.40Lubomir Rintel2-4/+0
2018-01-16build: don't install NetworkManager.pc when libnm-glib is disabledLubomir Rintel1-0/+15
2018-01-12meson: Fix missing symbols in libnm-glibIñigo Martínez1-1/+1
2018-01-11build/meson: use variables for ldflags and linker-scriptThomas Haller1-15/+11
2018-01-10build/meson: unconditionally use linker version scriptsThomas Haller1-8/+6
2018-01-10build/meson: disable unit tests that are known to failThomas Haller1-2/+3
2018-01-10meson: Use string variables extensivelyIñigo Martínez1-11/+11
2018-01-10meson: Improve dependency systemIñigo Martínez2-33/+17
2018-01-08build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2-19/+20
2018-01-02build: Remove default install directoriesIñigo Martínez1-14/+5
2017-12-18build: use template files for enum types' sources generationIñigo Martínez6-41/+156
2017-12-14build: rename unit tests with the `test-` patternIñigo Martínez1-4/+2
2017-12-13build: add initial support for meson build systemIñigo Martínez2-0/+362
2017-12-06all: use cast macros instead of C castThomas Haller1-9/+10
2017-12-06tree-wide: cast after g_object_ref() for proposed GLib patchColin Walters1-3/+3
2017-11-16all: don't use g_direct_equal() for hash table equality functionThomas Haller1-1/+1
2017-05-28all: fix typos in documentation, translated strings and commentsYuri Chornoivan1-1/+1
2017-04-13libnm-glib/secret-agent: don't error out on missing out_connectionLubomir Rintel1-1/+1
2017-03-24libnm: handle errors gracefully in nm_access_point_connection_valid()Thomas Haller1-17/+22
2017-03-22udev: add and use nm_udev_utils_property_decode() functionThomas Haller1-28/+1
2017-03-22udev: drop libgudev in favor of libudevThomas Haller1-40/+29
2017-03-20libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller1-0/+1
2017-03-09include: use double-quotes to include our own headersThomas Haller13-21/+21
2017-03-08all/trivial: unify construct-only property commentsThomas Haller5-6/+6
2017-02-15libnm-glib/nm-object: defer assignment of default D-Bus connectionPhilip Withnall1-3/+16
2017-02-15libnm-glib: add some missing precondition assertionsPhilip Withnall4-0/+12