summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: avoid bogus line seprator in pretty-outputThomas Haller2018-05-251-2/+1
* 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-141-0/+40
* 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
* cli: allow setting the colors with terminal-colors.d(5)lr/nmcli-colorsLubomir Rintel2018-05-104-6/+274
* cli: use a palette to implement coloringLubomir Rintel2018-05-1010-224/+162
* cli: rework enabling and disabling colorsLubomir Rintel2018-05-107-66/+69
* cli: drop --prompt-colorLubomir Rintel2018-05-105-70/+15
* cli: use static initializer for NmCliLubomir Rintel2018-05-101-37/+31
* cli: drop a useless commentLubomir Rintel2018-05-101-1/+0
* cli: do not leave dangling pointers in a global structLubomir Rintel2018-05-101-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-105-18/+18
* all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-101-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-305-11/+0
* cli: sort DHCP options in connection show outputThomas Haller2018-04-231-7/+8
* cli: merge IPv4 and IPv6 variants of print_dhcp_config()Thomas Haller2018-04-235-74/+19
* cli: rework callbacks in NMPolkitListener to use one vtable structureThomas Haller2018-04-162-13/+27
* clients: cleanup includes for polkit sourcesThomas Haller2018-04-162-36/+9
* nmcli: add overview option to skip default values in outputBeniamino Galvani2018-04-133-6/+24
* clients: set @out_is_default in property gettersBeniamino Galvani2018-04-131-2/+14
* clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani2018-04-135-0/+11
* cli: fix connections completionBeniamino Galvani2018-02-131-10/+11
* cli: fix completion of help sub-commandBeniamino Galvani2018-02-131-3/+2
* cli/polkit-agent: drop an extra newlineLubomir Rintel2018-02-131-1/+0
* cli/connections: avoid using synchronous get_secrets()Lubomir Rintel2018-02-131-12/+40
* all: drop trailing spacesThomas Haller2018-02-071-1/+1
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-1/+1
* nmcli: fix signal handlingLubomir Rintel2018-01-241-8/+10
* nmcli/agent: fix handling of polkit agent failureLubomir Rintel2018-01-241-1/+7
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-5/+1
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Use string variables extensivelyIñigo Martínez2018-01-101-2/+4
* meson: Improve dependency systemIñigo Martínez2018-01-101-11/+4
* clients: drop redundant #include "NetworkManager.h"Thomas Haller2018-01-081-1/+0
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-081-2/+2
* build: Remove default install directoriesIñigo Martínez2018-01-021-2/+1
* clients/cli: use a nicer password promptLubomir Rintel2017-12-181-12/+30
* libnm-core: move detection of UTF-8 capable terminals to clients/Lubomir Rintel2017-12-181-1/+1
* clients/cli: don't store a password in historyLubomir Rintel2017-12-181-0/+5
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+0
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-1/+1
* cli: fix editor crashBeniamino Galvani2017-12-151-1/+1
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+59
* cli: drop nmc_strsplit_set()Thomas Haller2017-12-124-35/+33