summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* policy: merge IPv4 and IPv6 versions of device_ip_config_changed()th/policy-and-mdnsThomas Haller2018-01-081-45/+27
* core: implement setting MDNS setting for systemdThomas Haller2018-01-088-4/+108
* core: rework tracking config in dns-manager to use ifindexThomas Haller2018-01-089-581/+391
* core/trivial: rename local variable in merge_one_ip_config()Thomas Haller2018-01-081-15/+15
* dns: rework pending request-queue in NMDnsSystemdResolvedThomas Haller2018-01-081-26/+56
* dns: refactor update() in NMDnsSystemdResolved to use a hash tableThomas Haller2018-01-081-47/+45
* shared: add nm_cmp_int2ptr_p_with_data() helperThomas Haller2018-01-081-0/+19
* shared: add NMCListElemThomas Haller2018-01-082-0/+75
* core: add nm_ip_config_get_ifindex() helperThomas Haller2018-01-081-0/+6
* dns: merge IPv4 and IPv6 versions of add_ip_config() (part 2)Thomas Haller2018-01-081-167/+103
* dns: merge IPv4 and IPv6 versions of add_ip_config() (part 1)Thomas Haller2018-01-081-124/+117
* dns/trivial: move codeThomas Haller2018-01-081-45/+45
* libnm: rename MDns flag UNKNOWN to DEFAULTThomas Haller2018-01-087-26/+35
* libnm: verify value for connection.mdnsThomas Haller2018-01-081-1/+12
* dns: add mechanism for propagating mDNS setting.Ismo Puustinen2018-01-086-32/+306
* mdns: add new connection property.Ismo Puustinen2018-01-088-3/+109
* build: first build dns-manager and dns-plugin before the pluginsThomas Haller2018-01-081-4/+4
* core: reorder code in "src/dns/nm-dns-manager.c"Thomas Haller2018-01-081-40/+44
* build/meson: don't include libnm when building src/systemdIñigo Martínez2018-01-081-1/+0
* all: merge branch 'th/nm-compilation-type'Thomas Haller2018-01-0887-581/+659
|\
| * clients: drop redundant #include "NetworkManager.h"Thomas Haller2018-01-0824-43/+0
| * tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-0812-304/+254
| * tests: add NMTST_EXPECT*() macrosThomas Haller2018-01-082-0/+22
| * build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-0849-231/+380
| * config: adjust logging message for duplicate config prefixThomas Haller2018-01-082-13/+13
|/
* core: load jansson on demandLubomir Rintel2018-01-088-35/+248
* ip-tunnel: add support for tunnel flagsBeniamino Galvani2018-01-0516-22/+274
* dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failureThomas Haller2018-01-048-28/+88
* dhcp: track dhcp-client instances with CList instead of hash-tableThomas Haller2018-01-043-45/+34
* c-list: merge branch 'th/c-list-sort-nonrec'Thomas Haller2018-01-032-81/+139
|\
| * shared: implement c_list_sort() as non-recursive merge-sortThomas Haller2018-01-031-13/+39
| * shared: split helper functions out of c_list_sort()Thomas Haller2018-01-031-22/+40
| * shared/tests: improve tests for c_list_sort()Thomas Haller2018-01-031-59/+73
|/
* ifcfg: test for sysconfig network path instead of distribution pathsPavel Šimerda2018-01-031-4/+1
* ifcfg: add a test for Mageia as wellPavel Šimerda2018-01-031-0/+1
* travis: update to Ubuntu 14.04 (trusty)lr/travis-upgradeLubomir Rintel2018-01-021-4/+3
* travis: use apt addon to install packagesLubomir Rintel2018-01-021-18/+49
* build: Workaround for gtkdoc dependenciesIñigo Martínez2018-01-022-2/+7
* build: Remove default install directoriesIñigo Martínez2018-01-0211-61/+22
* systemd: merge branch systemd into masterThomas Haller2018-01-0218-322/+463
|\
| * systemd: update code from upstream (2018-01-01)Thomas Haller2018-01-0216-321/+449
* | tests: fix warnings about unused functionsPavel Šimerda2017-12-301-1/+2
* | wifi/iwd: fix type-description for NMDeviceIwdThomas Haller2017-12-271-0/+11
* | wifi/iwd: merge branch 'th/wifi-iwd-config'Thomas Haller2017-12-2712-19/+136
|\ \
| * | device: don't keep a clone of the type-description for each device instanceThomas Haller2017-12-272-6/+11
| * | core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller2017-12-275-2/+11
| * | wifi: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-12-271-2/+2
| * | wifi: don't log NULL string in create_device()Thomas Haller2017-12-271-1/+5
| * | core: use define for configuration name "wifi.scan-rand-mac-address"Thomas Haller2017-12-272-1/+2
| * | wifi: configure wifi-backend per deviceThomas Haller2017-12-273-5/+15