summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-file.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-171-2/+15
* journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering2012-07-171-0/+3
* journal: beef up journal matches considerablyLennart Poettering2012-07-131-0/+4
* journal: expose and make use of cutoff times of journalLennart Poettering2012-06-171-0/+3
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* add sparse support to detect endianness bugFrederic Crozat2012-03-221-0/+1
* journal: if we encounter a corrupted file, rotate and go onLennart Poettering2012-03-151-0/+2
* journal: fix more 32/64 bit issuesLennart Poettering2012-01-111-1/+1
* build-sys: move public header files into a dir of their ownLennart Poettering2012-01-051-1/+2
* journal: automatically deduce journal metrics from file system sizesLennart Poettering2011-12-311-6/+3
* journal: move max_use into metrics structureLennart Poettering2011-12-311-1/+2
* journald: flush /run to /var as soon as it becomes availableLennart Poettering2011-12-291-0/+4
* journal: add inline compression support with XZLennart Poettering2011-12-211-0/+7
* journal: fix space reservation limit enforcementLennart Poettering2011-12-201-0/+13
* journal: implement multiple field matchesLennart Poettering2011-11-081-17/+34
* journal: unify code for up and for down traversalLennart Poettering2011-10-151-4/+7
* journal: move field index from file into journal objectLennart Poettering2011-10-141-1/+0
* journal: synchronize seqnum across filesLennart Poettering2011-10-141-1/+1
* journal: implement parallel file traversalLennart Poettering2011-10-141-11/+1
* journal: implementation rotationLennart Poettering2011-10-131-1/+8
* journal: implement parallel traversal in clientLennart Poettering2011-10-081-0/+86