index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
format-table.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/format-table: optionally print timestamps without "left"
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-0
/
+1
*
format-table: add new cell type TABLE_TIMESPAN_DAY
Lennart Poettering
2023-01-24
1
-0
/
+1
*
format-table: add cell type for showing date only timestamps
Lennart Poettering
2023-01-20
1
-0
/
+1
*
format-table: add field type TABLE_PATH_BASENAME
Lennart Poettering
2022-12-23
1
-0
/
+1
*
format-table: teach table_add_cell_stringf_full() to generate TABLE_FIELD/TAB...
Lennart Poettering
2022-11-13
1
-1
/
+2
*
format-table: introduce TABLE_HEADER cell type
Lennart Poettering
2022-11-13
1
-1
/
+2
*
format-table: add an explicit "vertical" mode
Lennart Poettering
2022-11-10
1
-1
/
+3
*
tree-wide: replace "plural(s)" by "plurals"
Zbigniew Jędrzejewski-Szmek
2022-10-17
1
-1
/
+1
*
shared/format-table: use enum instead of Table.empty_string
Zbigniew Jędrzejewski-Szmek
2022-09-22
1
-1
/
+9
*
systemd-analyze: add new option to generate JSON output of security analysis ...
Maanya Goenka
2021-09-06
1
-0
/
+1
*
format-table: allow to explicitly override JSON field names
Lennart Poettering
2021-09-03
1
-0
/
+2
*
format-table: teach table_hide_column_from_display() to accept multiple argum...
Lennart Poettering
2021-07-08
1
-1
/
+2
*
format-table: add cell type for outputting 64bit values in hex
Lennart Poettering
2021-07-08
1
-0
/
+1
*
format-table: add cell type for "mode_t" values
Lennart Poettering
2021-07-08
1
-0
/
+1
*
format-table: simplify table_set_display_all() and keep it private
Lennart Poettering
2021-03-08
1
-1
/
+0
*
Drop some (size_t) casts
Zbigniew Jędrzejewski-Szmek
2021-03-05
1
-2
/
+2
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
table: drop last SIZE_MAX from table_set_sort() and table_set_display()
Yu Watanabe
2021-03-04
1
-2
/
+4
*
Merge pull request #11484 from keszybz/udevadm-error-logs
Yu Watanabe
2021-02-10
1
-1
/
+1
|
\
|
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
|
format-table: make UID/GID/PID fields first class citizens + add signal cell ...
Lennart Poettering
2021-02-10
1
-10
/
+4
|
/
*
format-table: add new helper table_print_with_pager()
Lennart Poettering
2021-01-21
1
-0
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
format-table: add TABLE_STRV_WRAPPED
Zbigniew Jędrzejewski-Szmek
2020-10-22
1
-0
/
+1
*
table use table_log_print_error() instead of table_log_show_error
fangxiuning
2020-07-08
1
-2
/
+2
*
table add table_log_sort_error()
fangxiuning
2020-07-08
1
-0
/
+3
*
table add table_log_show_error()
fangxiuning
2020-07-08
1
-0
/
+3
*
format-table: support coloring the gap right of each cell individually
Lennart Poettering
2020-05-06
1
-0
/
+3
*
format-table: allow hiding a specific column
Frantisek Sumsal
2020-03-11
1
-0
/
+2
*
format-table: add support for formatting uuids/id128 values
Lennart Poettering
2020-01-20
1
-0
/
+2
*
format-table: introduce TABLE_STRV
Yu Watanabe
2020-01-15
1
-0
/
+1
*
format-table: natively support multiline cells
Lennart Poettering
2020-01-13
1
-0
/
+1
*
format-table: add table_log_add_error()
Yu Watanabe
2020-01-10
1
-0
/
+3
*
format-table: introduce TABLE_PATH
Yu Watanabe
2020-01-09
1
-0
/
+1
*
format-table: add UID/GID output support to format-table.h
Lennart Poettering
2019-11-19
1
-0
/
+6
*
Merge pull request #13216 from poettering/busctl-format-table
Lennart Poettering
2019-07-29
1
-0
/
+7
|
\
|
*
format-table: add TABLE_PID cell type
Lennart Poettering
2019-07-29
1
-0
/
+4
|
*
format-table: add table_fill_empty() to fill in empty cells until the specifi...
Lennart Poettering
2019-07-29
1
-0
/
+2
|
*
format-table: optionally show a specific string in empty cells
Lennart Poettering
2019-07-29
1
-0
/
+1
*
|
table: add TABLE_UINT8 or friends
Yu Watanabe
2019-07-29
1
-0
/
+4
*
|
table: add TABLE_IN_ADDR and TABLE_IN6_ADDR
Yu Watanabe
2019-07-29
1
-0
/
+2
|
/
*
Merge pull request #13074 from poettering/format-tree-many
Lennart Poettering
2019-07-16
1
-1
/
+13
|
\
|
*
format-table: add ability to set cell attributes within table_add_many()
Lennart Poettering
2019-07-16
1
-0
/
+12
|
*
format-table: fix parameter name
Lennart Poettering
2019-07-16
1
-1
/
+1
*
|
format-table: add TABLE_TIMESTAMP_UTC and _RELATIVE
Yu Watanabe
2019-07-15
1
-0
/
+2
*
|
format-table: add TABLE_TIMESPAN_MSEC
Yu Watanabe
2019-07-15
1
-0
/
+1
|
/
*
table: introduce FORMAT_BPS type
Yu Watanabe
2019-06-19
1
-0
/
+1
*
table: add TABLE_IFINDEX type
Yu Watanabe
2019-05-29
1
-0
/
+1
*
table: add more basic types
Yu Watanabe
2019-05-29
1
-0
/
+4
*
table: add teble_add_string_cell()
Yu Watanabe
2019-05-29
1
-0
/
+1
[next]