Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | analyze-timespan: port to vertical table | David Tardon | 2022-11-13 | 1 | -10/+4 |
| | |||||
* | strv: make iterator in STRV_FOREACH() declaread in the loop | Yu Watanabe | 2022-03-19 | 1 | -2/+0 |
| | | | | This also avoids multiple evaluations in STRV_FOREACH_BACKWARDS() | ||||
* | analyze: systematically name verb entry point functions verb_xyz() | Lennart Poettering | 2022-02-21 | 1 | -1/+1 |
| | | | | | | Some of the functions so far were named do_xyz(), others dump_xyz() and even others test_xyz(). let's instead name them exactly like the verb exposed in the command line, just prefixed with verb_ | ||||
* | analyze: split out "timespan" verb into its own .c/.h file | Lennart Poettering | 2022-02-21 | 1 | -0/+74 |