summaryrefslogtreecommitdiff
path: root/libnm/nm-active-connection.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-05libnm: add NMActivationStateFlagsThomas Haller1-0/+39
2017-03-21libnm: fix emission of NMActiveConnection::state notify signalBeniamino Galvani1-0/+1
2017-03-17libnm: fix chaining up NMActiveConnection::constructed()Thomas Haller1-0/+2
2017-03-17fixup! libnm/active-connection: track reason for state changesLubomir Rintel1-0/+7
2017-03-17libnm/active-connection: track reason for state changesLubomir Rintel1-0/+64
2016-11-10libnm: use the o.fd.DBus.ObjectManager API for object managementLubomir Rintel1-21/+1
2016-10-24libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller1-4/+7
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
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-13all: consistently include config.hDan Winship1-0/+2
2014-11-07libnm: create NMDhcpConfig as parent of NMDhcp4Config and NMDhcp6ConfigDan Winship1-16/+16
2014-11-07libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship1-16/+14
2014-10-21libnm: fix NMActiveConnection:specific-object-pathDan Winship1-1/+19
2014-10-19libnm: further NULL-vs-empty-array fixesDan Winship1-1/+4
2014-10-10libnm: fix NMActiveConnection object-path-valued propertiesDan Winship1-53/+57
2014-10-10libnm: add nm-types.h, to avoid include loopsDan Winship1-0/+4
2014-10-03libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship1-4/+3
2014-09-18libnm: port to GDBusDan Winship1-3/+3
2014-09-18libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.hDan Winship1-1/+1
2014-09-18libnm: move most of the subclass-type-deciding code into NMObjectDan Winship1-98/+10
2014-09-18libnm: let NMObject create all D-Bus proxiesDan Winship1-6/+3
2014-09-18libnm: don't hardcode things like "org.freedesktop.DBus.Properties"Dan Winship1-2/+2
2014-09-04libnm: change empty-GPtrArray-return semanticsDan Winship1-1/+1
2014-09-04libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship1-10/+8
2014-08-01libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship1-1/+1
2014-08-01libnm: make the the use of GInitable mandatoryDan Winship1-17/+0
2014-08-01libnm: add init_dbus() virtual method to NMObjectDan Winship1-15/+9
2014-08-01libnm: remove _new functions from NMObject subclassesDan Winship1-21/+0
2014-08-01libnm, core, cli, tui: fix the capitalization of various typesDan Winship1-11/+11
2014-08-01libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship1-28/+0
2014-08-01libnm: add libnm/libnm-core (part 1)Dan Winship1-0/+851