Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-31 | analyze: fix plot issues when using gummiboot | Thomas Hindoe Paaboel Andersen | |
It would crash and the legend in the bottom followed the time 0.0. | |||
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen | |
- Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { } | |||
2013-11-10 | analyze: plot the time spent setting up security modules | Thomas Hindoe Paaboel Andersen | |
2013-11-08 | clients: add missing command line arguments | Lennart Poettering | |
2013-11-08 | systemctl: port to libsystemd-bus | Marc-Antoine Perennou | |
2013-11-07 | analyze: make use of new sd_bus_get_property_strv() call | Lennart Poettering | |
2013-11-07 | clients: try to follow roughly the same order in --help texts for common options | Lennart Poettering | |
2013-11-07 | bus: log message parsing errors everywhere with a generalized ↵ | Lennart Poettering | |
bus_log_parse_error() | |||
2013-11-07 | build-sys: merge sd-event into sd-bus | Lennart Poettering | |
The sd-event APIs should be available only as part of libsystemd-bus so that the utility calls are not linked into each independently and we can minimize the number of libraries we have. | |||
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering | |
Among other things this makes sure we always expose a --version command and show it in the help texts. | |||
2013-11-06 | analyze: port over to use bus_open_transport() | Lennart Poettering | |
2013-11-06 | analyze: simplify things | Lennart Poettering | |
2013-11-06 | analyze: fix indentation | Lennart Poettering | |
2013-11-01 | analyze: rename variables | Thomas Hindoe Paaboel Andersen | |
2013-11-01 | analyze: plot: place the text on the side with most space | Thomas Hindoe Paaboel Andersen | |
Set the width of the svg to always fit the longest string while taking its starting position into consideration. Place the text on the right while the starting point is in the first half of the screen. After that we put it on the left to save the svg from being wider that it has to. | |||
2013-10-31 | analyze: share code to read a string array from sd-bus | Thomas Hindoe Paaboel Andersen | |
2013-10-31 | analyze: use sd_bus_get_propery_trivial and indentation | Thomas Hindoe Paaboel Andersen | |
2013-10-30 | general: various cleanups | Lennart Poettering | |
2013-10-25 | analyze: port to sd-bus | Thomas Hindoe Paaboel Andersen | |
2013-10-22 | analyze: systemd-analyze.c -> analyze.c | Kay Sievers | |