chiark / gitweb /
core: priorize notification fd processing over notification fd process via sd-event...
[elogind.git] / src / journal / journal-file.c
2013-12-17 Thomas Hindoe Paab... journal-file.c: remove redundant assignment of variable
2013-12-17 Shawn Landdenjournal: fix against (theoretical) undefined behavior
2013-12-16 Thomas Hindoe Paab... journal-file: protect against alloca(0)
2013-11-27 Lennart Poetteringjournal: simplify pre-allocation logic
2013-11-26 Lennart Poetteringjournal: allow journal_file_copy_entry() to work on...
2013-11-26 Lennart Poetteringjournal: fix iteration when we go backwards from the...
2013-11-26 Lennart Poetteringjournal: optimize bisection logic a bit by caching...
2013-11-26 Lennart Poetteringjournal: make table const
2013-11-26 Lennart Poetteringjournal: when appending to journal file, allocate large...
2013-11-08 Lennart PoetteringRemove dead code and unexport some calls
2013-10-13 Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-10-10 Zbigniew Jędrzejew... journald: replace new+snprintf with asprintf
2013-10-02 Lennart Poetteringjournald: add missing error check
2013-06-18 Zbigniew Jędrzejew... journalctl: properly print headers of empty journals
2013-06-10 Zbigniew Jędrzejew... journalctl: print monotonic timestamp in --header
2013-06-10 Zbigniew Jędrzejew... journalctl: print proper IDs with --header
2013-06-10 Zbigniew Jędrzejew... Use stdint.h macros instead of casts to print uint64_t...
2013-05-06 Lennart Poetteringjournald: be more careful when we try to flush the... v203
2013-05-03 Zbigniew Jędrzejew... journal: as a µ-opt, use sizeof instead of strlen
2013-05-03 Colin Guthriejournal: Set the default keep free value to 15% (up...
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...
next