summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineth/libnm-attribute-handlingThomas Haller2017-12-158-34/+36
* keyfile: avoid heap allocating temporay name for numbered key in ip_address_o...Thomas Haller2017-12-151-7/+7
* libnm: avoid deep cloning list of address attribute names for nm_utils_ip_add...Thomas Haller2017-12-153-10/+19
* libnm: sort attribute names in nm_tc_action_get_attribute_names()Thomas Haller2017-12-152-22/+14
* libnm: sort attribute names in nm_ip_address_get_attribute_names()Thomas Haller2017-12-151-13/+5
* libnm: use nm_utils_strdict_get_keys() for getting attribute-names of ip-routesThomas Haller2017-12-151-30/+4
* shared: add nm_utils_strv_make_deep_copied() helperThomas Haller2017-12-152-0/+19
* shared: add nm_utils_strdict_get_keys() helperThomas Haller2017-12-152-0/+31
* all: merge branch 'th/static-asserts'Thomas Haller2017-12-1515-41/+54
|\
| * 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