summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: add better logging for autoconnect with a new log domainbg/log-autoconnectBeniamino Galvani2019-10-077-28/+93
* all: unify format of our Copyright source code commentsThomas Haller2019-10-02124-139/+139
* bluetooth: don't set the ifindex after the device has been activatedLubomir Rintel2019-10-021-0/+3
* wifi: guess metered flag based on Network Cost information elementBeniamino Galvani2019-10-015-21/+58
* meson: Remove devices tests' meson build filesIñigo Martínez2019-10-016-42/+39
* meson: Add missing "nm-bt-test" helper programIñigo Martínez2019-10-012-0/+10
* meson: Improve the wwan test build fileIñigo Martínez2019-10-012-6/+9
* meson: Remove tests related to check_so_symbolsIñigo Martínez2019-10-018-68/+0
* meson: Avoid the creation of an extra variableIñigo Martínez2019-10-011-5/+1
* meson: Remove unused variableIñigo Martínez2019-10-011-2/+0
* meson: Move network-config directory creation to main install fileIñigo Martínez2019-10-011-3/+0
* meson: Improve ifcfg-rh plugin buildIñigo Martínez2019-10-011-3/+11
* meson: Improve nm-initrd-generator targetIñigo Martínez2019-10-011-1/+6
* meson: Avoid the use of unnecessary arrayIñigo Martínez2019-10-011-3/+1
* meson: Improve ppp build fileIñigo Martínez2019-10-011-12/+6
* meson: Rename the compiler flags variableIñigo Martínez2019-10-011-2/+2
* meson: Use variable for test program nameIñigo Martínez2019-10-011-2/+4
* meson: Improve the src build fileIñigo Martínez2019-10-0115-80/+93
* meson: Improve the systemd build fileIñigo Martínez2019-10-011-40/+44
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-0111-66/+38
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-0114-28/+35
* meson: Improve the shared build fileIñigo Martínez2019-10-011-2/+3
* meson: Avoid the use of source_root and build_root methodsIñigo Martínez2019-10-011-4/+4
* all: manually drop code comments with file descriptionThomas Haller2019-10-01328-651/+335
* dhcp: systemd: support DHCPv6 prefix delegationBeniamino Galvani2019-09-303-9/+39
* device: fix wrong string compare in _commit_mtu()Beniamino Galvani2019-09-271-1/+1
* team: delete port configuration on releaseBeniamino Galvani2019-09-271-8/+13
* device: don't reapply IP config on link up for disconnected devicesBeniamino Galvani2019-09-271-4/+10
* 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
* 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: 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
* dns: move ratelimiting and restart from NMDnsManager to NMDnsDnsmasqThomas Haller2019-09-264-138/+90
* dns/dnsmasq: refactor tracking of dnsmasq processThomas Haller2019-09-262-235/+771
* 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
* 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
* wifi: roam aggressively if we on a multi-AP networkKristian Klausen2019-09-251-6/+9
* systemd: merge branch systemd into masterThomas Haller2019-09-259-33/+154
|\
| * systemd: update code from upstream (2019-09-24)Thomas Haller2019-09-259-33/+154