Age | Commit message (Expand) | Author |
2012-09-11 | journal: don't set seal flag if we don't have gcrypt built-in | Lennart Poettering |
2012-09-11 | journal: don't try to compress without XZ | Michael Olbrich |
2012-09-10 | journald: don't do debug logging by default | Lennart Poettering |
2012-09-10 | journald: don't complain if fss key does not exist | Lennart Poettering |
2012-09-10 | journald: detect invalid header pointers correctly | Lennart Poettering |
2012-09-07 | journald: make splitting up of journal files per-user configurable | Lennart Poettering |
2012-09-07 | journal: add call to determine current journal file disk usage | Lennart Poettering |
2012-09-06 | journald: avoid logging to kmsg in the normal paths | Lennart Poettering |
2012-09-05 | journalctl: show "Reboot" markers in output only when showing local-only entries | Lennart Poettering |
2012-09-05 | journalctl: replace --local by --merge, i.e. don't interleave remote journals... | Lennart Poettering |
2012-09-05 | journalctl: rework JSON output mode | Lennart Poettering |
2012-08-25 | journal: add HAVE_XZ check to avoid build failure | Yin Kangkai |
2012-08-24 | journald: add missing includes | Allin Cottrell |
2012-08-23 | sd-journal: return null when mmap_cache_new fails | Lukas Nykryn |
2012-08-22 | journalctl: complain if unprivileged users attempt to access the journal and ... | Lennart Poettering |
2012-08-22 | journal: the ratelimiter is part of journald | Lennart Poettering |
2012-08-22 | journald: split off native protocol support into its own .c file | Lennart Poettering |
2012-08-22 | journald: split console transport stuff into its own file | Lennart Poettering |
2012-08-22 | journald: move stream protocol into its own .c file | Lennart Poettering |
2012-08-22 | journal: move syslog specific calls out of util.c | Lennart Poettering |
2012-08-22 | journald: splitt of syslog protocol support into its own file | Lennart Poettering |
2012-08-22 | journald: split /dev/kmsg related stuff into its own .c file | Lennart Poettering |
2012-08-22 | journald: write tags also to user journal files | Lennart Poettering |
2012-08-22 | journald: augment journal entries from the kernel with data from udev | Lennart Poettering |
2012-08-21 | journalctl: be more friendly when informing about seal verification | Lennart Poettering |
2012-08-21 | journalctl: add a bit of color to the output | Lennart Poettering |
2012-08-21 | journal: properly handle EPIPE from /dev/kmsg | Lennart Poettering |
2012-08-21 | journal: be more careful when keeping around mmaps we still need | Lennart Poettering |
2012-08-21 | verify: optimize entry search a bit by using bisection | 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-21 | journalctl: reword things a bit | Lennart Poettering |
2012-08-20 | journal: rearrange QR code output a bit to fi to 80x25 terminals | Lennart Poettering |
2012-08-20 | journald: add new Seal= configuration option | Lennart Poettering |
2012-08-20 | journalctl: explain QR code use | Lennart Poettering |
2012-08-20 | journal: include machine ID in QR code | Lennart Poettering |
2012-08-20 | journalctl: output FSS key as QR code on generating | 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-20 | journal: fix tag ordering check | Lennart Poettering |
2012-08-19 | journal: fix bisection algorithm | Lennart Poettering |
2012-08-19 | journal: validate timestamps as well | Lennart Poettering |
2012-08-18 | mmap: resize arrays dynamically | Lennart Poettering |
2012-08-18 | journal: even more simple static object tests | Lennart Poettering |
2012-08-18 | journal: refuse verification of files with unknown flags | Lennart Poettering |
2012-08-18 | jounral: write bit fiddling test | Lennart Poettering |
2012-08-18 | journal: fix verification without key | Lennart Poettering |
2012-08-18 | journald: add additional simple static tests to verifier | Lennart Poettering |
2012-08-17 | journal: be fine with opening rotated/corrupted journal files | Lennart Poettering |