chiark / gitweb /
journal: abstract the resetting of JournalFile's location
[elogind.git] / src / journal / journal-file.c
2014-12-18 Michal Schmidtjournal: abstract the resetting of JournalFile's location
2014-12-18 Michal Schmidtjournal: delete unused function journal_file_skip_entry()
2014-12-18 Michal Schmidtjournal: delete unused function journal_file_move_to_en...
2014-12-12 Michal Schmidtjournal: replace contexts hashmap with a plain array
2014-12-12 Michal Schmidtjournal: push type_to_context conversion down to journa...
2014-12-12 Michal Schmidtjournal: have a named enum ObjectType
2014-12-12 Michal Schmidtjournal: consistently use OBJECT_<type> names instead...
2014-12-12 Michal Schmidtjournal: move type_to_context() to journal-file.c
2014-12-12 Michal Schmidtjournal: remove journal_file_object_keep/release functions
2014-12-12 Michal Schmidtjournal: map objects to context set by caller, not...
2014-12-11 Torstein Husebøjournald: correct spacing near eol code comments
2014-12-08 Olivier Bruneljournal: Fix navigating backwards missing entries
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-10-27 Lennart Poetteringjournald: be nice to coverity, add an extra assert
2014-10-23 Michal Schmidtjournal: make JournalFile::chain_cache an OrderedHashmap
2014-10-10 Jan Janssensd-journal: fix sd_journal_enumerate_unique skipping...
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-28 Zbigniew Jędrzejew... sd-journal: verify that object start with the field...
2014-08-04 Zbigniew Jędrzejew... Fix misuse of uint64_t as size_t
2014-07-16 Zbigniew Jędrzejew... journal: allow files with no data whatsoever
2014-07-11 Zbigniew Jędrzejew... Fix build without any compression enabled
2014-07-09 Ronny Chevalierfix #ifdef
2014-07-06 Zbigniew Jędrzejew... journal: add LZ4 as optional compressor
2014-05-28 Kay Sieversbuild-sys: use glibc's xattr support instead of requiri...
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-05 Zbigniew Jędrzejew... journal: assume that next entry is after previous entry
2014-02-25 Zbigniew Jędrzejew... Remove dead lines in various places
2014-02-20 Daniel Mackjournal: fix compiler warning in journal_file_append_data()
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2014-01-11 Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2014-01-05 George McCollisterjournal: Add missing byte order conversions
2013-12-22 Lennart Poetteringshared: switch our hash table implementation over to...
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...
next