summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-17device: add spec "driver:" to match devicesThomas Haller4-2/+74
2017-03-17all: fix typos in documentation and commentsYuri Chornoivan2-2/+2
2017-03-17vpn-connection: use NMActiveConnectionStateReasonLubomir Rintel4-43/+43
2017-03-17vpn-connection: drop reason_to_stringLubomir Rintel1-19/+0
2017-03-17libnm/active-connection: track reason for state changesLubomir Rintel1-1/+1
2017-03-17active-connection: emit a StateChanged signal on state changesLubomir Rintel6-11/+40
2017-03-17device: cast enum types for variadic g_signal_emit() functionThomas Haller1-1/+1
2017-03-16device: track system interface state in NMDeviceThomas Haller7-91/+199
2017-03-16manager: always cleanup volatile settings-connection on active-connection rem...Thomas Haller1-2/+1
2017-03-16manager: simplify searching assumed connectionThomas Haller4-39/+61
2017-03-16manager: cleanup find_ac_for_connection() in "nm-manager.c"Thomas Haller1-40/+54
2017-03-16manager: merge/inline assume_connection() in recheck_assume_connection()Thomas Haller1-62/+52
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: only assume connections that were managed in a previous run of NetworkM...Thomas Haller1-30/+44
2017-03-16core: track external activations types in the active-connectionThomas Haller6-40/+67
2017-03-16core/trivial: rename activation-type related checks for device and active-con...Thomas Haller7-40/+40
2017-03-16active-connection: use activation-type for active connection instead of assum...Thomas Haller3-22/+3
2017-03-16core: add activation-type property to active-connectionThomas Haller11-3/+88
2017-03-16device: set user-explicit unmanaged flag based on loaded device-stateThomas Haller1-1/+15
2017-03-16device: pass the user-explict flag to nm_device_realize_start()Thomas Haller3-7/+33
2017-03-16core/trivial: rename "nm-generated-assumed" flag to "volatile"Thomas Haller5-18/+18
2017-03-16device: return nm_device_master_add_slave() whether a slave was addedThomas Haller1-10/+16
2017-03-16core/dispatcher: pass act-request to device dispatcher callsThomas Haller3-92/+93
2017-03-16core/dispatcher: cleanup nm_dispatcher_call_connectivity()Thomas Haller3-9/+17
2017-03-16core/dispatcher: add and use nm_dispatcher_call_hostname()Thomas Haller4-2/+27
2017-03-16core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller7-84/+82
2017-03-16core: minor cleanupsThomas Haller2-16/+24
2017-03-16manager: fix leaking settings connection in active_connection_remove()Thomas Haller1-5/+6
2017-03-16core: fix matching routes for assuming connectionsThomas Haller1-4/+9
2017-03-16policy: check for active devices before triggering dns update on hostname changeFrancesco Giudici3-3/+28
2017-03-16default-route-manager: decryptify logging line for default-route-managerThomas Haller1-2/+2
2017-03-16default-route-manager: alyways force a sync of the default routeThomas Haller1-14/+29
2017-03-16default-route-manager: use nm_cmp_uint32_p_with_data() instead of reimplement...Thomas Haller1-12/+1
2017-03-16default-route-manager: add nm_default_route_manager_resync() functionThomas Haller2-2/+63
2017-03-16default-route-manager: simplify _platform_changed_cb() handlingThomas Haller1-31/+24
2017-03-16default-route-manager: simplify determining synced flag in _ipx_update_defaul...Thomas Haller1-3/+2
2017-03-16device: force restart of IP method during reapplyThomas Haller3-21/+31
2017-03-16device: on reapply reset commit_first_time flagThomas Haller1-3/+6
2017-03-15device: ethernet: fix handling of autoconnect retries for non-802.1xBeniamino Galvani1-7/+9
2017-03-15device: fail DHCPv6 if a link-local address is not presentBeniamino Galvani1-5/+8
2017-03-15manager: don't schedule devices_inited_cb() a second timeThomas Haller1-8/+0
2017-03-15device: remove macro for logging in _set_unmanaged_flags()Thomas Haller1-14/+10
2017-03-15manager: disconnect NMSetting's startup-complete notification in check_if_sta...Thomas Haller1-5/+12
2017-03-15manager: delay startup-complete and devices-inited until idleThomas Haller2-8/+35
2017-03-15manager: process events of platform cache during nm_manager_start()Thomas Haller1-5/+7
2017-03-15device: delay startup complete until device is initialized in platformThomas Haller1-1/+21
2017-03-14all: use "unsigned" instead of "unsigned int"Thomas Haller3-5/+5
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller9-15/+15
2017-03-13device: clear deactivating_cancellable in dispose()Thomas Haller1-0/+2