summaryrefslogtreecommitdiff
path: root/libnm/nm-remote-settings.c
Commit message (Expand)AuthorAgeFilesLines
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* libnm: fixup accidental proxy removalLubomir Rintel2016-11-141-0/+2
* libnm: avoid leaking the interface proxiesLubomir Rintel2016-11-141-1/+0
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-72/+0
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-5/+6
* macros: add nm_clear_g_cancellable() utilityThomas Haller2015-11-011-2/+3
* Revert "libnm: fix initializing of new connections"Lubomir Rintel2015-10-061-3/+1
* libnm: fix initializing of new connectionsJiří Klimeš2015-09-181-1/+3
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams2014-11-061-2/+9
* libnm: Fix a nm_running_changed raceLubomir Rintel2014-10-311-1/+3
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-15/+3
* libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-221-3/+4
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-221-9/+26
* libnm: further NULL-vs-empty-array fixesDan Winship2014-10-191-0/+1
* libnm: add nm-types.h, to avoid include loopsDan Winship2014-10-101-0/+1
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-101-481/+3
* libnm: fix compilation for wrong g_return call on void/non-void functionThomas Haller2014-09-251-6/+6
* libnm: add some missing sync/async method variantsDan Winship2014-09-251-0/+213
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-89/+147
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-251-61/+39
* libnm: port to GDBusDan Winship2014-09-181-66/+44
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-2/+8
* libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.hDan Winship2014-09-181-1/+1
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-181-5/+4
* libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-041-27/+19
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-2/+2
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-1/+1
* libnm: get rid of redundant NMRemoteConnection propertiesDan Winship2014-08-161-1/+1
* libnm: fix a g_signal_handler_find() call in NMRemoteSettingsDan Winship2014-08-071-2/+2
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-071-698/+258
* libnm: add NMRemoteConnection:visible propertyDan Winship2014-08-071-11/+10
* libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship2014-08-071-27/+27
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-011-84/+31
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-011-1/+4
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-011-4/+4
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-8/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+1566