Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-04 | systemd-delta: Only print colors when on a tty | Daniel Schaal | |
This make systemd-delta follow the behaviour of systemctl and journalctl. https://bugs.freedesktop.org/show_bug.cgi?id=67656 [zj: unify color query methods between those three programs.] | |||
2013-05-16 | systemd-delta: count overrides only of the requested type | Zbigniew Jędrzejewski-Szmek | |
2013-05-16 | systemd-delta: add support for drop-in snippets | Lukas Nykryn | |
2013-03-07 | pager: introduce "jump to end" option | Harald Hoyer | |
$ journalctl -be is what you want :) https://bugzilla.redhat.com/show_bug.cgi?id=867841 | |||
2013-02-13 | use strneq instead of strncmp | Thomas Hindoe Paaboel Andersen | |
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering | |
Yay, we now have a completely generic systemd. No distribution specific checks anymore! | |||
2012-11-14 | delta.c: fix option '-t' | Thomas Hindoe Paaboel Andersen | |
Both the help and man page claims that it accepts -t with an argument so let's do that. | |||
2012-11-13 | delta.c: use _cleanup_ | Thomas Hindoe Paaboel Andersen | |
2012-11-12 | remove duplicate semicolons | Thomas Hindoe Paaboel Andersen | |
2012-09-19 | util: define union dirent_storage and make use of it everywhere | Lennart Poettering | |
Make sure to allocate enough space for readdir_r(). https://bugzilla.redhat.com/show_bug.cgi?id=858754 | |||
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering | |
This is to match strappend() and the other string related functions. | |||
2012-06-27 | core: rename system.preset to system-presets to follow naming scheme of ↵ | Lennart Poettering | |
other dirs in /usr/lib/systemd/ Thankfully nobody is using this yet, and presets aren't documented yet, hence take the liberty to rename this. | |||
2012-05-21 | delta/delta.c: initialize bottom for fail state | Harald Hoyer | |
2012-05-21 | delta: fix spelling of overridden | Nis Martensen | |
2012-05-21 | delta: drop PHP'ism | Lennart Poettering | |
2012-05-21 | delta: don't highlight unchanged files | Lennart Poettering | |
2012-05-21 | delta: introduce arg_flags field, to follow our usual scheme | Lennart Poettering | |
2012-05-16 | delta: use same nomenclature for equivalent and redirected everywhere | Lennart Poettering | |
2012-05-16 | delta: enums are much cooler than defines | Lennart Poettering | |
2012-05-16 | delta: Support filtering what type of deltas to show | Gergely Nagy | |
Not everyone is interested in every kind of deltas (and some might even be interested knowing which files do not have overrides), so this here is an implementation of a --type=LIST... option for systemd-delta, that makes it possible to filter what subset of deltas we want. The available modifiers are masked, equivalent, redirected, overriden, and unchanged - they should be self explanatory, and the man page explains them in a little more detail anyway. As a side effect, in case of overriden files, the diff output was made optional. By default, everything is shown (with a diff, if appropriate) except for completely unchanged files. Signed-off-by: Gergely Nagy <algernon@balabit.hu> | |||
2012-05-16 | delta: add preset dirs | Lennart Poettering | |
2012-05-16 | delta: add missing files | Lennart Poettering | |