Age | Commit message (Expand) | Author |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-10-27 | journald: be nice to coverity, add an extra assert | Lennart Poettering |
2014-10-23 | journal: make JournalFile::chain_cache an OrderedHashmap | Michal Schmidt |
2014-10-09 | sd-journal: fix sd_journal_enumerate_unique skipping values | Jan Janssen |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-27 | sd-journal: verify that object start with the field name | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | journal: allow files with no data whatsoever | Zbigniew Jędrzejewski-Szmek |
2014-07-11 | Fix build without any compression enabled | Zbigniew Jędrzejewski-Szmek |
2014-07-08 | fix #ifdef | Ronny Chevalier |
2014-07-06 | journal: add LZ4 as optional compressor | Zbigniew Jędrzejewski-Szmek |
2014-05-28 | build-sys: use glibc's xattr support instead of requiring libattr | Kay Sievers |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-05 | journal: assume that next entry is after previous entry | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-20 | journal: fix compiler warning in journal_file_append_data() | Daniel Mack |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
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-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-17 | journal-file.c: remove redundant assignment of variable | Thomas Hindoe Paaboel Andersen |
2013-12-16 | journal: fix against (theoretical) undefined behavior | Shawn Landden |
2013-12-16 | journal-file: protect against alloca(0) | Thomas Hindoe Paaboel Andersen |
2013-11-27 | journal: simplify pre-allocation logic | Lennart Poettering |
2013-11-27 | journal: allow journal_file_copy_entry() to work on non-local files | Lennart Poettering |
2013-11-27 | journal: fix iteration when we go backwards from the beginning of an array ch... | Lennart Poettering |
2013-11-26 | journal: optimize bisection logic a bit by caching the last position | Lennart Poettering |
2013-11-26 | journal: make table const | Lennart Poettering |
2013-11-26 | journal: when appending to journal file, allocate larger blocks at once | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-10-09 | journald: replace new+snprintf with asprintf | Zbigniew Jędrzejewski-Szmek |
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 |