summaryrefslogtreecommitdiff
path: root/src/journal/journal-def.h
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* journal: drop _packed_ attribute in a few placesZbigniew Jędrzejewski-Szmek2019-02-041-53/+65
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-1/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-4/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-3/+2
* journal: fix size commentPeter Lemenkov2015-05-131-1/+1
* journal: have a named enum ObjectTypeMichal Schmidt2014-12-131-2/+2
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-131-1/+1
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* fix #ifdefRonny Chevalier2014-07-081-1/+1
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-061-2/+26
* journal: move _packed_ attribute to the endZbigniew Jędrzejewski-Szmek2012-12-171-22/+22
* journal: use le64_t instead of uint64_t where this is appropriateLennart Poettering2012-10-211-2/+2
* journal: link up documentation with the file structure headerLennart Poettering2012-10-201-4/+11
* journal: even more simple static object testsLennart Poettering2012-08-181-0/+2
* journald: add additional simple static tests to verifierLennart Poettering2012-08-181-3/+4
* journal: rework terminologyLennart Poettering2012-08-171-8/+8
* journal: add FSPRG journal authenticationLennart Poettering2012-08-161-0/+1
* journal: count number of entry arrays in headerLennart Poettering2012-08-161-0/+1
* journal: verify structural consistencyLennart Poettering2012-08-161-2/+2
* journal: implement basic journal file verification logicLennart Poettering2012-08-161-2/+2
* journal: include tag object header in hmacLennart Poettering2012-08-131-0/+3
* journald: initial version of FSPRG hookupLennart Poettering2012-08-131-12/+30
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering2012-07-171-2/+5
* journal: expose and make use of cutoff times of journalLennart Poettering2012-06-171-2/+2
* journal: add basic object definition for signaturesLennart Poettering2012-06-171-0/+18
* journal: replace arena offset by header sizeLennart Poettering2012-06-171-1/+1
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* add sparse support to detect endianness bugFrederic Crozat2012-03-221-37/+37
* build-sys: move public header files into a dir of their ownLennart Poettering2012-01-051-1/+2
* journal: add inline compression support with XZLennart Poettering2011-12-211-1/+12
* journal: fix space reservation limit enforcementLennart Poettering2011-12-201-3/+0
* journal: implement multiple field matchesLennart Poettering2011-11-081-27/+39
* journal: properly implement matching with multiple matchesLennart Poettering2011-10-151-0/+1
* journal: implementation rotationLennart Poettering2011-10-131-0/+2
* journal: implement parallel traversal in clientLennart Poettering2011-10-081-2/+3
* journal: store XOR combination of entry data object hashes to identify hash l...Lennart Poettering2011-10-071-0/+1
* journal: add preliminary incomplete implementationLennart Poettering2011-10-071-0/+139