summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
Commit message (Expand)AuthorAgeFilesLines
* active-connection: don't weak-unref parent inside notify functionBeniamino Galvani2016-07-071-6/+7
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-0/+2
* active-connection: update D-Bus properties of active-connection when settings...Thomas Haller2016-04-141-7/+47
* settings: use NM_GOBJECT_PROPERTIES_DEFINE in NMSettings/NMSettingsConnection...Thomas Haller2016-04-141-175/+154
* active-connection: add parent active connection trackingLubomir Rintel2016-03-261-0/+78
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: add version-id to NMActiveConnectionThomas Haller2016-02-161-1/+38
* utils: pass entire return statement to NM_UTILS_LOOKUP_DEFINE()Thomas Haller2016-02-011-1/+2
* core/trivial: rename NM_UTILS_STRING_LOOKUP_TABLE* to NM_UTILS_LOOKUP*Thomas Haller2016-01-241-7/+7
* utils: use NM_UTILS_STRING_LOOKUP_TABLE_ITEM() macroThomas Haller2016-01-241-5/+5
* active-connection: improve logging in NMActiveConnectionThomas Haller2015-12-071-59/+56
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-041-2/+8
* core: create devices first and realize them laterDan Williams2015-12-041-4/+4
* core: separate active and applied connectionLubomir Rintel2015-09-181-41/+136
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-25/+7
* active-connection: log lifetime of NMActiveConenctionThomas Haller2015-08-131-0/+6
* active-connection: make use of logging macro _LOGD()Thomas Haller2015-08-131-10/+10
* active-connection: add logging macros _LOG*()Thomas Haller2015-08-131-0/+40
* devices, active-connection: port to gdbusDan Winship2015-08-101-43/+45
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-4/+1
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-26/+7
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+2
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* active-connection: fail the activation if the master AC disconnectLubomir Rintel2015-06-241-2/+3
* nm-manager: add 'metered' propertyBeniamino Galvani2015-06-091-0/+24
* all: consistently include config.hDan Winship2014-11-131-0/+2
* build: add the compatibility header for g_clear_pointer()Jiří Klimeš2014-11-071-0/+1
* vpn/core: move VPN gateway route between devices when routing changesDan Williams2014-11-061-5/+30
* core: add PrimaryConnectionType property to NMManager (bgo #739080)Ryan Lortie2014-10-231-0/+11
* core: lie about NMActiveConnection:state in new connectionsDan Winship2014-10-191-1/+10
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-1/+1
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-291-1/+1
* core: do not assert when a device is enslaved externallyJiří Klimeš2014-09-261-2/+2
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* core: ensure boolean properties for nm_active_connection_set_default[6]() are...Thomas Haller2014-06-201-2/+6
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-133/+133
* core: add parameter to ignore error in add/remove pending actionThomas Haller2014-05-011-4/+4
* core: implement function nm_active_connection_get_uuid()Thomas Haller2014-03-051-0/+8
* core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller2014-03-051-2/+2
* core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-051-1/+23
* core: better ignore deactivations before a new activation starts (rh #1058843)Dan Williams2014-02-251-19/+5
* core: don't block startup on assumed connectionsDan Winship2014-02-131-2/+9
* core: fix master deactivationDan Winship2014-01-231-29/+48
* core: add IP/DHCP config properties to o.fd.NM.Connection.ActiveDan Winship2013-12-191-0/+53
* core: fix NMActiveConnection to properly add/remove pending action "activation"Thomas Haller2013-12-181-3/+14
* core: clear device on NMActiveConnection when the connection is DEACTIVATEDJiří Klimeš2013-12-121-9/+17
* core: ensure 'activation' pending action encompasses full activation processDan Williams2013-12-121-0/+8
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-031-11/+0