summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* contrib/rpm: support building with mesonbg/rpm-mesonBeniamino Galvani2018-09-261-1/+112
* contrib/rpm: remove duplicate documentationBeniamino Galvani2018-09-261-2/+0
* build: meson: install ifcfg-rh files and directoryBeniamino Galvani2018-09-261-0/+9
* build: meson: fix install scriptBeniamino Galvani2018-09-262-5/+8
* build: meson: fix generation of api docsBeniamino Galvani2018-09-264-4/+28
* build: meson: add missing man fileBeniamino Galvani2018-09-261-1/+2
* build: meson: ifcfg-rh plugin should not enable ibftBeniamino Galvani2018-09-261-1/+1
* connectivity: fix a wrong comparisionLubomir Rintel2018-09-241-1/+1
* merge: branch 'lr/conn-check-af'Lubomir Rintel2018-09-2421-1362/+2529
|\
| * connectivity: create a multi-handle for all requestslr/conn-check-afLubomir Rintel2018-09-241-54/+45
| * cli: print per-device & per-AF connectivity statusLubomir Rintel2018-09-248-1166/+1910
| * libnm: add support for per-device & per-AF connectivity statusLubomir Rintel2018-09-243-0/+83
| * device: expose connectivity check result on a deviceLubomir Rintel2018-09-244-19/+45
| * connectivity: allow limiting the connectivity check to a specified AFLubomir Rintel2018-09-245-103/+173
| * connectivity: use systemd-resolved for resolving the check endpointLubomir Rintel2018-09-243-25/+214
| * connectivity: improve curl error messagesLubomir Rintel2018-09-241-7/+15
| * dns: allow loading nm-dns-systemd-resolve alongside other DNS pluginsLubomir Rintel2018-09-244-7/+63
|/
* initrd/cmdline-reader: fix whitespace errorsLubomir Rintel2018-09-241-36/+36
* checkpatch: detect some whitespace errorsLubomir Rintel2018-09-241-0/+6
* dns: fix creating resolv.conf contentThomas Haller2018-09-211-1/+3
* Do not manage Docker bridge interfacesAndrei Dziahel2018-09-211-0/+3
* dns: merge branch 'th/dns-stub-resolv-conf'Thomas Haller2018-09-214-55/+70
|\
| * dns: always write "/var/run/NetworkManager/resolv.conf"Thomas Haller2018-09-211-16/+0
| * dns: minor rewording of main.dns in `man NetworkManager.conf`Thomas Haller2018-09-211-2/+2
| * dns: write original DNS servers to /var/run/NetworkManager/no-stub-resolv.confThomas Haller2018-09-212-5/+42
| * dns: refactor create_resolv_conf() to use GString for constructing contentThomas Haller2018-09-211-30/+23
| * all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller2018-09-212-2/+3
|/
* libnm: don't skip NMObject:path from documentation and introspectionThomas Haller2018-09-211-1/+1
* core: fix route metric set to -1 on DHCP renewalFrederic Danis2018-09-211-4/+8
* cli: adjust error message about incompatible connection/deviceThomas Haller2018-09-201-1/+1
* readme: update issue tracker addressBeniamino Galvani2018-09-201-8/+12
* acd: fix crash in acd-event loopThomas Haller2018-09-201-6/+16
* core: improve logging why startup-complete is blockedThomas Haller2018-09-195-23/+48
* build: autodetect ebpf supportBeniamino Galvani2018-09-195-11/+27
* merge: branch 'bg/meson-fixes'Beniamino Galvani2018-09-1913-80/+165
|\
| * initrd: enable meson buildsBeniamino Galvani2018-09-193-18/+52
| * travis: disable gtk-doc for meson buildsBeniamino Galvani2018-09-191-1/+1
| * build: meson: GTK documentation requires introspectionBeniamino Galvani2018-09-191-3/+2
| * build: meson: fix computing NM exported symbolsBeniamino Galvani2018-09-192-2/+32
| * docs: include openvswitch(7) man page only when ovs is enabledBeniamino Galvani2018-09-192-2/+6
| * build: meson: gtk-doc needs common.entBeniamino Galvani2018-09-191-0/+2
| * build: meson: man files depend on common.entBeniamino Galvani2018-09-191-1/+2
| * build: meson: check vapi prerequisites and allow autodetectionBeniamino Galvani2018-09-192-5/+22
| * build: meson: support $DESTDIR in installation scriptBeniamino Galvani2018-09-194-48/+46
|/
* core/tests: remove an unused variableLubomir Rintel2018-09-191-1/+0
* settings/ifupdown/tests: avoid asserting on an arrayLubomir Rintel2018-09-191-2/+2
* crypto: remove some unused variablesLubomir Rintel2018-09-191-3/+0
* devices/acd-manager: avoid uninitialzied variable useLubomir Rintel2018-09-191-2/+1
* wifi/iwd: merge branch 'balrog-kun/iwd-fixes' (pr#206)Thomas Haller2018-09-193-77/+89
|\
| * wifi/iwd: don't change state in secrets callbackAndrew Zaborowski2018-09-191-6/+1