summaryrefslogtreecommitdiff
path: root/libnm/nm-remote-connection.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm/remote-connection: add a pair of curly bracketsLubomir Rintel2019-09-021-2/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-3/+1
* libnm/remote-connection: fix "flags" property getterLubomir Rintel2018-11-211-1/+1
* docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel2018-06-281-0/+8
* libnm: fix leaking filename in NMRemoteConnectionThomas Haller2018-06-211-1/+2
* 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