summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | shared/compat: fix memory handling of nm_setting_vpn_get_*_keysJan Alexander Steffens (heftig)2017-12-211-9/+1
* | wwan: merge branch 'bg/modem-default-route-rh1527934'Beniamino Galvani2017-12-211-26/+26
|\ \
| * | wwan: clear idle source id when the callback runsBeniamino Galvani2017-12-211-0/+3
| * | wwan: add default route even if modem didn't return a gatewayBeniamino Galvani2017-12-211-19/+15
| * | wwan: fix checks on IP configurationBeniamino Galvani2017-12-211-7/+8
|/ /
* | settings: clear unsaved flag on new settings-connectionBeniamino Galvani2017-12-209-7/+11
* | core: persist aspired default route-metric in device's state fileThomas Haller2017-12-204-41/+66
* | settings: drop unused define for HOSTNAME_FILEThomas Haller2017-12-201-15/+0
* | settings: avoid assertion when deleting connectionsBeniamino Galvani2017-12-206-13/+26
* | core: ensure that the default route-metric bumps at most 50 pointsThomas Haller2017-12-191-8/+18
* | man/openvswitch: fix type in examplesLubomir Rintel2017-12-191-10/+10
* | build: Enable unused-but-set warning in mesonIñigo Martínez2017-12-181-1/+0
* | build: Move default path values to options fileIñigo Martínez2017-12-183-166/+91
* | build: Remove documentation generation workaroundsIñigo Martínez2017-12-184-10/+3
* | build: Drop HAVE_VLAN_FLAG_LOOSE_BINDINGIñigo Martínez2017-12-183-40/+0
* | dns: rework write_to_netconfig()Thomas Haller2017-12-181-31/+38
* | core: avoid compiler warnings in write_to_netconfig() and ifnet_update_parser...Thomas Haller2017-12-182-6/+4
* | clients/cli: use a nicer password promptLubomir Rintel2017-12-183-12/+46
* | libnm-core: move detection of UTF-8 capable terminals to clients/Lubomir Rintel2017-12-185-45/+73
* | clients/cli: don't store a password in historyLubomir Rintel2017-12-181-0/+5
* | build: enable unused-but-set warningLubomir Rintel2017-12-181-1/+0
* | all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-1835-144/+39
* | ifcfg-rh: remove the watch on finalizeLubomir Rintel2017-12-181-6/+7
* | libnm/vpn: fix secret comparisonLubomir Rintel2017-12-182-12/+34
* | manager: fix connectivity-check-enabled propertyLubomir Rintel2017-12-181-1/+1
* | libnm-core/tc-config: remove deprecation guards from typedefsLubomir Rintel2017-12-181-3/+0
* | build: fix out-of-tree build for generate-plugin-docs.plThomas Haller2017-12-181-3/+3
* | libnm: merge branch 'th/libnm-attribute-handling'Thomas Haller2017-12-1814-119/+138
|\ \
| * | libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineThomas Haller2017-12-188-34/+36
| * | keyfile: avoid heap allocating temporay name for numbered key in ip_address_o...Thomas Haller2017-12-181-7/+7
| * | libnm: avoid deep cloning list of address attribute names for nm_utils_ip_add...Thomas Haller2017-12-183-10/+19
| * | libnm: sort attribute names in nm_tc_action_get_attribute_names()Thomas Haller2017-12-182-23/+13
| * | libnm: sort attribute names in nm_ip_address_get_attribute_names()Thomas Haller2017-12-181-14/+4
| * | libnm: use nm_utils_strdict_get_keys() for getting attribute-names of ip-routesThomas Haller2017-12-181-32/+4
| * | shared: add nm_utils_strv_make_deep_copied() helperThomas Haller2017-12-182-0/+25
| * | shared: add nm_utils_strdict_get_keys() helperThomas Haller2017-12-182-0/+31
|/ /
* | build: use template files for enum types' sources generationIñigo Martínez2017-12-1831-141/+552
* | build: merge branch 'meson-generate-build-docs'Thomas Haller2017-12-185-77/+61
|\ \
| * | build: Merge no introspection headers with public headersIñigo Martínez2017-12-163-22/+13
| * | build: Make generate-plugin-docs.pl independent of autotoolsIñigo Martínez2017-12-164-55/+48
|/ /
* | 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
|/ /