summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-remote-connection.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-5/+5
2016-03-29libnm-glib: allow non-verifiable NMRemoteConnection in libnm-glibThomas Haller1-22/+8
2016-03-03all: don't include error->code in log messagesThomas Haller1-2/+2
2016-03-03all: clean-up usage of GErrorThomas Haller1-2/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-5/+4
2015-12-26libnm-glib: avoid use-after-free when replace_settings() failsThomas Haller1-0/+7
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-2/+1
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-08-01libnm-glib: fix warning about redefining typedef RemoteCallThomas Haller1-2/+2
2014-07-25libnm-glib: document some propertiesDan Winship1-0/+5
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-9/+12
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-4/+2
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-18/+15
2014-02-21libnm-glib: take reference in NMRemoteConnection before calling DBUSThomas Haller1-80/+154
2014-02-21libnm-glib: accept omitting callback in nm_remote_connection_*Thomas Haller1-3/+0
2014-01-31libnm-glib: zero 'secrets' to prevent crash getting secretsDan Williams1-1/+1
2014-01-30libnm-glib: fix leak in nm_remote_connection_get_secretsThomas Haller1-0/+2
2014-01-27libnm-glib: chain up the parent constructed() of NMRemoteConnectionJiří Klimeš1-0/+2
2013-11-18libnm-glib: fix crash by taking additional ref in nm-remote-connection/result_cbThomas Haller1-0/+2
2013-09-09libnm-glib: fix nm_remote_connection_delete() callbackDan Winship1-0/+13
2013-05-28libnm-glib: add support for new connection unsaved functionalityDan Williams1-38/+263
2013-04-19Use %NULL macro in doc stringsMartin Pitt1-1/+1
2013-04-08libnm-glib: use private connection before trying the system busDan Williams1-2/+9
2013-04-08libnm-glib: use helpers to create dbus proxiesDan Williams1-6/+6
2013-04-01libnm-glib: fix memory leak of GSimpleAsyncResult getting connection settingsDan Williams1-0/+1
2013-03-07all: remove redundant return-if-fail checksDan Winship1-3/+0
2013-02-14libnm-util, libnm-glib: fix NMConnection:path againDan Winship1-3/+39
2013-02-14libnm-util, libnm-glib: Make NMRemoteConnection instantiable by NMObjectDan Winship1-5/+32
2013-02-14libnm-glib: fix NMRemoteConnection GInitable implementationDan Winship1-2/+1
2012-07-17libnm-glib: fix GAsyncInitable implementationsDan Winship1-0/+12
2012-04-23libnm-glib: NULL out priv fields on dispose()Dan Winship1-6/+5
2012-02-06libnm-glib: fix to not depend on newer glibDan Winship1-0/+1
2012-02-03libnm-glib: asyncify NMRemoteSettingsDan Winship1-64/+87
2012-02-03libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship1-11/+3
2012-02-02libnm-glib: don't use client-side generated dbus-glib bindingsDan Winship1-25/+50
2011-10-26libnm-glib: fix allow-none introspection annotations (rh #747302)Dan Williams1-1/+1
2011-10-26libnm-glib: fix introspection annotations for callbacks and user_data (rh #74...Dan Williams1-6/+9
2011-03-17libnm-glib: fix introspection annotation for nm_remote_connection_delete()Dan Williams1-1/+1
2011-03-16libnm-glib: allow calling nm_remote_connection_delete() without a callbackRichard Hughes1-3/+3
2011-02-21libnm-glib: add signal documentation for NMRemoteConnectionGiovanni Campagna1-0/+15
2011-02-12libnm-glib: handle initially invisible connections correctlyDan Williams1-1/+5
2011-02-12libnm-glib: fix connection visibility handlingDan Williams1-3/+30
2011-01-26libnm-util: add 'flags' argument to nm_connection_to_hash() and nm_setting_to...Dan Williams1-1/+1
2011-01-26core: rename NMSysconfigConnection -> NMSettingsConnectionDan Williams1-1/+1
2011-01-26secrets: simplify GetSecrets call flowDan Williams1-26/+6
2011-01-21introspection: add GObject introspection support (bgo #637032)Giovanni Campagna1-6/+5
2010-12-23libnm-glib: handle visibility changes for updated connectionsDan Williams1-23/+40