summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2018-05-162-17/+7
* | tests: fix quitting mainloop in test-networkmanager-service.pyThomas Haller2018-05-151-4/+3
* | cli: merge branch 'th/cli-connection-handling' (part 1)Thomas Haller2018-05-1593-1739/+3209
|\ \
| * | tests: explicitly export/unexport objectsThomas Haller2018-05-151-22/+30
| * | tests/trivial: move codeThomas Haller2018-05-151-30/+30
| * | tests: rework handling of D-Bus properties in NetworkManager stub serviceThomas Haller2018-05-151-365/+320
| * | cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()th/cli-connection-handlingThomas Haller2018-05-144-55/+20
| * | cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()Thomas Haller2018-05-142-0/+41
| * | cli: add and use macro for creating NmcMetaGenericInfo parent groupsThomas Haller2018-05-142-12/+8
| * | cli/trivial: move codeThomas Haller2018-05-141-74/+76
| * | cli: rework connection handling for multiple resultsThomas Haller2018-05-143-212/+330
| * | cli: rework converting enums to strings in "connections.c"Thomas Haller2018-05-141-44/+26
| * | cli: move find_active_connection() to common.cThomas Haller2018-05-143-84/+87
| * | cli: cleanup code paths in "connections.c"Thomas Haller2018-05-143-288/+205
| * | clients/common: add nmc_objects_sort_by_path() helperThomas Haller2018-05-142-0/+43
| * | shared: add nm_utils_dbus_path_cmp() helperThomas Haller2018-05-142-0/+91
| * | shared: add nm_utils_dbus_path_get_last_component() helperThomas Haller2018-05-142-0/+17
| * | shared: add nm_utf8_collate0() helperThomas Haller2018-05-141-0/+10
| * | shared: add NM_CMP_DIRECT_STRCMP0() macroThomas Haller2018-05-141-0/+3
| * | clients/tests: add nmcli test for activating connectionThomas Haller2018-05-1418-0/+592
| * | clients/tests: add more checks for output of nmcli by languageThomas Haller2018-05-1464-382/+1086
| * | tests: better implement ActivateConnection in NetworkManager stub serviceThomas Haller2018-05-141-3/+38
| * | tests: various refactoring in tools/test-networkmanager-service.pyThomas Haller2018-05-1414-436/+401
| * | clients/tests: add test for `nmcli device wifi` outputThomas Haller2018-05-1413-36/+59
|/ /
* | build: qualify plugin dir name with a version stringLubomir Rintel2018-05-147-30/+39
* | contrib/rpm: optionally depend on iwdLubomir Rintel2018-05-141-6/+12
* | dns: merge branch 'bg/dns-bgo746422'Beniamino Galvani2018-05-1411-269/+322
|\ \
| * | libnm-core: document dns priorityBeniamino Galvani2018-05-142-18/+28
| * | dns: sd-resolved: honor dns-priorityBeniamino Galvani2018-05-141-38/+16
| * | dns: dnsmasq: honor dns-priorityBeniamino Galvani2018-05-141-140/+22
| * | dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani2018-05-144-0/+210
| * | core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-145-74/+47
| * | dns: dnsmasq: fix adding multiple domainsBeniamino Galvani2018-05-141-1/+1
|/ /
* | build: meson: add missing nm-autoptr.h to libnm headersBeniamino Galvani2018-05-111-0/+1
* | cli: merge branch 'th/cli-unit-tests'Thomas Haller2018-05-1148-178/+1895
|\ \
| * | tests: refactor finding device in NetworkManager stubThomas Haller2018-05-111-55/+51
| * | clients/tests: add python test script for nmcli testsThomas Haller2018-05-1136-76/+1520
| * | build: let `make check` re-generate clients/common/settings-doc.h.in with NM_...Thomas Haller2018-05-111-3/+7
| * | tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2018-05-119-42/+285
| * | build: set LD_LIBRARY_PATH and GI_TYPELIB_PATH variables in run-nm-test.shThomas Haller2018-05-113-4/+31
| * | tests: minor code cleanup of nmtst_main_loop_run()Thomas Haller2018-05-111-12/+5
| * | shared: add NM_PID_T_INVAL macro for invalid PIDsThomas Haller2018-05-111-0/+2
| * | shared: add nm_auto_unref_gsource cleanup macroThomas Haller2018-05-111-0/+8
|/ /
* | doc: fix GTK-Doc NMRoute linksHarry Mallon2018-05-113-4/+4
* | Revert "build: qualify plugin dir name with a version string"Lubomir Rintel2018-05-114-32/+27
* | merge: branch 'lr/nmcli-colors'Lubomir Rintel2018-05-1073-559/+976
|\ \
| * | cli: allow setting the colors with terminal-colors.d(5)lr/nmcli-colorsLubomir Rintel2018-05-106-8/+545
| * | cli: use a palette to implement coloringLubomir Rintel2018-05-1011-272/+207
| * | cli: rework enabling and disabling colorsLubomir Rintel2018-05-107-66/+69
| * | cli: drop --prompt-colorLubomir Rintel2018-05-105-70/+15