summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! fixup! core: load jansson on demandfg/jansson_wrapFrancesco Giudici2018-01-041-6/+2
* fixup! core: load jansson on demandFrancesco Giudici2018-01-041-0/+2
* core: load jansson on demandLubomir Rintel2018-01-048-35/+246
* 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
| * | core: add nm_config_data_get_device_config_by_pllink() to lookup per-device c...Thomas Haller2017-12-272-3/+42
| * | core: add nm_match_spec_device_by_pllink()Thomas Haller2017-12-272-0/+38
| * | contrib/rpm: conditionally enable iwd Wi-Fi pluginThomas Haller2017-12-271-0/+11
|/ /
* | core: merge branch 'th/bus-manager-cleanup'Thomas Haller2017-12-241-111/+121
|\ \
| * | core: use CList instead of GHashTable for tracking connections on PrivateServerThomas Haller2017-12-241-42/+60
| * | core: disconnect new-connection handler for private serverThomas Haller2017-12-241-0/+2
| * | core: inline creation of private server in nm_bus_manager_private_server_regi...Thomas Haller2017-12-241-48/+37
| * | core: use CList to track private server list in NMBusManagerThomas Haller2017-12-241-38/+39
|/ /
* | shared/compat: minor refactoring of compat codeThomas Haller2017-12-221-7/+7
* | shared/compat: Fix memory handling of nm_setting_vpn_get_*_keys (v2)Jan Alexander Steffens (heftig)2017-12-221-5/+12
* | Revert "shared/compat: fix memory handling of nm_setting_vpn_get_*_keys"Jan Alexander Steffens (heftig)2017-12-221-1/+9
* | wifi/iwd: merge branch 'pr/42'Thomas Haller2017-12-213-31/+295
|\ \
| * | iwd: fix coding style to use curly braces for multi-line if()Thomas Haller2017-12-211-4/+8
| * | iwd: For 8021x networks verify they're IWD Known NetworksAndrew Zaborowski2017-12-211-9/+42
| * | iwd: Don't require secrets for IWD Known NetworksAndrew Zaborowski2017-12-211-2/+46
| * | iwd: Track IWD Known NetworksAndrew Zaborowski2017-12-213-17/+203
| * | iwd: Remove a stray return and a newlineAndrew Zaborowski2017-12-211-3/+0
|/ /
* | ifnet: merge branch 'th/setting-plugin-ifnet'Thomas Haller2017-12-2133-7850/+22
|\ \
| * | settings: drop unmaintained ifnet settings plugin of GentooThomas Haller2017-12-2132-7835/+8
| * | build: drop --enable-ifcfg-suse configure optionThomas Haller2017-12-211-6/+1
| * | build/meson: drop option for deprecated ifcfg-suse setting pluginsThomas Haller2017-12-212-6/+0
| * | man: document all setting plugins in NetworkManager.conf manualThomas Haller2017-12-212-14/+24
|/ /
* | all: add more meaningful error code for unsupported IP methodBeniamino Galvani2017-12-214-4/+7
* | libnm: reuse nm_utils_strdict_get_keys() to implement NMSettingVpn's get_keys()Thomas Haller2017-12-211-35/+6