summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dhcp: refactor dhclient_start() to use cleanup attributeThomas Haller2018-05-261-45/+45
* dhcp: cache errno in nm_dhcp_client_stop_existing() before using itThomas Haller2018-05-262-6/+10
* dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-263-14/+13
* dhcp: use cleanup attribute in nm_dhcp_client_handle_event()Thomas Haller2018-05-261-22/+19
* dhcp: minor cleanup initializing name of leasefile for NMDhcpDhclintThomas Haller2018-05-261-17/+11
* core: let NM_IS_IP_CONFIG() check for expected addr-familyThomas Haller2018-05-263-8/+14
* dhcp: fix leaking error in dhclient_start()Thomas Haller2018-05-261-0/+1
* core: add and use NM_SHUTDOWN_TIMEOUT_MS as duration that we plan for shutdownThomas Haller2018-05-252-1/+21
* ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-259-157/+183
* ppp-manager/trivial: rename variables holding self pointersThomas Haller2018-05-251-64/+64
* ppp-manager: refactor killing pppd process by using _ppp_kill() functionThomas Haller2018-05-251-24/+25
* core: add nm_shutdown_register_watchdog() for marking object to wait for shut...Thomas Haller2018-05-252-0/+101
* active-connection: fix build with clang-6.0Lubomir Rintel2018-05-211-1/+2
* build/meson: fix building internal systemd libraryThomas Haller2018-05-191-0/+1
* systemd: merge branch systemd into masterThomas Haller2018-05-1841-193/+853
|\
| * systemd: update code from upstream (2018-05-18)Thomas Haller2018-05-1840-193/+847
* | active-connection: fix harmless typoFrancesco Giudici2018-05-181-1/+1
* | devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis2018-05-181-0/+1
* | core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2018-05-162-17/+7
* | dns: sd-resolved: honor dns-priorityBeniamino Galvani2018-05-141-38/+16
* | dns: dnsmasq: honor dns-priorityBeniamino Galvani2018-05-141-140/+22
* | dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani2018-05-144-0/+210
* | core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-145-74/+47
* | dns: dnsmasq: fix adding multiple domainsBeniamino Galvani2018-05-141-1/+1
* | all: use the elvis operator wherever possibleLubomir Rintel2018-05-1033-76/+76
* | all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-101-1/+1
* | device: start IP configuration when master carrier goes upBeniamino Galvani2018-05-091-6/+6
* | core-utils: don't load modules not ending with ".so"Lubomir Rintel2018-05-091-1/+1
* | 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