summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
Commit message (Expand)AuthorAgeFilesLines
* core: add NMActivationStateFlags "master-has-slaves"Thomas Haller2017-10-051-0/+1
* core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller2017-10-051-0/+3
* core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller2017-10-051-0/+21
* libnm: add NMActivationStateFlagsThomas Haller2017-10-051-0/+43
* core: refactor setting applied-connection in NMActiveConnectionThomas Haller2017-10-051-7/+37
* core: minor cleanup of _NMLOG() macro in "src/nm-active-connection.c"Thomas Haller2017-10-051-4/+3
* device: fix taking over device after modifying external connectionThomas Haller2017-06-191-1/+9
* core: fix registering notify-flags hook in NMActiveConnectionThomas Haller2017-06-191-10/+26
* active-connection: log the connection contextLubomir Rintel2017-03-241-1/+5
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* libnm/active-connection: track reason for state changesLubomir Rintel2017-03-171-1/+1
* active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-171-1/+11
* device: track system interface state in NMDeviceThomas Haller2017-03-161-7/+7
* core: once activated an assumed connection make it NM_ACTIVATION_TYPE_MANAGEDThomas Haller2017-03-161-0/+10
* core: upgrade EXTERNAL activation type when user saves connectionThomas Haller2017-03-161-6/+45
* core: track external activations types in the active-connectionThomas Haller2017-03-161-4/+10
* 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-17/+2
* core: add activation-type property to active-connectionThomas Haller2017-03-161-1/+33
* core: minor cleanupsThomas Haller2017-03-161-7/+6
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-2/+2
* device: refactor pending-action strings as named definesThomas Haller2017-02-101-1/+1
* active-connection: unhook the settings connection removed signal on disposeLubomir Rintel2017-01-251-0/+1
* core: avoid unexporting active-connection that is not exportedThomas Haller2017-01-241-1/+2
* active-connection: drop off the bus when the settings connection disappearsLubomir Rintel2017-01-241-0/+15
* exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-031-1/+1
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* core: refactor private data in "src"Thomas Haller2016-10-041-1/+0
* core/trivial: move code aroundThomas Haller2016-10-031-89/+93
* core: refactor private data for NMExportedObject and othersThomas Haller2016-10-031-10/+10
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-9/+9
* core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani2016-09-261-4/+23
* core: use define for signal name in nm_active_connection_set_device()Thomas Haller2016-08-221-1/+1
* 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