summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.c
Commit message (Expand)AuthorAgeFilesLines
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-38/+40
* active-connection: fix build with clang-6.0Lubomir Rintel2018-05-211-1/+2
* active-connection: fix harmless typoFrancesco Giudici2018-05-181-1/+1
* core: add activation-reasons for external/assume connectionsThomas Haller2018-04-301-1/+7
* core: fix cancelling of authorization request for active connectionThomas Haller2018-04-241-14/+27
* core: fix unreachable assertion in nm_active_connection_set_state()Thomas Haller2018-04-241-4/+4
* core: rework passing user-data to nm_active_connection_authorize()Thomas Haller2018-04-241-13/+6
* core: minor cleanup of handling specific-object in NMActiveConnectionThomas Haller2018-04-181-4/+3
* core: don't explicitly set D-Bus path properties to "/"Thomas Haller2018-04-181-5/+5
* core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller2018-04-181-3/+2
* settings: make NM_SETTINGS_CONNECTION_FLAGS property NM_SETTINGS_CONNECTION_F...Thomas Haller2018-04-161-10/+8
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-161-1/+1
* core: don't use NMAuthChain in NMActiveConnection but directly schedule eventsThomas Haller2018-04-131-60/+101
* auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-131-2/+2
* core: use NMDBusTrackObjPath for NM_ACTIVE_CONNECTION_CONNECTION pathThomas Haller2018-04-131-39/+47
* core: don't unexport active-connection when settings connection disappearsThomas Haller2018-04-131-14/+6
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-131-1/+1
* core: simplify NMActiveConnection.get_property to not create temporary GPtrAr...Thomas Haller2018-04-131-5/+4
* core/trivial: add code comment to NMActiveConnection's get_property()Thomas Haller2018-04-131-0/+10
* core: specify an activation reason for active connectionsBeniamino Galvani2018-04-081-0/+25
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-131-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-18/+63
* core: add nm_active_connection_set_state_fail() helperThomas Haller2018-02-071-0/+30
* core/trivial: add comment in set_property() for construct-only propertiesThomas Haller2018-02-071-0/+3
* connection: treat connection type's ability to have slaves uniformlyLubomir Rintel2018-01-181-4/+1
* settings: remove accessor functions to connection flagsThomas Haller2017-12-051-1/+2
* core: merge IPv4 and IPv6 versions of nm_active_connection_get_default()Thomas Haller2017-11-271-33/+26
* core: track NMActiveConnection in manager with CListThomas Haller2017-11-271-0/+4
* 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