NetworkManager/src
Tore Anderson 3efb6740fc device: prefer wifi over wwan by default
This makes wifi preferred to wwan (the modem and bluetooth device types
to be specific) by default, so that users that care about being
connected at all times can keep both enabled with auto-connect. As wifi
is usually unmetered and often faster than wwan, it makes sense to
prefer it. This is also how pretty much every smart-phone in the world
behaves, so it aligns better with user expectations too.

https://bugzilla.gnome.org/show_bug.cgi?id=744754
2015-07-22 10:50:23 +02:00
..
devices device: prefer wifi over wwan by default 2015-07-22 10:50:23 +02:00
dhcp-manager all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init() 2015-07-12 13:56:52 +02:00
dns-manager dns: rewrite "resolv.conf" on SIGHUP and SIGUSR1 2015-06-25 22:02:18 +02:00
dnsmasq-manager test: initialize tests with nmtst_init() 2015-07-12 13:56:52 +02:00
platform platform: replace addr/route exists() functions by get() 2015-07-14 13:36:50 +02:00
ppp-manager all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init() 2015-07-12 13:56:52 +02:00
rdisc platform/coverity: add workarounds to suppress coverify warnings 2015-06-25 18:49:18 +02:00
settings settings: call dispatcher when setting hostname with systemd 2015-07-15 15:34:56 +02:00
supplicant-manager supplicant: allow with_system_ca_path to be a file name (rh #1236548) 2015-07-08 17:07:02 +02:00
systemd systemd: fix compiler warning about uninitialized variable 2015-07-09 16:12:31 +02:00
tests route-manager/test: add test for full-sync 2015-07-14 13:36:50 +02:00
vpn-manager routes/trival: add argument @routes_full_sync to IP config commit 2015-07-14 13:36:50 +02:00
main-utils.c config: pass signals to nm_config_reload() 2015-06-25 22:02:18 +02:00
main-utils.h config: pass signals to nm_config_reload() 2015-06-25 22:02:18 +02:00
main.c logging: make use of journal configurable 2015-07-14 15:55:14 +02:00
Makefile.am logging: add native systemd-journald support to nm-logging 2015-07-14 15:55:14 +02:00
NetworkManagerUtils.c core: print connection path in nm_utils_log_connection_diff() 2015-07-12 13:56:53 +02:00
NetworkManagerUtils.h core: add nm_match_spec_join() function 2015-07-02 15:50:04 +02:00
nm-activation-request.c core, dispatcher: drop unnecessary setpgid() calls 2015-01-19 11:29:13 -05:00
nm-activation-request.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-active-connection.c active-connection: fail the activation if the master AC disconnect 2015-06-24 18:20:47 +02:00
nm-active-connection.h nm-manager: add 'metered' property 2015-06-09 18:23:19 +02:00
nm-auth-manager.c logging: use _nm_log() to avoid duplicate check of whether logging is enabled 2015-04-22 11:22:19 +02:00
nm-auth-manager.h core: drop all remaining core-internal error domains 2014-10-22 08:29:10 -04:00
nm-auth-subject.c core: return parent pid from nm_utils_get_start_time_for_pid() 2015-06-30 16:15:17 +02:00
nm-auth-subject.h auth: support disabling POLKIT authentication entirely at compile time 2014-09-29 13:51:11 +02:00
nm-auth-utils.c auth-utils: memleak: free the key when we steal data 2015-02-18 18:10:47 +01:00
nm-auth-utils.h auth: remove session monitor argument 2015-01-05 18:38:44 +01:00
nm-config-data.c config: add nm_config_data_get_value_cached() function 2015-07-14 15:52:50 +02:00
nm-config-data.h config: add nm_config_data_get_value_cached() function 2015-07-14 15:52:50 +02:00
nm-config.c config: move debug command line option to NMConfig 2015-07-14 15:52:50 +02:00
nm-config.h logging: make use of journal configurable 2015-07-14 15:55:14 +02:00
nm-connection-provider.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-connection-provider.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-connectivity.c connectivity: log warning when using https:// URI 2015-07-16 17:08:55 +02:00
nm-connectivity.h connectivity: make NMConnectivity independent of NMConfig 2015-02-03 13:01:53 +01:00
nm-dbus-manager.c core: replace g_test_initialized() by nm_utils_get_testing() 2015-05-19 09:57:47 +02:00
nm-dbus-manager.h dbus-manager: add nm_dbus_manager_setup() function for testing 2015-02-16 17:42:01 +01:00
nm-dcb.c platform: add self argument to platform functions 2015-04-21 17:51:34 +02:00
nm-dcb.h core: drop all remaining core-internal error domains 2014-10-22 08:29:10 -04:00
nm-default-route-manager.c vpn: allow overwriting default gateway by connection configuration 2015-07-13 15:05:47 +02:00
nm-default-route-manager.h default-route: add @out_is_never_default argument to has_default_route() 2015-05-29 11:43:58 +02:00
nm-dhcp4-config.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp4-config.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-dhcp6-config.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp6-config.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-dispatcher.c dispatcher: fix crash due to wrong signature of variant for argument of "Action" D-Bus call 2015-04-07 19:18:15 +02:00
nm-dispatcher.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-firewall-manager.c firewall: clean up call completion and use GCancellable 2015-04-03 16:58:41 -04:00
nm-firewall-manager.h firewall: make call handle an opaque pointer type 2014-11-19 12:58:36 +01:00
nm-iface-helper.c logging: make use of journal configurable 2015-07-14 15:55:14 +02:00
nm-ip4-config.c routes/trival: add argument @routes_full_sync to IP config commit 2015-07-14 13:36:50 +02:00
nm-ip4-config.h routes/trival: add argument @routes_full_sync to IP config commit 2015-07-14 13:36:50 +02:00
nm-ip6-config.c routes/trival: add argument @routes_full_sync to IP config commit 2015-07-14 13:36:50 +02:00
nm-ip6-config.h routes/trival: add argument @routes_full_sync to IP config commit 2015-07-14 13:36:50 +02:00
nm-logging.c logging: refactor level conversion from switch() to @level_desc lookup-array 2015-07-14 15:55:14 +02:00
nm-logging.h logging: make use of journal configurable 2015-07-14 15:55:14 +02:00
nm-manager.c config: add macros NM_CONFIG_GET_DATA and NM_CONFIG_GET_DATA_ORIG 2015-07-02 15:50:03 +02:00
nm-manager.h nm-manager: add 'metered' property 2015-06-09 18:23:19 +02:00
nm-multi-index.c all: fix additional compiler warningis about function declarations 2015-06-19 13:06:37 +02:00
nm-multi-index.h core: add NMMultiIndex class 2015-06-17 11:23:51 +02:00
nm-policy.c core: (trivial) fix spelling in comments 2015-04-20 09:45:57 +02:00
nm-policy.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-properties-changed-signal.c core: intern hyphen_name string in nm_properties_changed_signal_add_property() 2015-01-29 16:23:43 +01:00
nm-properties-changed-signal.h core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-rfkill-manager.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-rfkill-manager.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-route-manager.c route-manager: align trace logging statement 2015-07-14 13:36:50 +02:00
nm-route-manager.h route-manager: add argument to to only remove routes that were added by NMRouteManager 2015-07-14 13:36:50 +02:00
nm-session-monitor.c core: fix session-monitor build with --with-session-tracking=none 2015-02-05 11:09:22 +01:00
nm-session-monitor.h session: merge nm-session-monitor-* modules 2015-01-05 18:39:46 +01:00
nm-sleep-monitor-systemd.c libnm, core: use _nm_dbus_signal_connect() 2015-04-03 16:58:40 -04:00
nm-sleep-monitor-upower.c core: port nm-sleep-monitor-upower to gdbus 2015-04-03 16:58:40 -04:00
nm-sleep-monitor.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-types.h platform/trivial: rename enum value NM_IP_CONFIG_SOURCE_RTPROT_KERNEL 2015-07-01 16:00:21 +02:00
org.freedesktop.NetworkManager.conf dbus: increase 'max_replies_per_connection' limit in D-Bus configuration 2015-05-29 08:04:26 +02:00