summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17libnm/active-connection: track reason for state changesLubomir Rintel1-1/+1
2017-03-17active-connection: emit a StateChanged signal on state changesLubomir Rintel1-1/+11
2017-03-16device: track system interface state in NMDeviceThomas Haller1-7/+7
2017-03-16core: once activated an assumed connection make it NM_ACTIVATION_TYPE_MANAGEDThomas Haller1-0/+10
2017-03-16core: upgrade EXTERNAL activation type when user saves connectionThomas Haller1-6/+45
2017-03-16core: track external activations types in the active-connectionThomas Haller1-4/+10
2017-03-16core/trivial: rename activation-type related checks for device and active-con...Thomas Haller1-1/+1
2017-03-16active-connection: use activation-type for active connection instead of assum...Thomas Haller1-17/+2
2017-03-16core: add activation-type property to active-connectionThomas Haller1-1/+33
2017-03-16core: minor cleanupsThomas Haller1-7/+6
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller1-2/+2
2017-02-10device: refactor pending-action strings as named definesThomas Haller1-1/+1
2017-01-25active-connection: unhook the settings connection removed signal on disposeLubomir Rintel1-0/+1
2017-01-24core: avoid unexporting active-connection that is not exportedThomas Haller1-1/+2
2017-01-24active-connection: drop off the bus when the settings connection disappearsLubomir Rintel1-0/+15
2017-01-03exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller1-1/+1
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-2/+2
2016-10-04core: refactor private data in "src"Thomas Haller1-1/+0
2016-10-03core/trivial: move code aroundThomas Haller1-89/+93
2016-10-03core: refactor private data for NMExportedObject and othersThomas Haller1-10/+10
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-9/+9
2016-09-26core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani1-4/+23
2016-08-22core: use define for signal name in nm_active_connection_set_device()Thomas Haller1-1/+1
2016-07-07active-connection: don't weak-unref parent inside notify functionBeniamino Galvani1-6/+7
2016-06-01all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller1-0/+2
2016-04-14active-connection: update D-Bus properties of active-connection when settings...Thomas Haller1-7/+47
2016-04-14settings: use NM_GOBJECT_PROPERTIES_DEFINE in NMSettings/NMSettingsConnection...Thomas Haller1-175/+154
2016-03-26active-connection: add parent active connection trackingLubomir Rintel1-0/+78
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-16core: add version-id to NMActiveConnectionThomas Haller1-1/+38
2016-02-01utils: pass entire return statement to NM_UTILS_LOOKUP_DEFINE()Thomas Haller1-1/+2
2016-01-24core/trivial: rename NM_UTILS_STRING_LOOKUP_TABLE* to NM_UTILS_LOOKUP*Thomas Haller1-7/+7
2016-01-24utils: use NM_UTILS_STRING_LOOKUP_TABLE_ITEM() macroThomas Haller1-5/+5
2015-12-07active-connection: improve logging in NMActiveConnectionThomas Haller1-59/+56
2015-12-07core: use define for NMDevice's "state-changed" signal nameThomas Haller1-1/+1
2015-12-04core: allow multiple devices with the same interface nameDan Williams1-2/+8
2015-12-04core: create devices first and realize them laterDan Williams1-4/+4
2015-09-18core: separate active and applied connectionLubomir Rintel1-41/+136
2015-08-20logging: declare default logging macros in "nm-logging.h"Thomas Haller1-25/+7
2015-08-13active-connection: log lifetime of NMActiveConenctionThomas Haller1-0/+6
2015-08-13active-connection: make use of logging macro _LOGD()Thomas Haller1-10/+10
2015-08-13active-connection: add logging macros _LOG*()Thomas Haller1-0/+40
2015-08-10devices, active-connection: port to gdbusDan Winship1-43/+45
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-4/+1
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-26/+7
2015-07-24core: add an NMExportedObject base classDan Winship1-3/+2
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2015-06-24active-connection: fail the activation if the master AC disconnectLubomir Rintel1-2/+3
2015-06-09nm-manager: add 'metered' propertyBeniamino Galvani1-0/+24