summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-05core: add NMActivationStateFlags "master-has-slaves"Thomas Haller1-0/+1
2017-10-05core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller1-0/+3
2017-10-05core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller1-0/+21
2017-10-05libnm: add NMActivationStateFlagsThomas Haller1-0/+43
2017-10-05core: refactor setting applied-connection in NMActiveConnectionThomas Haller1-7/+37
2017-10-05core: minor cleanup of _NMLOG() macro in "src/nm-active-connection.c"Thomas Haller1-4/+3
2017-06-19device: fix taking over device after modifying external connectionThomas Haller1-1/+9
2017-06-19core: fix registering notify-flags hook in NMActiveConnectionThomas Haller1-10/+26
2017-03-24active-connection: log the connection contextLubomir Rintel1-1/+5
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
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