summaryrefslogtreecommitdiff
path: root/libnm/nm-active-connection.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: hide NMActiveConnection until NMRemoteConnection is readyThomas Haller2020-02-101-0/+29
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-251-133/+110
* libnm: add and use _nml_coerce_property_*()Thomas Haller2019-10-271-3/+3
* libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-221-25/+33
* libnm: avoid g_object_notify() in favor of _notify()Thomas Haller2019-10-181-2/+2
* libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-181-115/+95
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* 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-2/+1
* libnm/doc: document NMActiveConnection::state-changed signalThomas Haller2018-11-211-1/+6
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-3/+1
* libnm: add NMActivationStateFlagsThomas Haller2017-10-051-0/+39
* libnm: fix emission of NMActiveConnection::state notify signalBeniamino Galvani2017-03-211-0/+1
* libnm: fix chaining up NMActiveConnection::constructed()Thomas Haller2017-03-171-0/+2
* fixup! libnm/active-connection: track reason for state changesLubomir Rintel2017-03-171-0/+7
* libnm/active-connection: track reason for state changesLubomir Rintel2017-03-171-0/+64
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-21/+1
* libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-241-4/+7
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* 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
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: create NMDhcpConfig as parent of NMDhcp4Config and NMDhcp6ConfigDan Winship2014-11-071-16/+16
* libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship2014-11-071-16/+14
* libnm: fix NMActiveConnection:specific-object-pathDan Winship2014-10-211-1/+19
* libnm: further NULL-vs-empty-array fixesDan Winship2014-10-191-1/+4
* libnm: fix NMActiveConnection object-path-valued propertiesDan Winship2014-10-101-53/+57
* libnm: add nm-types.h, to avoid include loopsDan Winship2014-10-101-0/+4
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-4/+3
* libnm: port to GDBusDan Winship2014-09-181-3/+3
* libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.hDan Winship2014-09-181-1/+1
* libnm: move most of the subclass-type-deciding code into NMObjectDan Winship2014-09-181-98/+10
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-181-6/+3
* libnm: don't hardcode things like "org.freedesktop.DBus.Properties"Dan Winship2014-09-181-2/+2
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-041-1/+1
* libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-041-10/+8
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-011-17/+0
* libnm: add init_dbus() virtual method to NMObjectDan Winship2014-08-011-15/+9
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-011-21/+0
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-11/+11
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-28/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+851