chiark / gitweb /
journal: fix bisection logic for first entry
[elogind.git] / src / journal / journal-file.c
2012-07-12 Lennart Poetteringjournal: fix bisection logic for first entry
2012-06-16 Lennart Poetteringjournal: fix monotonic seeking
2012-06-16 Lennart Poetteringjournal: expose and make use of cutoff times of journal
2012-06-16 Lennart Poetteringjournal: correct list link up on hash collisions
2012-06-16 Lennart Poetteringjournal: add basic object definition for signatures
2012-06-16 Lennart Poetteringjournal: replace arena offset by header size
2012-06-12 Michal Schmidtjournal-file: fix mmap leak
2012-05-21 Guillermo VidalFixed handling of posix_fallocate() returned value
2012-04-13 Lennart Poetteringfix a couple of things found with the llvm static analyzer
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03 Kay Sieversimport udev repository
2012-04-02 Lennart Poetteringjournal: decrease default mmap window size to allow...
2012-03-22 Frederic Crozatadd sparse support to detect endianness bug
2012-03-21 Lennart Poetteringjournal: react with immediate rotation to a couple...
2012-03-15 Lennart Poetteringman: document systemd-journald.conf(5)
2012-03-15 Frederic Crozatjournal: only use uint8_t for state
2012-03-15 Lennart Poetteringjournald: be a bit more verbose
2012-03-15 Lennart Poetteringjournald: fix calculation of disk space
2012-03-15 Lennart Poetteringjournald: copy metrics/compression state from template...
2012-03-15 Lennart Poetteringjournald: increase max file size to 128MB
2012-03-15 Lennart Poetteringjournal: vacuum corrupted files, too
2012-03-15 Lennart Poetteringjournal: if we encounter a corrupted file, rotate and...
2012-03-06 Lennart Poetteringjournal: make sure to refresh window position and point...
2012-03-05 Frederic Crozatjournal: fix endianness errors
2012-02-29 Dirk Eibachsystemd-journald: fix endianess bug
2012-01-31 Lennart Poetteringjournal: increase compression threshold for objects...
2012-01-14 Lennart Poetteringutil: introduce FORMAT_BYTES_MAX
2012-01-11 Lennart Poetteringjournal: fix more 32/64 bit issues
2012-01-11 Lennart Poetteringjournald: don't assume size_t and uint64_t are the...
2012-01-11 Lennart Poetteringjournal: don't realign window twice
2012-01-07 Lennart Poetteringjournald: remove inner loop debug message
2012-01-04 Lennart Poetteringjournal: it's not a problem if the realtime jumps,...
2012-01-04 Lennart Poetteringjournal: when increasing window, make sure to use the...
2012-01-04 Lennart Poetteringjournal: apply seek check before resizing window, and...
2012-01-04 Lennart Poetteringjournal: add memory barrier before linking in newly...
2011-12-31 Kay Sieversjournal: silence gcc warnings
2011-12-31 Lennart Poetteringjournal: automatically deduce journal metrics from...
2011-12-30 Lennart PoetteringMerge branch 'journal'
2011-12-29 Lennart Poetteringjournald: flush /run to /var as soon as it becomes...
2011-12-28 Lennart Poetteringjournal: never mmap beyond file size
2011-12-27 Lennart Poetteringjournal: fix hash table lookup logic
2011-12-21 Lennart Poetteringjournal: properly handle first inline bisect array...
2011-12-21 Lennart Poetteringjournal: add inline compression support with XZ
2011-12-20 Lennart Poetteringjournal: fix space reservation limit enforcement
2011-12-19 Lennart Poetteringjournal: fix matches
2011-12-19 Lennart Poetteringjournal: implement inotify-based live logging logic
2011-11-08 Lennart PoetteringMerge branch 'master' into journal
2011-11-08 Lennart Poetteringjournal: implement multiple field matches
2011-10-14 Lennart Poetteringjournal: unify code for up and for down traversal
2011-10-14 Lennart Poetteringjournal: properly implement matching with multiple...
2011-10-14 Lennart Poetteringjournal: synchronize seqnum across files
2011-10-14 Lennart Poetteringjournal: implement parallel file traversal
2011-10-13 Lennart Poetteringjournal: implementation rotation
2011-10-12 Lennart Poetteringjournal: only fallocate() what we really need to avoid...
2011-10-12 Lennart PoetteringMerge branch 'master' into journal
2011-10-08 Lennart Poetteringjournal: implement parallel traversal in client