chiark / gitweb /
Add __attribute__((const, pure, format)) in various places
[elogind.git] / src / journal / journal-file.c
2013-05-03 Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-02 Cristian RodríguezAlways use our own MAX/MIN definitions
2013-03-25 Oleksii Shevchukjournal: Add sync timer to journal server
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-20 Lennart Poetteringjournal: by default do not decompress dat objects large...
2012-10-26 Lennart Poetteringjournal: special case the trivial cache chain cache...
2012-10-26 Lennart Poetteringjournal: introduce entry array chain cache
2012-10-18 Lennart Poetteringjournal: suggest rotation when fields are not indexed
2012-10-18 Lennart Poetteringjournal: add ability to list values a specified field...
2012-10-16 Lennart Poetteringjournal: implement time-based rotation/vacuuming
2012-10-16 Lennart Poetteringjournal: sort data items of entries by offset
2012-09-24 Mirco Tischlerjournal: set seal even for readonly journalfiles
2012-09-21 Lennart Poetteringjournal: don't allow journal_file_open() to be called...
2012-09-13 Thomas Hindoe Paab... man: fix a bunch of typos in docs
2012-09-13 Lennart Poetteringjournal: never assert directly on data read from the...
2012-09-13 Lennart Poetteringjournald: don't reposition window if we don't have to
2012-09-11 Lennart Poetteringjournal: don't set seal flag if we don't have gcrypt...
2012-09-11 Michael Olbrichjournal: don't try to compress without XZ
2012-09-10 Lennart Poetteringjournald: detect invalid header pointers correctly
2012-09-07 Lennart Poetteringjournal: add call to determine current journal file...
2012-09-06 Lennart Poetteringjournald: avoid logging to kmsg in the normal paths
2012-08-21 Lennart Poetteringjournal: be more careful when keeping around mmaps...
2012-08-20 Lennart Poetteringjournal: make libgcrypt dependency optional
2012-08-20 Lennart Poetteringjournal: use a macro to check for file header flags
2012-08-20 Lennart Poetteringjournal: fix tag ordering check
2012-08-17 Lennart Poetteringmmap: resize arrays dynamically
2012-08-17 Lennart Poetteringjournal: even more simple static object tests
2012-08-17 Lennart Poetteringjournal: fix verification without key
2012-08-17 Lennart Poetteringjournald: add additional simple static tests to verifier
2012-08-17 Lennart Poetteringjournal: be fine with opening rotated/corrupted journal...
2012-08-17 Lennart Poetteringjournal: show new header fields in header dump
2012-08-16 Lennart Poetteringjournal: rework terminology
2012-08-16 Lennart Poetteringjournal: add FSPRG journal authentication
2012-08-16 Lennart Poetteringjournal: parse fsprg seed
2012-08-16 Lennart Poetteringjournal: count number of entry arrays in header
2012-08-16 Zbigniew Jędrzejew... journal: rename 'mmap' to 'mmap_cache' to appease gcc
2012-08-16 Lennart Poetteringjournal: verify hashes only during actual verification...
2012-08-16 Lennart Poetteringjournal: split up journal-file.c
2012-08-16 Lennart Poetteringjournal: add superficial structure verifier
2012-08-16 Lennart Poetteringjournal: implement basic journal file verification...
2012-08-16 Lennart Poetteringjournal: implement generic sharable mmap caching logic
2012-08-13 Lennart Poetteringjournal: include tag object header in hmac
2012-08-13 Lennart Poetteringjournal: add all objects we add to HMAC
2012-08-13 Lennart Poetteringjournald: initial version of FSPRG hookup
2012-08-08 Lennart Poetteringfix a couple of issues found with llvm-analyze
2012-07-19 Lennart Poetteringjournal: rotate busy files away when we try to write...
2012-07-18 Lennart Poetteringjournal: when we suggest a rotation, explain why
2012-07-18 Lennart Poetteringjournal: estimate data hash table size a bit larger...
2012-07-16 Lennart Poetteringjournal: actually set archived files to archived state
2012-07-16 Lennart Poetteringjournalctl: decode more header files in --header
2012-07-16 Lennart Poetteringjournal: size journal data hash table based on maximum...
2012-07-16 Lennart Poetteringjournal: immediately rotate when the journal was previo...
2012-07-16 Lennart Poetteringjournal: automatically rotate journal files if the...
2012-07-16 Lennart Poetteringjournal: use tail/head timestamps from header for cutof...
2012-07-16 Lennart Poetteringjournald: don't enforce monotonicity of realtime clocks...
2012-07-12 Lennart Poetteringjournal: beef up journal matches considerably
2012-07-12 Lennart Poetteringjournal: fix seeking by realtime/seqnum
2012-07-12 Lennart Poetteringjournal: fix bad memory access
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...
next