summaryrefslogtreecommitdiff
path: root/libnm/nm-remote-settings.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-2/+2
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg1-0/+8
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-14libnm: fixup accidental proxy removalLubomir Rintel1-0/+2
2016-11-14libnm: avoid leaking the interface proxiesLubomir Rintel1-1/+0
2016-11-10libnm: use the o.fd.DBus.ObjectManager API for object managementLubomir Rintel1-72/+0
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-2/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-12build: cleanup default includesThomas Haller1-5/+6
2015-11-01macros: add nm_clear_g_cancellable() utilityThomas Haller1-2/+3
2015-10-06Revert "libnm: fix initializing of new connections"Lubomir Rintel1-3/+1
2015-09-18libnm: fix initializing of new connectionsJiří Klimeš1-1/+3
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-11-06libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams1-2/+9
2014-10-31libnm: Fix a nm_running_changed raceLubomir Rintel1-1/+3
2014-10-28libnm: change GSList to GPtrArray in libnm methodsDan Winship1-15/+3
2014-10-22libnm: consolidate NMClientError and NMObjectErrorDan Winship1-3/+4
2014-10-22libnm: strip GDBus gunk from GErrorsDan Winship1-9/+26
2014-10-19libnm: further NULL-vs-empty-array fixesDan Winship1-0/+1
2014-10-10libnm: add nm-types.h, to avoid include loopsDan Winship1-0/+1
2014-10-10libnm: merge NMRemoteSettings into NMClientDan Winship1-481/+3
2014-09-25libnm: fix compilation for wrong g_return call on void/non-void functionThomas Haller1-6/+6
2014-09-25libnm: add some missing sync/async method variantsDan Winship1-0/+213
2014-09-25libnm: make sync/async APIs more GLib-likeDan Winship1-89/+147
2014-09-25libnm: merge saved and unsaved connection methodsDan Winship1-61/+39
2014-09-18libnm: port to GDBusDan Winship1-66/+44
2014-09-18libnm-core: change connection hash tables to variants in APIDan Winship1-2/+8
2014-09-18libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.hDan Winship1-1/+1
2014-09-18libnm: let NMObject create all D-Bus proxiesDan Winship1-5/+4
2014-09-04libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship1-27/+19
2014-09-04libnm-core: rename NMConnection to/from_hash methodsDan Winship1-2/+2
2014-08-16libnm-core, libnm, core: make NMConnection an interfaceDan Winship1-1/+1
2014-08-16libnm: get rid of redundant NMRemoteConnection propertiesDan Winship1-1/+1
2014-08-07libnm: fix a g_signal_handler_find() call in NMRemoteSettingsDan Winship1-2/+2
2014-08-07libnm: port NMRemoteSettings to NMObjectDan Winship1-698/+258
2014-08-07libnm: add NMRemoteConnection:visible propertyDan Winship1-11/+10
2014-08-07libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship1-27/+27
2014-08-01libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship1-1/+1
2014-08-01libnm: make the the use of GInitable mandatoryDan Winship1-84/+31
2014-08-01libnm: remove _new functions from NMObject subclassesDan Winship1-1/+4
2014-08-01libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship1-4/+4
2014-08-01libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship1-8/+0
2014-08-01libnm: add libnm/libnm-core (part 1)Dan Winship1-0/+1566