summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* cli: show external connection in different colorThomas Haller2020-06-101-0/+4
* cli: unref main loop after destroying NMClient instanceBeniamino Galvani2020-05-121-1/+1
* cli: mark argv argument for command line parsing as constThomas Haller2020-04-101-31/+47
* cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-101-13/+10
* cli: hide nm_cli global variable from public headersThomas Haller2020-04-041-1/+2
* cli: avoid passing full NmCli global variable to nm_cli_spawn_pager()Thomas Haller2020-04-041-6/+8
* cli: add and use nm_cli_global_readline global variableThomas Haller2020-04-041-0/+2
* cli: honor NO_COLOR environment variable to prevent automatic ASCII colorsThomas Haller2019-10-081-0/+6
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-3/+1
* cli: add kill switch indication to "nmcli" outputLubomir Rintel2019-09-201-0/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* cli: drop GValue transform functions for strdict and implement it in _get_fcn...Thomas Haller2019-04-251-36/+0
* cli: drop GValue transformation of GBytes to string and implement bytes gette...Thomas Haller2019-04-251-32/+0
* cli: drop GValue transform function for G_TYPE_STRV to G_TYPE_STRINGThomas Haller2019-04-251-16/+0
* cli: drop unnecessary NULL sentinel from nmc_complete_strings()Thomas Haller2019-04-151-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* cli: avoid "-Wduplicate-decl-specifier" warning in nmcli's resolve_color_alias()Thomas Haller2019-02-081-1/+1
* clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-051-1/+1
* cli: clear fields in nmc_cleanup()Thomas Haller2019-02-051-5/+5
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* cli: display double-dash long options in helpBeniamino Galvani2018-11-051-13/+13
* cli: sort options in man page and program helpBeniamino Galvani2018-11-051-8/+8
* cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-101-0/+8
* cli: rework printing of "wired" and "wifi" device detailsThomas Haller2018-07-091-3/+3
* cli: rework printing of "capabilities" device detailsThomas Haller2018-07-091-1/+1
* cli: rework printing of "connections" device detailsThomas Haller2018-07-091-1/+1
* cli: rework printing of "general" device detailsThomas Haller2018-07-091-1/+1
* cli: rework printing of device statusThomas Haller2018-07-091-1/+1
* cli: drop duplicate IPv6 property metadataThomas Haller2018-07-091-1/+1
* cli: rework printing of dhcp optionsThomas Haller2018-07-091-1/+1
* cli: rework printing of vpn active-connection propertiesThomas Haller2018-07-091-1/+1
* cli: rework check-colors to first evaluate enabled/disabledThomas Haller2018-06-261-68/+149
* cli: only modify color platte when parsing is successful in parse_color_scheme()Thomas Haller2018-06-261-37/+44
* cli: drop unused color_option argument from check_colors_file()Thomas Haller2018-06-261-13/+11
* cli: avoid passing NmCli to set_color() functionsThomas Haller2018-06-261-30/+33
* cli: rework printing of general active-connection propertiesThomas Haller2018-06-011-1/+1
* cli: rework printing of `nmcli connection` for multiple active connectionsThomas Haller2018-06-011-1/+1
* build: unifiy specifying locale directory defineThomas Haller2018-05-311-1/+1
* cli: allow setting the colors with terminal-colors.d(5)lr/nmcli-colorsLubomir Rintel2018-05-101-5/+270
* cli: use a palette to implement coloringLubomir Rintel2018-05-101-0/+36
* cli: rework enabling and disabling colorsLubomir Rintel2018-05-101-4/+32
* cli: drop --prompt-colorLubomir Rintel2018-05-101-1/+0
* 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
* cli: merge IPv4 and IPv6 variants of print_dhcp_config()Thomas Haller2018-04-231-2/+1
* nmcli: add overview option to skip default values in outputBeniamino Galvani2018-04-131-4/+12
* nmcli: fix signal handlingLubomir Rintel2018-01-241-8/+10