summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: enable matrix build for gcc/clang and autotools/mesonth/build-meson-on-travisThomas Haller2018-01-101-34/+43
* travis: add meson builds to travis-ciThomas Haller2018-01-101-4/+40
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-1020-90/+64
* build/meson: fix build without have_version_scriptThomas Haller2018-01-101-5/+3
* build/meson: disable unit tests that are known to failThomas Haller2018-01-101-2/+3
* build/meson: fix build without introspectionThomas Haller2018-01-101-8/+10
* build/meson: fix gir dependency with building without fake-typelibsThomas Haller2018-01-101-6/+5
* build/meson: fix build with -D session_tracking=no -D systemdsystemunitdir=noThomas Haller2018-01-101-1/+2
* build/meson: rename config_plugin_ibft option to just ibftThomas Haller2018-01-103-9/+9
* build/meson: meson improvementsThomas Haller2018-01-1051-360/+244
|\
| * meson: Use string variables extensivelyIñigo Martínez2018-01-1014-43/+54
| * meson: Improve dependency systemIñigo Martínez2018-01-1045-320/+193
|/
* all: merge branch 'th/pr/53' (part 1)Thomas Haller2018-01-102-31/+42
|\
| * device: split per-directory factory functionPavel Šimerda2018-01-101-31/+38
| * build: print missing configured directoriesPavel Šimerda2018-01-101-0/+4
|/
* build: Add meson build files to distributable filesIñigo Martínez2018-01-106-28/+143
* dhcp: fix check for client-id in _set_client_id()Thomas Haller2018-01-091-0/+1
* all: merge branch 'th/policy-and-mdns'Thomas Haller2018-01-0926-622/+979
|\
| * policy: merge IPv4 and IPv6 versions of device_ip_config_changed()Thomas Haller2018-01-091-45/+27
| * core: implement setting MDNS setting for systemdThomas Haller2018-01-098-4/+108
| * core: rework tracking config in dns-manager to use ifindexThomas Haller2018-01-099-581/+391
| * core/trivial: rename local variable in merge_one_ip_config()Thomas Haller2018-01-091-15/+15
| * dns: rework pending request-queue in NMDnsSystemdResolvedThomas Haller2018-01-091-26/+56
| * dns: refactor update() in NMDnsSystemdResolved to use a hash tableThomas Haller2018-01-091-47/+45
| * shared: add nm_cmp_int2ptr_p_with_data() helperThomas Haller2018-01-091-0/+19
| * shared: add NMCListElemThomas Haller2018-01-092-0/+75
| * core: add nm_ip_config_get_ifindex() helperThomas Haller2018-01-091-0/+6
| * dns: merge IPv4 and IPv6 versions of add_ip_config() (part 2)Thomas Haller2018-01-091-167/+103
| * dns: merge IPv4 and IPv6 versions of add_ip_config() (part 1)Thomas Haller2018-01-091-124/+117
| * dns/trivial: move codeThomas Haller2018-01-091-45/+45
| * libnm: rename MDns flag UNKNOWN to DEFAULTThomas Haller2018-01-097-26/+35
| * libnm: verify value for connection.mdnsThomas Haller2018-01-091-1/+12
| * dns: add mechanism for propagating mDNS setting.Ismo Puustinen2018-01-096-32/+306
| * mdns: add new connection property.Ismo Puustinen2018-01-098-3/+109
| * build: first build dns-manager and dns-plugin before the pluginsThomas Haller2018-01-091-4/+4
| * core: reorder code in "src/dns/nm-dns-manager.c"Thomas Haller2018-01-091-40/+44
|/
* ifcfg: test for sysconfig network path also on mesonIñigo Martínez2018-01-092-18/+4
* platform-linux: reload qdiscs and tfilters after removing themLubomir Rintel2018-01-081-1/+4
* libnm: fix building libnm without WITH_FAKE_TYPELIBS and without girThomas Haller2018-01-081-2/+2
* platform/tests: relax checking for signals in test-address-linuxFrancesco Giudici2018-01-081-1/+1
* libnm: drop libnm-util/nm-setting-template.[hc]Thomas Haller2018-01-084-175/+0
* 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