Age | Commit message (Expand) | Author |
2014-12-13 | journal: have a named enum ObjectType | Michal Schmidt |
2014-12-13 | journal: consistently use OBJECT_<type> names instead of numbers | Michal Schmidt |
2014-12-13 | journal: consistently allow type==0 to mean "any type" | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-09-13 | journald: don't reposition window if we don't have to | Lennart Poettering |
2012-09-10 | journald: don't complain if fss key does not exist | Lennart Poettering |
2012-08-22 | journald: write tags also to user journal files | Lennart Poettering |
2012-08-21 | journal: initialize libgcrypt explicitly, before using HMAC | Lennart Poettering |
2012-08-21 | journal: automatically evolve FSS key even when nothing is logged | Lennart Poettering |
2012-08-20 | journal: add missing endianess conversion | Lennart Poettering |
2012-08-20 | journal: make libgcrypt dependency optional | Lennart Poettering |
2012-08-20 | journal: use a macro to check for file header flags | Lennart Poettering |
2012-08-17 | journal: don't write tag objects if nothing has been written since the last time | Lennart Poettering |
2012-08-17 | journal: rework terminology | Lennart Poettering |
2012-08-16 | journal: add FSPRG journal authentication | Lennart Poettering |
2012-08-16 | journal: parse fsprg seed | Lennart Poettering |
2012-08-16 | journalctl: add --verify-seed= switch to specify seed value | Lennart Poettering |
2012-08-16 | journal: split up journal-file.c | Lennart Poettering |