summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-091-0/+7
* keep-alive: use NMKeepAlive API directly instead of via NMActiveConnectionThomas Haller2018-12-091-6/+1
* core: Add option to AddAndActivateConnection2 to bind the lifetimeBenjamin Berg2018-11-171-0/+4
* core: Introduce helper class to track connection keep aliveBenjamin Berg2018-11-171-0/+3
* core: rework passing user-data to nm_active_connection_authorize()Thomas Haller2018-04-241-4/+2
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* core: specify an activation reason for active connectionsBeniamino Galvani2018-04-081-5/+8
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-5/+4
* core: add nm_active_connection_set_state_fail() helperThomas Haller2018-02-071-0/+4
* core: merge IPv4 and IPv6 versions of nm_active_connection_get_default()Thomas Haller2017-11-271-6/+2
* core: track NMActiveConnection in manager with CListThomas Haller2017-11-271-0/+6
* libnm: add NMActivationStateFlagsThomas Haller2017-10-051-0/+14
* active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-171-1/+5
* device: track system interface state in NMDeviceThomas Haller2017-03-161-2/+0
* core/trivial: rename activation-type related checks for device and active-con...Thomas Haller2017-03-161-1/+1
* active-connection: use activation-type for active connection instead of assum...Thomas Haller2017-03-161-3/+0
* core: add activation-type property to active-connectionThomas Haller2017-03-161-0/+3
* core: refactor private data for NMExportedObject and othersThomas Haller2016-10-031-0/+3
* core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani2016-09-261-0/+1
* active-connection: add parent active connection trackingLubomir Rintel2016-03-261-0/+6
* core: add version-id to NMActiveConnectionThomas Haller2016-02-161-0/+3
* core: separate active and applied connectionLubomir Rintel2015-09-181-7/+12
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-4/+0
* core: add an NMExportedObject base classDan Winship2015-07-241-4/+3
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* nm-manager: add 'metered' propertyBeniamino Galvani2015-06-091-1/+5
* vpn/core: move VPN gateway route between devices when routing changesDan Williams2014-11-061-0/+7
* all: fix up multiple-include-guard definesDan Winship2014-08-161-3/+3
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-3/+2
* core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller2014-03-051-1/+1
* core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-051-0/+6
* core: add IP/DHCP config properties to o.fd.NM.Connection.ActiveDan Winship2013-12-191-0/+4
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-031-2/+0
* core: add nm_active_connection_[get|set]_assumed()Dan Williams2013-11-081-0/+5
* core: allow ActiveConnections to be created without a deviceDan Williams2013-10-311-1/+3
* core: have ActiveConnection track device state instead of subclassesDan Williams2013-10-311-1/+8
* core: indicate via a property when master connections are ready for slavesDan Williams2013-10-311-0/+3
* core: allow ActiveConnection connection to be changedDan Williams2013-10-311-0/+3
* core: watch master ActiveConnections and follow master deactivationDan Williams2013-10-311-0/+2
* core: switch NMActiveConnection master to an NMActiveConnection instead of NM...Dan Williams2013-10-311-2/+3
* core: allow active connection 'master' to be set after object creationDan Williams2013-10-311-0/+2
* core: add authorization code to NMActiveConnectionDan Williams2013-10-311-2/+12
* core: pass NMAuthSubject around activation paths instead of uid + dbus senderDan Williams2013-10-311-2/+4
* core: remove assume from nm-activation-requestPavel Šimerda2013-08-221-3/+0
* core: make nm-properties-changed-signal always export the right propertiesDan Winship2013-05-201-2/+0
* core: move most activation request logic to the active connection classDan Williams2012-12-171-5/+23
* core: add nm_active_connection_get_name() for easy access to connection nameJiří Klimeš2012-09-241-0/+1
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-271-1/+1