summaryrefslogtreecommitdiff
path: root/src/shared/format-table.h
Commit message (Expand)AuthorAgeFilesLines
* format-table: add new cell type for displaying major/minor devnumsLennart Poettering2023-03-291-0/+1
* format-table: add inode type cell typeLennart Poettering2023-03-291-1/+2
* shared/format-table: optionally print timestamps without "left"Zbigniew Jędrzejewski-Szmek2023-02-221-0/+1
* format-table: add new cell type TABLE_TIMESPAN_DAYLennart Poettering2023-01-241-0/+1
* format-table: add cell type for showing date only timestampsLennart Poettering2023-01-201-0/+1
* format-table: add field type TABLE_PATH_BASENAMELennart Poettering2022-12-231-0/+1
* format-table: teach table_add_cell_stringf_full() to generate TABLE_FIELD/TAB...Lennart Poettering2022-11-131-1/+2
* format-table: introduce TABLE_HEADER cell typeLennart Poettering2022-11-131-1/+2
* format-table: add an explicit "vertical" modeLennart Poettering2022-11-101-1/+3
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-1/+1
* shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-221-1/+9
* systemd-analyze: add new option to generate JSON output of security analysis ...Maanya Goenka2021-09-061-0/+1
* format-table: allow to explicitly override JSON field namesLennart Poettering2021-09-031-0/+2
* format-table: teach table_hide_column_from_display() to accept multiple argum...Lennart Poettering2021-07-081-1/+2
* format-table: add cell type for outputting 64bit values in hexLennart Poettering2021-07-081-0/+1
* format-table: add cell type for "mode_t" valuesLennart Poettering2021-07-081-0/+1
* format-table: simplify table_set_display_all() and keep it privateLennart Poettering2021-03-081-1/+0
* Drop some (size_t) castsZbigniew Jędrzejewski-Szmek2021-03-051-2/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-2/+4
* Merge pull request #11484 from keszybz/udevadm-error-logsYu Watanabe2021-02-111-1/+1
|\
| * tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* | format-table: make UID/GID/PID fields first class citizens + add signal cell ...Lennart Poettering2021-02-101-10/+4
|/
* format-table: add new helper table_print_with_pager()Lennart Poettering2021-01-211-0/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* format-table: add TABLE_STRV_WRAPPEDZbigniew Jędrzejewski-Szmek2020-10-221-0/+1
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-2/+2
* table add table_log_sort_error()fangxiuning2020-07-081-0/+3
* table add table_log_show_error()fangxiuning2020-07-081-0/+3
* format-table: support coloring the gap right of each cell individuallyLennart Poettering2020-05-061-0/+3
* format-table: allow hiding a specific columnFrantisek Sumsal2020-03-111-0/+2
* format-table: add support for formatting uuids/id128 valuesLennart Poettering2020-01-201-0/+2
* format-table: introduce TABLE_STRVYu Watanabe2020-01-151-0/+1
* format-table: natively support multiline cellsLennart Poettering2020-01-131-0/+1
* format-table: add table_log_add_error()Yu Watanabe2020-01-101-0/+3
* format-table: introduce TABLE_PATHYu Watanabe2020-01-091-0/+1
* format-table: add UID/GID output support to format-table.hLennart Poettering2019-11-191-0/+6
* Merge pull request #13216 from poettering/busctl-format-tableLennart Poettering2019-07-291-0/+7
|\
| * format-table: add TABLE_PID cell typeLennart Poettering2019-07-291-0/+4
| * format-table: add table_fill_empty() to fill in empty cells until the specifi...Lennart Poettering2019-07-291-0/+2
| * format-table: optionally show a specific string in empty cellsLennart Poettering2019-07-291-0/+1
* | table: add TABLE_UINT8 or friendsYu Watanabe2019-07-291-0/+4
* | table: add TABLE_IN_ADDR and TABLE_IN6_ADDRYu Watanabe2019-07-291-0/+2
|/
* Merge pull request #13074 from poettering/format-tree-manyLennart Poettering2019-07-161-1/+13
|\
| * format-table: add ability to set cell attributes within table_add_many()Lennart Poettering2019-07-161-0/+12
| * format-table: fix parameter nameLennart Poettering2019-07-161-1/+1
* | format-table: add TABLE_TIMESTAMP_UTC and _RELATIVEYu Watanabe2019-07-161-0/+2
* | format-table: add TABLE_TIMESPAN_MSECYu Watanabe2019-07-161-0/+1
|/
* table: introduce FORMAT_BPS typeYu Watanabe2019-06-191-0/+1
* table: add TABLE_IFINDEX typeYu Watanabe2019-05-291-0/+1