Age | Commit message (Expand) | Author |
2015-09-09 | tree-wide: make use of log_error_errno() return value | Lennart Poettering |
2015-07-24 | journal: uppercase first character in verify error messages | Lennart Poettering |
2015-07-24 | journal: explain the error when we find a non-DATA object that is compressed | Lennart Poettering |
2015-07-24 | journal: when verifying journal files, handle empty ones nicely | Lennart Poettering |
2015-07-24 | journal: avoid mapping empty data and field hash tables | Lennart Poettering |
2015-07-24 | journal-verify: don't hit SIGFPE when determining progress | Lennart Poettering |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2014-12-13 | journal: consistently use OBJECT_<type> names instead of numbers | Michal Schmidt |
2014-12-13 | journal: remove journal_file_object_keep/release functions | Michal Schmidt |
2014-12-11 | journald: correct spacing near eol code comments | Torstein Husebø |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-10-09 | sd-journal: fix sd_journal_enumerate_unique skipping values | Jan Janssen |
2014-09-18 | journal: Do not count on the compiler initializing found_last to false | Philippe De Swert |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | journal/verify: flush progress bar, print offset in more places | Zbigniew Jędrzejewski-Szmek |
2014-07-07 | journal/compress: fix calls to decompress_blob | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | journal: add LZ4 as optional compressor | Zbigniew Jędrzejewski-Szmek |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-01-27 | Replace mkostemp+unlink with open(O_TMPFILE) | Zbigniew Jędrzejewski-Szmek |
2014-01-11 | journal: fix access to munmapped memory in sd_journal_enumerate_unique | Zbigniew Jędrzejewski-Szmek |
2014-01-05 | journal: Add missing byte order conversions | George McCollister |
2013-06-27 | journal-verify: Use proper printf placeholder | Jan Janssen |
2013-06-22 | journal-verify: allow unlinked data entries | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek |
2012-11-21 | journal: by default do not decompress dat objects larger than 64K | Lennart Poettering |
2012-10-19 | util: unify usage of on_tty() in util.c | Lennart Poettering |
2012-10-13 | journal-verify: get rid of an unused variable | Zbigniew Jędrzejewski-Szmek |
2012-09-24 | journald: always pass first entry timestamp back from journal_file_verify() | Lennart Poettering |
2012-09-13 | journald: don't reposition window if we don't have to | Lennart Poettering |
2012-08-25 | journal: add HAVE_XZ check to avoid build failure | Yin Kangkai |
2012-08-21 | journalctl: be more friendly when informing about seal verification | 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: 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-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 | 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: after verification output validated time range | Lennart Poettering |
2012-08-17 | journal: reword verification messages a bit | Lennart Poettering |
2012-08-17 | journal: ensure that entries and tags are properly ordered | Lennart Poettering |