summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: don't special case "vpn.secrets" property in property_to_dbus()th/libnm-properties-overrideThomas Haller2019-09-274-8/+14
* libnm: drop unused NM_SETTING_PARAM_GENDATA_BACKED property flagThomas Haller2019-09-272-5/+0
* libnm: copy list of property-infos instead of keeping buffer from GArrayThomas Haller2019-09-271-2/+4
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-2727-252/+252
* libnm: cleanup _properties_override_add*() functionsThomas Haller2019-09-272-13/+22
* libnm: replace _properties_override_add_override() with _properties_override_...Thomas Haller2019-09-2711-146/+98
* libnm: replace _properties_override_add_transform() with _properties_override...Thomas Haller2019-09-275-58/+29
* libnm: replace _properties_override_add_dbus_only() with _properties_override...Thomas Haller2019-09-276-75/+54
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-2723-301/+289
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-2719-250/+266
* libnm: avoid heap allocation in _nm_utils_strdict_to_dbus()Thomas Haller2019-09-271-2/+8
* shared: add NM_G_VARIANT_TYPE() macroThomas Haller2019-09-271-0/+8
* clients/tests: add test for (invalid) call `nmcli dev s eth0`Thomas Haller2019-09-272-391/+435
* initrd: merge branch 's390-initrd'Thomas Haller2019-09-275-62/+161
|\
| * initrd: make "argv" argument of nmi_cmdline_reader_parse() a const strvThomas Haller2019-09-274-54/+47
| * initrd/tests: check for the parsed values in detail for rd.znet testThomas Haller2019-09-271-4/+51
| * initrd: avoid modifying the argv argument in nmi_cmdline_reader_parse()Thomas Haller2019-09-271-7/+14
| * libnm: fix variable type for holding g_strv_length() result in "nm-setting-wi...Thomas Haller2019-09-271-1/+1
| * initrd: avoid assertion inparse_rd_znet() and cleanupThomas Haller2019-09-271-9/+15
| * nm-initrd-generator - add test for rd.znetDan Horák2019-09-271-0/+13
| * process s390 specific device info from rd.znet parameter in nm-initrd-generatorDan Horák2019-09-272-1/+34
|/
* settings: fix creation of default-wired-connection in device_realized()Thomas Haller2019-09-271-1/+1
* core: merge branch 'th/config-log-no-auto-default'Thomas Haller2019-09-269-11/+68
|\
| * core: log why no "auto-default" connection was createdThomas 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: don't include the source line number with client tests outputThomas Haller2019-09-265-2754/+2759
* 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