Age | Commit message (Expand) | Author |
2013-10-02 | journald: add missing error check | Lennart Poettering |
2013-06-18 | journalctl: properly print headers of empty journals | 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-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-01 | Always use our own MAX/MIN definitions | Cristian Rodríguez |
2013-03-25 | journal: Add sync timer to journal server | Oleksii Shevchuk |
2012-11-21 | journal: by default do not decompress dat objects larger than 64K | Lennart Poettering |
2012-10-26 | journal: special case the trivial cache chain cache entry | Lennart Poettering |
2012-10-26 | journal: introduce entry array chain cache | Lennart Poettering |
2012-10-18 | journal: suggest rotation when fields are not indexed | Lennart Poettering |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-10-16 | journal: implement time-based rotation/vacuuming | Lennart Poettering |
2012-10-16 | journal: sort data items of entries by offset | Lennart Poettering |
2012-09-24 | journal: set seal even for readonly journalfiles | Mirco Tischler |
2012-09-21 | journal: don't allow journal_file_open() to be called with ret being NULL | 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-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: detect invalid header pointers correctly | 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-08-21 | journal: be more careful when keeping around mmaps we still need | 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-18 | mmap: resize arrays dynamically | Lennart Poettering |
2012-08-18 | journal: even more simple static object tests | 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 |
2012-08-17 | journal: show new header fields in header dump | 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 | journal: count number of entry arrays in header | Lennart Poettering |
2012-08-16 | journal: rename 'mmap' to 'mmap_cache' to appease gcc | Zbigniew Jędrzejewski-Szmek |
2012-08-16 | journal: verify hashes only during actual verification, not all the time | Lennart Poettering |
2012-08-16 | journal: split up journal-file.c | Lennart Poettering |
2012-08-16 | journal: add superficial structure verifier | Lennart Poettering |
2012-08-16 | journal: implement basic journal file verification logic | Lennart Poettering |
2012-08-16 | journal: implement generic sharable mmap caching logic | Lennart Poettering |
2012-08-13 | journal: include tag object header in hmac | Lennart Poettering |
2012-08-13 | journal: add all objects we add to HMAC | Lennart Poettering |