summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
Commit message (Expand)AuthorAge
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* journal-file.c: remove redundant assignment of variableThomas Hindoe Paaboel Andersen2013-12-17
* journal: fix against (theoretical) undefined behaviorShawn Landden2013-12-16
* journal-file: protect against alloca(0)Thomas Hindoe Paaboel Andersen2013-12-16
* journal: simplify pre-allocation logicLennart Poettering2013-11-27
* journal: allow journal_file_copy_entry() to work on non-local filesLennart Poettering2013-11-27
* journal: fix iteration when we go backwards from the beginning of an array ch...Lennart Poettering2013-11-27
* journal: optimize bisection logic a bit by caching the last positionLennart Poettering2013-11-26
* journal: make table constLennart Poettering2013-11-26
* journal: when appending to journal file, allocate larger blocks at onceLennart Poettering2013-11-26
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-13
* journald: replace new+snprintf with asprintfZbigniew Jędrzejewski-Szmek2013-10-09
* journald: add missing error checkLennart Poettering2013-10-02
* journalctl: properly print headers of empty journalsZbigniew Jędrzejewski-Szmek2013-06-18
* journalctl: print monotonic timestamp in --headerZbigniew Jędrzejewski-Szmek2013-06-10
* journalctl: print proper IDs with --headerZbigniew Jędrzejewski-Szmek2013-06-10
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-10
* journald: be more careful when we try to flush the runtime journal to disk an...Lennart Poettering2013-05-07
* journal: as a µ-opt, use sizeof instead of strlenZbigniew Jędrzejewski-Szmek2013-05-03
* journal: Set the default keep free value to 15% (up from 5%)Colin Guthrie2013-05-03
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-01
* journal: Add sync timer to journal serverOleksii Shevchuk2013-03-25
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-21
* journal: special case the trivial cache chain cache entryLennart Poettering2012-10-26
* journal: introduce entry array chain cacheLennart Poettering2012-10-26
* journal: suggest rotation when fields are not indexedLennart Poettering2012-10-18
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-18
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-16
* journal: sort data items of entries by offsetLennart Poettering2012-10-16
* journal: set seal even for readonly journalfilesMirco Tischler2012-09-24
* journal: don't allow journal_file_open() to be called with ret being NULLLennart Poettering2012-09-21
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-13
* journal: never assert directly on data read from the journalLennart Poettering2012-09-13
* journald: don't reposition window if we don't have toLennart Poettering2012-09-13
* journal: don't set seal flag if we don't have gcrypt built-inLennart Poettering2012-09-11
* journal: don't try to compress without XZMichael Olbrich2012-09-11
* journald: detect invalid header pointers correctlyLennart Poettering2012-09-10
* journal: add call to determine current journal file disk usageLennart Poettering2012-09-07
* journald: avoid logging to kmsg in the normal pathsLennart Poettering2012-09-06
* journal: be more careful when keeping around mmaps we still needLennart Poettering2012-08-21
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-20
* journal: use a macro to check for file header flagsLennart Poettering2012-08-20
* journal: fix tag ordering checkLennart Poettering2012-08-20
* mmap: resize arrays dynamicallyLennart Poettering2012-08-18
* journal: even more simple static object testsLennart Poettering2012-08-18
* journal: fix verification without keyLennart Poettering2012-08-18
* journald: add additional simple static tests to verifierLennart Poettering2012-08-18
* journal: be fine with opening rotated/corrupted journal filesLennart Poettering2012-08-17