summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* 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
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-40/+29
* libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller2017-03-201-0/+1
* include: use double-quotes to include our own headersThomas Haller2017-03-0913-21/+21
* all/trivial: unify construct-only property commentsThomas Haller2017-03-085-6/+6
* libnm-glib/nm-object: defer assignment of default D-Bus connectionPhilip Withnall2017-02-151-3/+16
* libnm-glib: add some missing precondition assertionsPhilip Withnall2017-02-154-0/+12
* libnm-glib: silence some build warningsLubomir Rintel2016-11-211-4/+10
* libnm-glib: drop some unneeded codeLubomir Rintel2016-11-213-52/+0
* build: merge "libnm-glib/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-48/+0
* build: merge "libnm-glib/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-226/+1
* build: merge "libnm/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* tests: combine "run-test-valgrind.sh" and "run-test-dbus-session.sh" in "run-...Thomas Haller2016-10-191-4/+0
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller2016-10-131-5/+0
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-0324-61/+61
* all: cleanup includes in header filesThomas Haller2016-08-173-4/+0
* auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-172-1/+6
* permissions: properly add checkpoint-rollback permissionThomas Haller2016-08-172-1/+5
* libnm/libnm-glib: use Bluetooth device name as description (bgo #592819)Dan Williams2016-06-211-0/+10
* build: add options to compile with address/undefined sanitizersBeniamino Galvani2016-06-031-0/+4
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-14/+1
* manager: add Reload() D-Bus commandThomas Haller2016-06-012-1/+7
* libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-012-1/+7
* all: trivial: use g_value_dup_string ()Lubomir Rintel2016-05-301-1/+1
* build: disable deprecation checks for internal compilationThomas Haller2016-04-052-2/+0
* libnm-glib: allow non-verifiable NMRemoteConnection in libnm-glibThomas Haller2016-03-292-43/+20
* libnm-glib: don't fail creating connection in NMVPNPluginThomas Haller2016-03-291-28/+4
* libnm-glib: don't fail creating connection in NMSecretAgentThomas Haller2016-03-291-15/+7
* libnm: fix clearing real-devices in NMManager's free_devices()Thomas Haller2016-03-041-1/+1
* all: don't include error->code in log messagesThomas Haller2016-03-038-21/+17