summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-72/+62
* tree-wide: don't needlessly negate error number passed to bus_error_message()Lennart Poettering2020-09-141-16/+16
* Replace gendered pronouns with gender neutral ones. (#16844)PhoenixDiscord2020-08-271-1/+1
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-1/+1
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* table add table_log_sort_error()fangxiuning2020-07-081-1/+1
* table add table_log_show_error()fangxiuning2020-07-081-1/+1
* shared: split out code for printing propertiesLennart Poettering2020-06-301-0/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* machine: switch to BusLocator-oriented helpersVito Caputo2020-05-071-246/+39
* systemctl: show logs for correct namespace of serviceLennart Poettering2020-01-311-0/+1
* Merge pull request #14555 from poettering/table-multineYu Watanabe2020-01-141-40/+35
|\
| * machinectl: modernize address table handlingLennart Poettering2020-01-131-40/+35
* | Merge pull request #14381 from keszybz/ifindex-cleanupLennart Poettering2020-01-131-23/+20
|\ \ | |/ |/|
| * machinectl: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2020-01-121-23/+20
* | machinectl: do not truncate addresses when --full is specifiedYu Watanabe2020-01-101-1/+1
* | machinectl: optimize table creationYu Watanabe2020-01-101-20/+5
* | machinectl: do not ellipsize table when --full is specifiedYu Watanabe2020-01-101-0/+6
|/
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-5/+7
* machinectl: spawn ask password agent on "start"Lennart Poettering2019-11-151-0/+2
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-30/+31
* tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe2019-05-291-2/+2
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | machinectl/loginctl: show json output if requested even if zero entriesLennart Poettering2019-05-081-1/+1
|/
* basic: add new helper call empty_or_dash_to_null()Lennart Poettering2019-04-081-18/+10
* tree-wide: introduce empty_or_dash() helperLennart Poettering2019-04-081-11/+5
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* bus-unit-util: split out code that shows a unit's process treeLennart Poettering2019-03-131-0/+1
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* machinectl: do not format size if freed disk space is "-1"Yu Watanabe2019-03-111-6/+14
* machinectl: fix argument index in error logYu Watanabe2019-02-041-2/+2
* timesyncd,resolved,machinectl: drop calls to sd_event_get_exit_code()Zbigniew Jędrzejewski-Szmek2019-01-081-3/+2
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-1/+1
* Merge pull request #11042 from yuwata/tiny-coding-style-fixesLennart Poettering2018-12-041-1/+1
|\
| * tree-wide: add whitespace between type and variable nameYu Watanabe2018-12-041-1/+1
* | tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-2/+2
* | machinectl: optionally output table in JSONLennart Poettering2018-12-031-1/+7
|/
* Merge pull request #10989 from keszybz/nss-manLennart Poettering2018-11-291-19/+7
|\
| * machinectl: fix printing of multiple addressesZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
| * machinectl: drop helper functionZbigniew Jędrzejewski-Szmek2018-11-291-18/+6
* | machinectl: be more careful when generating machine name from path nameLennart Poettering2018-11-261-29/+40
* | machine: add support for importing containers from plain directoriesLennart Poettering2018-11-261-6/+78
|/