summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared: add static assert for nm_g_slice_free_fcn() argumentth/static-assertsThomas Haller2017-12-152-2/+15
* build: add "-Wvla" to warn about uses of variable-length arraysThomas Haller2017-12-151-0/+1
* core: don't use const integers where const expression is neededThomas Haller2017-12-152-4/+6
* tests: fix invalid static-asserts with non-const expressionThomas Haller2017-12-151-17/+10
* core: don't use variable length arraysThomas Haller2017-12-153-9/+13
* all: don't use NM_FLAGS_HAS() with non-constant argumentThomas Haller2017-12-157-9/+9
* core: merge branch 'th/device-route-metric-rh1505893'Thomas Haller2017-12-159-107/+652
|\
| * device: generate unique default route-metrics per interfaceThomas Haller2017-12-153-2/+255
| * core: add read/write support for route-metric to NMConfig's device stateThomas Haller2017-12-153-8/+36
| * core: cache device state in NMConfig and load all at onceThomas Haller2017-12-154-71/+156
| * core: add nm_config_keyfile_get_int64() utilThomas Haller2017-12-152-0/+34
| * device: expose nm_device_get_route_metric_default()Thomas Haller2017-12-152-4/+6
| * utils: extend binary-search to return the first/last indexThomas Haller2017-12-153-24/+167
|/
* cli: fix editor crashBeniamino Galvani2017-12-151-1/+1
* platform: fix ipv6 address synchronizationBeniamino Galvani2017-12-151-31/+39
* gitignore: ignore default meson build directory "build"Thomas Haller2017-12-151-0/+2
* src/tests: fix test_nm_utils_kill_child() under mesonThomas Haller2017-12-151-12/+29
* src/tests: split test code in test_nm_utils_kill_child()Thomas Haller2017-12-151-9/+16
* build: rename unit tests with the `test-` patternIñigo Martínez2017-12-148-35/+18
* build: fix test-ndisc-linux testIñigo Martínez2017-12-141-15/+19
* build: fix libnm_linking testIñigo Martínez2017-12-141-1/+1
* build: fix targets generated by generate-settings-docs.pyIñigo Martínez2017-12-141-35/+4
* build: library paths as parameters for generate-settings-docs.pyIñigo Martínez2017-12-141-0/+5
* systemd: merge branch systemd into masterThomas Haller2017-12-148-10/+59
|\
| * systemd: update code from upstream (2017-12-14)Thomas Haller2017-12-148-10/+59
* | devices/test: reapply commit 5c6a382d4d2981375ec40d09b40a533b88909865Francesco Giudici2017-12-141-1/+1
* | dhcp: systemd: support the hostname propertyBeniamino Galvani2017-12-131-0/+8
* | build: add initial support for meson build systemIñigo Martínez2017-12-1365-0/+5208
* | wifi: remove unused variables from iwd deviceThomas Haller2017-12-131-2/+0
* | wifi: add initial support for iwd Wi-Fi damonThomas Haller2017-12-1313-133/+2703
|\ \
| * | wifi: downgrade logging level and support reloading "wifi-backend" configurationThomas Haller2017-12-131-2/+2
| * | devices/wifi: Register an IWD PSK agent on dbusAndrew Zaborowski2017-12-133-1/+234
| * | devices/wifi: Add the wifi-backend config optionAndrew Zaborowski2017-12-132-3/+21
| * | devices/wifi: Track IWD devices, match to NMDeviceIwd objectsAndrew Zaborowski2017-12-135-1/+447
| * | devices/wifi: Add NMDeviceIwd class to support IWD backendAndrew Zaborowski2017-12-134-0/+1859
| * | devices/wifi: Move is_manf_default_ssid to nm-wifi-utils.cAndrew Zaborowski2017-12-133-34/+36
| * | devices/wifi: Move AP list utilities to nm-wifi-ap.cAndrew Zaborowski2017-12-133-96/+108
|/ /
* | systemd: merge branch systemd into masterThomas Haller2017-12-13114-232/+837
|\ \ | |/
| * systemd: update code from upstream (2017-12-13)Thomas Haller2017-12-13110-228/+827
* | macros: add _nm_fallthrough macroThomas Haller2017-12-131-0/+6
* | devices/test: give more time to dad checking in test-arpingFrancesco Giudici2017-12-131-1/+1
* | cli: merge branch 'th/cli-strsplit'Thomas Haller2017-12-128-378/+365
|\ \
| * | cli: drop nmc_strsplit_set()Thomas Haller2017-12-127-249/+223
| * | cli: refactor splitting of first command line argumentThomas Haller2017-12-121-64/+90
| * | cli: rework DEFINE_SETTER_PRIV_KEY()Thomas Haller2017-12-121-17/+15
| * | libnm: make nm_setting_802_1x_set_private_key() self-assignment safeThomas Haller2017-12-121-48/+37
|/ /
* | platform: improve ipv6 addresses synchronizationBeniamino Galvani2017-12-121-10/+40
* | merge: bug fixes found via coverityThomas Haller2017-12-126-14/+17
|\ \
| * | core: avoid leaks parsing team link-watcherThomas Haller2017-12-121-4/+7
| * | cli: avoid out-of-bounds-read for show_device_info()Thomas Haller2017-12-121-2/+2