summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
Commit message (Expand)AuthorAgeFilesLines
* journalctl: properly print headers of empty journalsZbigniew Jędrzejewski-Szmek2013-06-181-2/+11
* journalctl: print monotonic timestamp in --headerZbigniew Jędrzejewski-Szmek2013-06-101-3/+4
* journalctl: print proper IDs with --headerZbigniew Jędrzejewski-Szmek2013-06-101-2/+2
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-101-45/+45
* journald: be more careful when we try to flush the runtime journal to disk an...v203Lennart Poettering2013-05-071-1/+1
* journal: as a µ-opt, use sizeof instead of strlenZbigniew Jędrzejewski-Szmek2013-05-031-10/+14
* journal: Set the default keep free value to 15% (up from 5%)Colin Guthrie2013-05-031-1/+1
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-1/+1
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-011-1/+1
* journal: Add sync timer to journal serverOleksii Shevchuk2013-03-251-12/+51
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-211-3/+2
* journal: special case the trivial cache chain cache entryLennart Poettering2012-10-261-0/+5
* journal: introduce entry array chain cacheLennart Poettering2012-10-261-8/+101
* journal: suggest rotation when fields are not indexedLennart Poettering2012-10-181-0/+7
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-181-4/+197
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-161-5/+36
* journal: sort data items of entries by offsetLennart Poettering2012-10-161-0/+14
* journal: set seal even for readonly journalfilesMirco Tischler2012-09-241-2/+1
* journal: don't allow journal_file_open() to be called with ret being NULLLennart Poettering2012-09-211-3/+2
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-131-1/+1
* journal: never assert directly on data read from the journalLennart Poettering2012-09-131-6/+16
* journald: don't reposition window if we don't have toLennart Poettering2012-09-131-8/+8
* journal: don't set seal flag if we don't have gcrypt built-inLennart Poettering2012-09-111-3/+7
* journal: don't try to compress without XZMichael Olbrich2012-09-111-0/+2
* journald: detect invalid header pointers correctlyLennart Poettering2012-09-101-4/+13
* journal: add call to determine current journal file disk usageLennart Poettering2012-09-071-0/+5
* journald: avoid logging to kmsg in the normal pathsLennart Poettering2012-09-061-6/+6
* journal: be more careful when keeping around mmaps we still needLennart Poettering2012-08-211-7/+7
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-201-0/+18
* journal: use a macro to check for file header flagsLennart Poettering2012-08-201-8/+7
* journal: fix tag ordering checkLennart Poettering2012-08-201-3/+4
* mmap: resize arrays dynamicallyLennart Poettering2012-08-181-4/+1
* journal: even more simple static object testsLennart Poettering2012-08-181-0/+8
* journal: fix verification without keyLennart Poettering2012-08-181-2/+4
* journald: add additional simple static tests to verifierLennart Poettering2012-08-181-1/+17
* journal: be fine with opening rotated/corrupted journal filesLennart Poettering2012-08-171-1/+2
* journal: show new header fields in header dumpLennart Poettering2012-08-171-9/+16
* journal: rework terminologyLennart Poettering2012-08-171-22/+22
* journal: add FSPRG journal authenticationLennart Poettering2012-08-161-4/+4
* journal: parse fsprg seedLennart Poettering2012-08-161-2/+6
* journal: count number of entry arrays in headerLennart Poettering2012-08-161-0/+3
* journal: rename 'mmap' to 'mmap_cache' to appease gccZbigniew Jędrzejewski-Szmek2012-08-161-3/+5
* journal: verify hashes only during actual verification, not all the timeLennart Poettering2012-08-161-20/+0
* journal: split up journal-file.cLennart Poettering2012-08-161-1140/+3
* journal: add superficial structure verifierLennart Poettering2012-08-161-30/+160
* journal: implement basic journal file verification logicLennart Poettering2012-08-161-9/+412
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-161-114/+57
* journal: include tag object header in hmacLennart Poettering2012-08-131-8/+27
* journal: add all objects we add to HMACLennart Poettering2012-08-131-1/+20
* journald: initial version of FSPRG hookupLennart Poettering2012-08-131-25/+477