Age | Commit message (Expand) | Author |
2012-09-28 | sd-journal: properly parse cursor strings | Lennart Poettering |
2012-09-28 | logs-show: various cleanups | Lennart Poettering |
2012-09-28 | journalctl: add --cursor switch | Lennart Poettering |
2012-09-24 | journal: also use new VA_FORMAT_ADVANCE() macro in sd_journal_send() | Lennart Poettering |
2012-09-24 | journald: always pass first entry timestamp back from journal_file_verify() | Lennart Poettering |
2012-09-24 | journalctl: print correct timespan in verify | Mirco Tischler |
2012-09-24 | journal: set seal even for readonly journalfiles | Mirco Tischler |
2012-09-24 | journalctl: reset cached column count on SIGWINCH | Dave Reisner |
2012-09-24 | journal: add missing test file | Lennart Poettering |
2012-09-22 | journal: bring mmap cache prototype in sync | Lennart Poettering |
2012-09-21 | journal: always keep marked mmap windows around | Lennart Poettering |
2012-09-21 | journald: log how big the journal files may grow | Lennart Poettering |
2012-09-21 | journalctl: make the argument to -n optional | Lennart Poettering |
2012-09-21 | journal: completely rework the mmap cache as I too dumb to actually understan... | Lennart Poettering |
2012-09-21 | journal: don't allow journal_file_open() to be called with ret being NULL | Lennart Poettering |
2012-09-19 | journald: don't accept arbitrarily sized journal data fields | Lennart Poettering |
2012-09-19 | util: define union dirent_storage and make use of it everywhere | Lennart Poettering |
2012-09-19 | journal: when comparing two entries from separate files make sure we repositi... | Lennart Poettering |
2012-09-17 | journald: log when we fail to forward messages to syslog | Lennart Poettering |
2012-09-17 | journald: properly update perms on freshly rotate user journals | Lennart Poettering |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen |
2012-09-13 | journal: never assert directly on data read from the journal | Lennart Poettering |
2012-09-13 | journald: don't reposition window if we don't have to | Lennart Poettering |
2012-09-12 | journalctl: print QR code only if we are running on an UTF-8 system | Lennart Poettering |
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 |