summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
AgeCommit message (Expand)Author
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-05journal: assume that next entry is after previous entryZbigniew Jędrzejewski-Szmek
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-20journal: fix compiler warning in journal_file_append_data()Daniel Mack
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-11journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek
2014-01-05journal: Add missing byte order conversionsGeorge McCollister
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
2013-12-17journal-file.c: remove redundant assignment of variableThomas Hindoe Paaboel Andersen
2013-12-16journal: fix against (theoretical) undefined behaviorShawn Landden
2013-12-16journal-file: protect against alloca(0)Thomas Hindoe Paaboel Andersen
2013-11-27journal: simplify pre-allocation logicLennart Poettering
2013-11-27journal: allow journal_file_copy_entry() to work on non-local filesLennart Poettering
2013-11-27journal: fix iteration when we go backwards from the beginning of an array ch...Lennart Poettering
2013-11-26journal: optimize bisection logic a bit by caching the last positionLennart Poettering
2013-11-26journal: make table constLennart Poettering
2013-11-26journal: when appending to journal file, allocate larger blocks at onceLennart Poettering
2013-11-08Remove dead code and unexport some callsLennart Poettering
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-10-09journald: replace new+snprintf with asprintfZbigniew Jędrzejewski-Szmek
2013-10-02journald: add missing error checkLennart Poettering
2013-06-18journalctl: properly print headers of empty journalsZbigniew Jędrzejewski-Szmek
2013-06-10journalctl: print monotonic timestamp in --headerZbigniew Jędrzejewski-Szmek
2013-06-10journalctl: print proper IDs with --headerZbigniew Jędrzejewski-Szmek
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek
2013-05-07journald: be more careful when we try to flush the runtime journal to disk an...systemd/v203Lennart Poettering
2013-05-03journal: as a µ-opt, use sizeof instead of strlenZbigniew Jędrzejewski-Szmek
2013-05-03journal: Set the default keep free value to 15% (up from 5%)Colin Guthrie
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-01Always use our own MAX/MIN definitionsCristian Rodríguez
2013-03-25journal: Add sync timer to journal serverOleksii Shevchuk
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
2012-10-26journal: special case the trivial cache chain cache entryLennart Poettering
2012-10-26journal: introduce entry array chain cacheLennart Poettering
2012-10-18journal: suggest rotation when fields are not indexedLennart Poettering
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-10-16journal: implement time-based rotation/vacuumingLennart Poettering
2012-10-16journal: sort data items of entries by offsetLennart Poettering
2012-09-24journal: set seal even for readonly journalfilesMirco Tischler
2012-09-21journal: don't allow journal_file_open() to be called with ret being NULLLennart Poettering
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen
2012-09-13journal: never assert directly on data read from the journalLennart Poettering
2012-09-13journald: don't reposition window if we don't have toLennart Poettering
2012-09-11journal: don't set seal flag if we don't have gcrypt built-inLennart Poettering
2012-09-11journal: don't try to compress without XZMichael Olbrich
2012-09-10journald: detect invalid header pointers correctlyLennart Poettering
2012-09-07journal: add call to determine current journal file disk usageLennart Poettering
2012-09-06journald: avoid logging to kmsg in the normal pathsLennart Poettering
2012-08-21journal: be more careful when keeping around mmaps we still needLennart Poettering
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering