summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* connectivity: consider default route for global connectivity stateth/connectivity-per-af-fixesThomas Haller2018-12-103-33/+89
* connectivity: issue connectivity check right away on configuration reloadThomas Haller2018-12-101-2/+2
* connectivity: log address family for device's connectivity checksThomas Haller2018-12-101-8/+16
* connectivity: use 443 port for https URIsThomas Haller2018-12-101-1/+4
* connectivity: ensure uri and response stays alive during connectivity checkThomas Haller2018-12-101-73/+114
* connectivity: improve warning about URI config changeThomas Haller2018-12-101-29/+39
* connectivity: various cleanup in resolve_cb()Thomas Haller2018-12-101-26/+30
* connectivity: honor "main.systemd-resolved" setting to not resolve names firstThomas Haller2018-12-104-36/+74
* dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller2018-12-102-13/+14
* cli: drop gettext() wrappers for no_l10n to-string functionsThomas Haller2018-12-104-25/+13
* cli: don't translate connectivity state in terse outputThomas Haller2018-12-103-280/+280
* connectivity: add a unique counter for logging connectivity checksThomas Haller2018-12-101-4/+9
* shared: allow AF_UNSPEC for nm_utils_addr_family_to_char()Thomas Haller2018-12-101-2/+3
* connectivity: don't use GDBusProxy for resolving names via systemd-resolvedThomas Haller2018-12-101-58/+52
* dbus: add nm_dbus_manager_get_dbus_connection() helperThomas Haller2018-12-102-0/+10
* connectivity: fix determining the global connectivity stateThomas Haller2018-12-102-3/+8
* libnm: add nm_connectivity_state_cmp() helperThomas Haller2018-12-102-0/+72
* shared: add NM_MAX_WITH_CMP() macroThomas Haller2018-12-101-0/+10
* core: avoid calling platform code with invalid ifindex (3)Thomas Haller2018-12-101-1/+4
* core: merge branch 'th/keep-alive-fixes'Thomas Haller2018-12-0915-186/+546
|\
| * core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-0913-29/+181
| * keep-alive: only declare keep-alive dead when connection becomes invisibleThomas Haller2018-12-091-7/+32
| * device: arm keep-alive instance when queuing active-connection for activationThomas Haller2018-12-093-4/+20
| * keep-alive: default keep-alive instance to aliveThomas Haller2018-12-091-13/+31
| * keep-alive: log alive/dead status of keep-alive instanceThomas Haller2018-12-091-0/+1
| * core: in NMPolicy's _deactivate_if_active() safely iterate over active connec...Thomas Haller2018-12-091-2/+2
| * core: add nm_manager_for_each_active_connection_safe() and nm_manager_for_eac...Thomas Haller2018-12-091-0/+26
| * keep-alive: drop unused nm_keep_alive_set_forced()Thomas Haller2018-12-092-20/+0
| * keep-alive: use NMKeepAlive API directly instead of via NMActiveConnectionThomas Haller2018-12-094-65/+62
| * keep-alive: let NMKeepAlive instance access the owner object that it is keepi...Thomas Haller2018-12-093-0/+69
| * manager: use nm_device_disconnect_active_connection() in nm_manager_deactivat...Thomas Haller2018-12-091-4/+4
| * manager: fail early from nm_manager_deactivate_connection()Thomas Haller2018-12-091-10/+5
| * device: always disconnect in nm_device_disconnect_active_connection()Thomas Haller2018-12-091-6/+12
| * device: use correct active-connection's state-change reason in nm_device_disc...Thomas Haller2018-12-091-2/+1
| * device: pass active-connection's state-change reason to nm_device_disconnect_...Thomas Haller2018-12-093-4/+7
| * device: pass active-connection's state-change reason to _clear_queued_act_req...Thomas Haller2018-12-091-8/+15
| * device: add state-change reason argument to nm_device_disconnect_active_conne...Thomas Haller2018-12-093-4/+7
| * keep-alive: rename nm_keep_alive_sink() to nm_keep_alive_arm()Thomas Haller2018-12-093-19/+36
| * keep-alive: drop "floating" argument from nm_keep_alive_new()Thomas Haller2018-12-093-11/+10
| * keep-alive: add nm_keep_alive_disarm() to silence notifications once we disco...Thomas Haller2018-12-093-4/+48
| * policy: fix disconnecting notify:alive signal from active-connectionThomas Haller2018-12-091-0/+3
|/
* device: avoid platform assertion failureBeniamino Galvani2018-12-061-2/+5
* core: avoid assertion when removing devicesBeniamino Galvani2018-12-041-1/+6
* core: avoid calling platform code with invalid ifindex (2)Thomas Haller2018-12-041-0/+2
* core: avoid calling platform code with invalid ifindexThomas Haller2018-12-033-3/+4
* shared: merge branch 'th/metered-for-shared'Thomas Haller2018-12-037-254/+265
|\
| * device/shared: set ANDROID_METERED option 43 for shared connectionsThomas Haller2018-12-035-3/+57
| * ppp: replace NMCmdLine API with plain GPtrArray in create_pppd_cmd_line()Thomas Haller2018-12-031-146/+85
| * dnsmasq: refactor construction of command line options in create_dm_cmd_line()Thomas Haller2018-12-031-105/+52
| * shared: add nm_strv_ptrarray_*() helpersThomas Haller2018-12-031-0/+71
|/