summaryrefslogtreecommitdiff
path: root/libnm/nm-remote-connection.c
Commit message (Expand)AuthorAgeFilesLines
* libnm/remote-connection: add filename propertyLubomir Rintel2018-06-111-0/+37
* all: add D-Bus property "Flags" for Settings.Connection interfaceThomas Haller2018-04-161-0/+37
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-081-0/+12
* libnm: add nm_remote_connection_update2()Thomas Haller2017-12-051-0/+109
* all: add new D-Bus API org.freedesktop.NetworkManager.Settings.Connection.Upd...Thomas Haller2017-12-051-31/+30
* {vpn,remote}-connection: disconnect signal handlers when disposedIain Lane2017-09-221-3/+3
* libnm: chain up NMRemoteConnection::constructed() functionThomas Haller2017-03-071-0/+2
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* libnm: avoid leaking the interface proxiesLubomir Rintel2016-11-141-0/+11
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-59/+39
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* libnm: be more accepting for invalid connections from NetworkManagerThomas Haller2016-03-261-6/+5
* all: don't include error->code in log messagesThomas Haller2016-03-031-2/+1
* all: clean-up usage of GErrorThomas Haller2016-03-031-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-5/+5
* Revert "libnm: fix initializing of new connections"Lubomir Rintel2015-10-061-1/+0
* libnm: fix missing case in "nm-remote-connection.c"Thomas Haller2015-09-181-1/+1
* libnm: fix initializing of new connectionsJiří Klimeš2015-09-181-0/+1
* 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-2/+1
* nm-remote-connection: take a reference to self while calling get_settingsLubomir Rintel2015-04-171-1/+4
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-221-14/+41
* libnm: drop unused NMRemoteConnectionErrorDan Winship2014-10-221-17/+0
* libnm: fix compilation for wrong g_return call on void/non-void functionThomas Haller2014-09-251-1/+1
* libnm: add some missing sync/async method variantsDan Winship2014-09-251-0/+122
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-156/+212
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-251-54/+25
* libnm: port to GDBusDan Winship2014-09-181-192/+122
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-6/+28
* 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-3/+5
* libnm: drop NMObject:dbus-connectionDan Winship2014-09-091-3/+1
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-041-5/+1
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-2/+2
* libnm: make NMRemoteConnection an NMObjectDan Winship2014-08-161-142/+50
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-1/+29
* libnm: get rid of redundant NMRemoteConnection propertiesDan Winship2014-08-161-73/+2
* libnm: remove NMRemoteConnection::updated signalDan Winship2014-08-071-27/+1
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-071-33/+1
* libnm: add NMRemoteConnection:visible propertyDan Winship2014-08-071-17/+54
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-011-45/+17
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-011-23/+0
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-011-3/+3
* 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/+963