summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-0911-12/+12
* session-monitor: avoid an assertion failure if there's no session monitorLubomir Rintel2018-05-091-1/+1
* platform: fix adding direct route to gatewayBeniamino Galvani2018-05-071-0/+2
* checkpoint: fix D-Bus operation to destroy checkpointThomas Haller2018-05-031-1/+1
* auth-manager: use the correct function to deallocate a GErrorLubomir Rintel2018-05-021-1/+1
* manager: search all existing active connections during nm_manager_get_best_de...th/manager-activation-cleanupThomas Haller2018-04-301-7/+71
* manager: disconnect all conflicting concurrent active connections in _interna...Thomas Haller2018-04-301-5/+18
* core: rework nm_device_steal_connection()Thomas Haller2018-04-303-20/+31
* core: don't consider deactivating active-connection when checking for concurr...Thomas Haller2018-04-301-6/+9
* manager: minor refactoring of active_connection_find_by_connection()Thomas Haller2018-04-301-6/+8
* manager: extend helper function to find all matching active-connectionsThomas Haller2018-04-301-25/+61
* core: only abort conflicting activations for certain activation typesThomas Haller2018-04-301-7/+7
* core: add activation-reasons for external/assume connectionsThomas Haller2018-04-303-6/+14
* settings: avoid lookup in nm_settings_has_connection()Thomas Haller2018-04-301-10/+17
* all: remove consecutive empty linesBeniamino Galvani2018-04-3068-123/+0
* manager: fix assertion in nm_manager_activate_connection()Beniamino Galvani2018-04-301-4/+6
* device/connectivity: refactor concheck_periodic_schedule_do()Thomas Haller2018-04-271-22/+32
* device: force a connectivity check when reaching device-state "activated"Thomas Haller2018-04-271-13/+29
* iwd: fix crash updating scan list when comparing new APsThomas Haller2018-04-241-5/+5
* iwd: fix assertion failure when requesting scanAndreas Henriksson2018-04-241-0/+1
* device: fix nm_device_get_type_description() for veth devicesThomas Haller2018-04-242-2/+17
* core/dbus: stop NMDBusManager and reject future method callsThomas Haller2018-04-248-25/+53
* core/trivial: add FIXME comments about clean shutdown at exitThomas Haller2018-04-242-4/+18
* settings: pass in authentication subject to nm_settings_add_connection_dbus()Thomas Haller2018-04-243-17/+22
* manager: track pending authorizations for activating connectionsThomas Haller2018-04-241-39/+185
* 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
* manager: use nm_utils_user_data_pack() instead of explicit AddAndActivateInfo...Thomas Haller2018-04-241-18/+3
* core: rework passing user-data to nm_active_connection_authorize()Thomas Haller2018-04-243-48/+28
* core: fix bus initialization orderBeniamino Galvani2018-04-233-21/+36
* core: fix misspellings of 'acquire'Beniamino Galvani2018-04-232-3/+3
* core: sort DHCP options that are exported on D-BusThomas Haller2018-04-232-24/+10
* core: add nm_utils_strdict_to_variant() helperThomas Haller2018-04-232-0/+28
* systemd: merge branch systemd into masterThomas Haller2018-04-2396-1375/+314
|\
| * systemd: update code from upstream (2018-04-23)Thomas Haller2018-04-2396-1375/+312
* | test-common: drop unused variablesLubomir Rintel2018-04-231-3/+0
* | auth-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* | acd-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* | ifcfg-rh: fix parse of tc qdiscs and filtersBeniamino Galvani2018-04-211-6/+14
* | ifcfg-rh: add tests for tc configBeniamino Galvani2018-04-213-0/+155
* | manager: fix assertions when activating VPNsBeniamino Galvani2018-04-201-7/+11
* | manager: fix activating VPN connectionsBeniamino Galvani2018-04-201-1/+1
* | device/connectivity: fix periodic checks that take a long time to completeThomas Haller2018-04-201-9/+41
* | device/connectivity: fix periodic connectivity checks to always reschedule th...Thomas Haller2018-04-201-6/+18
* | device/connectivity: fix handling of completed periodic checks in concheck_cb()Thomas Haller2018-04-201-6/+38
* | device/connectivity: fix timeout handling when resetting the periodic intervalThomas Haller2018-04-201-9/+20
* | device/connectivity: improve logging about cancelled connectivity checkThomas Haller2018-04-201-2/+2
* | all: add support for thunderbolt networkingChristian Kellner2018-04-191-0/+23
* | manager: fix auth-subject cleanupBeniamino Galvani2018-04-191-1/+1
* | manager: trust the state file more when assuming connectionsBeniamino Galvani2018-04-191-19/+34