summaryrefslogtreecommitdiff
path: root/clients/cli/nmcli.c
Commit message (Expand)AuthorAgeFilesLines
* cli: move from "clients/cli/" to "src/nmcli/"Thomas Haller2021-03-151-1051/+0
* build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller2021-03-021-1/+1
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-1/+1
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* cli: introduce NmcColorPalette struct instead of plain arrayThomas Haller2020-10-091-37/+71
* cli: refactor resolve_color_alias() to use binary searchThomas Haller2020-10-081-30/+29
* cli: move string to NMMetaColor conversion to separate functionThomas Haller2020-10-081-59/+61
* cli: honor and prefer color schemes with ".scheme" extensionThomas Haller2020-10-081-4/+14
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-11/+11
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-816/+810
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-1/+1
* 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