Age | Commit message (Expand) | Author |
2013-06-10 | journal: remember last direction of search and keep offset cache | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: allow the user to specify the file(s) to use | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: add sd_journal_open_files | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | tests: add test for empty journal files | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: print monotonic timestamp in --header | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: print proper IDs with --header | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: no color for --reboot-- when not on tty | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: loop less in MATCH_AND_TERM conditionals | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: add --system/--user flags | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: add ability to filter by current user | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: simplify match_free_if_empty | Zbigniew Jędrzejewski-Szmek |
2013-06-09 | journalctl: fix verbose output when no logs are found | Zbigniew Jędrzejewski-Szmek |
2013-06-04 | systemctl: limit logs in status to current boot | Zbigniew Jędrzejewski-Szmek |
2013-06-01 | journal: take KeepFree into account when reporting maximum size | Daniel Albers |
2013-05-30 | journald: DO recalculate the ACL mask, but only if it doesn't exist | Jan Alexander Steffens (heftig) |
2013-05-21 | man: Document missing options | Jan Janssen |
2013-05-15 | journal: correctly convert usec_t to timespec. | Michał Bartoszkiewicz |
2013-05-14 | journalctl: add -k/--dmesg | Zbigniew Jędrzejewski-Szmek |
2013-05-14 | sd-journal: check if the pointers passed are the same | Thomas Hindoe Paaboel Andersen |
2013-05-13 | journald-stream: typo in error message. | Auke Kok |
2013-05-08 | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek |
2013-05-08 | Rearrange a few fields to reduce holes | Zbigniew Jędrzejewski-Szmek |
2013-05-07 | hostname: only suppress setting of pretty hostname if it is non-equal to the ... | Lennart Poettering |
2013-05-07 | journald: don't recalculate the ACL mask | Lennart Poettering |
2013-05-07 | journald: be more careful when we try to flush the runtime journal to disk an...systemd/v203 | Lennart Poettering |
2013-05-03 | journal: as a µ-opt, use sizeof instead of strlen | Zbigniew Jędrzejewski-Szmek |
2013-05-03 | journal: Set the default keep free value to 15% (up from 5%) | Colin Guthrie |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | coredump: use realloc() loop instead of malloc(768M) | Colin Walters |
2013-04-25 | Add some extra __attribute__ ((format)) s | Cristian Rodríguez |
2013-04-25 | conf-parser: restrict .include usage | Lennart Poettering |
2013-04-25 | journal: remove build warning when SELinux is disabled | Greg Kroah-Hartman |
2013-04-24 | Add set_consume which always takes ownership | Zbigniew Jędrzejewski-Szmek |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering |
2013-04-19 | Reintroduce f_type comparison macro | Harald Hoyer |
2013-04-18 | journal: when iterating through a file we might lose messages when changing d... | Marius Vollmer |
2013-04-18 | Revert f_type fixups | Harald Hoyer |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-18 | rename CMP_F_TYPE to F_TYPE_CMP | Harald Hoyer |
2013-04-18 | Add ugly CMP_F_TYPE() macro | Harald Hoyer |
2013-04-18 | build-sys: add sd_journal_add_conjunction() to symbol versioning file | Lennart Poettering |
2013-04-17 | fixup for cddf148028f52 | Harald Hoyer |
2013-04-17 | fixup 8c68a7017 and cast to (unsigned long) | Harald Hoyer |
2013-04-17 | fixed statfs.f_type signed vs unsigned comparisons | Harald Hoyer |
2013-04-17 | journalctl: specify "--unit=" and "--user-unit" multiple times | Harald Hoyer |
2013-04-17 | journal: add one more level on top with AND | Harald Hoyer |
2013-04-17 | journalctl: show fields requested with --field in full | Zbigniew Jędrzejewski-Szmek |
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-16 | journal: fix off-by-one error in native message iovec counting | Michal Schmidt |