summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: log why no "auto-default" connection was createdth/config-log-no-auto-defaultThomas Haller2019-09-261-4/+17
* core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller2019-09-266-7/+31
* shared: add nm_utils_g_slist_strlist_join() utilThomas Haller2019-09-262-0/+20
* clients/tests: skip client tests with python 3.8-betaThomas Haller2019-09-261-0/+7
* dns: merge branch 'th/dnsmasq-rework'Thomas Haller2019-09-2614-557/+1027
|\
| * dns: move ratelimiting and restart from NMDnsManager to NMDnsDnsmasqThomas Haller2019-09-264-138/+90
| * dns/dnsmasq: refactor tracking of dnsmasq processThomas Haller2019-09-264-236/+783
| * dns: move PID handling from NMDnsPlugin to NMDnsDnsmasq implementationThomas Haller2019-09-264-258/+186
| * dns/dnsmasq: move creation of update arguments to separate functionThomas Haller2019-09-261-14/+28
| * dns: return error reason from nm_dns_plugin_update()Thomas Haller2019-09-266-12/+33
| * dns: drop get_name() and is_caching() virtual functions for klass variablesThomas Haller2019-09-265-76/+29
| * core: use G_DEFINE_ABSTRACT_TYPE() macro instead of G_DEFINE_TYPE_EXTENDED()Thomas Haller2019-09-262-2/+2
| * core: extend nm_shutdown_wait_obj_*() to support waiting with explicit unregi...Thomas Haller2019-09-262-3/+21
| * shared: add compat macro for G_PID_FORMATThomas Haller2019-09-262-0/+37
|/
* release: bump version to 1.21.2-dev1.21.2-devThomas Haller2019-09-262-2/+2
* supplicant: fix rework condition in nm_supplicant_config_add_bgscan()Thomas Haller2019-09-251-1/+1
* supplicant: rework condition in nm_supplicant_config_add_bgscan()Thomas Haller2019-09-251-9/+6
* build: regenerate config-extra.h if configure was re-run with different argum...Lubomir Rintel2019-09-251-1/+1
* wifi: roam aggressively if we on a multi-AP networkKristian Klausen2019-09-251-6/+9
* build,tests: merge branch 'th/fix-python-test'Thomas Haller2019-09-256-22/+44
|\
| * gitlab-ci: add building on Fedora 31Thomas Haller2019-09-251-0/+6
| * build/meson: use python3 interpreter for "generate-setting-docs.py"Thomas Haller2019-09-251-2/+2
| * contrib/rpm: drop BuildRequires to deprecated "wireless-tools-devel"Thomas Haller2019-09-252-6/+0
| * tests: don't install bzip2 as REQUIRED_PACKAGES on Fedora/RHELThomas Haller2019-09-251-1/+0
| * tests: don't install unnecessary package in gitlab-ci testsThomas Haller2019-09-252-5/+14
| * tests: fix failure installing non-existing packages in REQUIRED_PACKAGESThomas Haller2019-09-251-4/+16
| * tests: fix "clients/tests/test-client.py" concatenating binary for Python 3Thomas Haller2019-09-251-1/+1
| * tests: don't compare string literal with "is" in "clients/tests/test-client.py"Thomas Haller2019-09-251-2/+2
| * tests: avoid deprecated GLib.IOChannel.add_watch() in "test-networkmanager-se...Thomas Haller2019-09-251-2/+4
|/
* systemd: merge branch systemd into masterThomas Haller2019-09-2521-60/+262
|\
| * systemd: update code from upstream (2019-09-24)Thomas Haller2019-09-2522-61/+261
* | settings: fix updating agent-owned VPN secretsBeniamino Galvani2019-09-242-6/+62
* | build: avoid target redefinitionBeniamino Galvani2019-09-241-2/+0
* | dhcp/nettools: round time difference when calculating the lease lifetimeThomas Haller2019-09-231-1/+1
* | shared/trivial: rename _nm_g_slice_free_fcn1() macro to nm_g_slice_free_fcn1()Thomas Haller2019-09-231-4/+4
* | contrib/rpm: "Suggest" wpa_supplicant for NetworkManager-wifi packageThomas Haller2019-09-231-0/+1
* | wifi/p2p: fix crash due to invalid signal handler supplicant_group_iface_grou...Thomas Haller2019-09-231-0/+1
* | core: merge branch 'th/check-have-connection-for-auto-default'Thomas Haller2019-09-231-36/+4
|\ \
| * | settings: drop redundant check from have_connection_for_device()Thomas Haller2019-09-231-6/+0
| * | settings: shortcut check for whether to create auto-default wired connectionThomas Haller2019-09-231-1/+2
| * | core: fix wrongly generating "Wired connection 1" (auto-default) for ethernet...Thomas Haller2019-09-231-30/+3
|/ /
* | bluez: merge branch 'th/bluez-rework-2'Thomas Haller2019-09-2354-2889/+4911
|\ \
| * | bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-2326-2813/+4296
| * | bluetooth/tests: add "nm-bt-test helper" program for manual testing of blueto...Thomas Haller2019-09-223-13/+88
| * | man: add examples how to configure bluetooth devices to `man nmcli-examples`.Thomas Haller2019-09-221-0/+22
| * | wwan: simplify API of nm_modem_act_stage2_config() to never failThomas Haller2019-09-224-32/+7
| * | wwan: add nm_modem_manager_get_modems() to iterate over modemsThomas Haller2019-09-223-0/+18
| * | wwan: mark modems that are taken by a NMDevice as "claimed"Thomas Haller2019-09-226-12/+70
| * | core: extend nm_shutdown_wait_obj_*() to support notification via a GCancellableThomas Haller2019-09-225-12/+66
| * | core: add and use NM_MANAGER_GET macroThomas Haller2019-09-2210-16/+17