summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
Commit message (Expand)AuthorAge
* 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
* journal: show new header fields in header dumpLennart Poettering2012-08-17
* journal: rework terminologyLennart Poettering2012-08-17
* journal: add FSPRG journal authenticationLennart Poettering2012-08-16
* journal: parse fsprg seedLennart Poettering2012-08-16
* journal: count number of entry arrays in headerLennart Poettering2012-08-16
* journal: rename 'mmap' to 'mmap_cache' to appease gccZbigniew Jędrzejewski-Szmek2012-08-16
* journal: verify hashes only during actual verification, not all the timeLennart Poettering2012-08-16
* journal: split up journal-file.cLennart Poettering2012-08-16
* journal: add superficial structure verifierLennart Poettering2012-08-16
* journal: implement basic journal file verification logicLennart Poettering2012-08-16
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-16
* journal: include tag object header in hmacLennart Poettering2012-08-13
* journal: add all objects we add to HMACLennart Poettering2012-08-13
* journald: initial version of FSPRG hookupLennart Poettering2012-08-13
* fix a couple of issues found with llvm-analyzeLennart Poettering2012-08-08
* journal: rotate busy files away when we try to write to themLennart Poettering2012-07-19
* journal: when we suggest a rotation, explain whyLennart Poettering2012-07-18
* journal: estimate data hash table size a bit larger by defaultLennart Poettering2012-07-18
* journal: actually set archived files to archived stateLennart Poettering2012-07-17
* journalctl: decode more header files in --headerLennart Poettering2012-07-17
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-17
* journal: immediately rotate when the journal was previously not closed properlyLennart Poettering2012-07-17
* journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering2012-07-17