Age | Commit message (Expand) | Author |
2015-02-25 | journal: make skipping of exhausted journal files effective again | Michal Schmidt |
2015-01-18 | Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.h | Zbigniew Jędrzejewski-Szmek |
2015-01-06 | journald: whenever we rotate a file, btrfs defrag it | Lennart Poettering |
2015-01-05 | journald: when we detect the journal file we are about to write to has been d... | Lennart Poettering |
2015-01-05 | journald: process SIGBUS for the memory maps we set up | Lennart Poettering |
2014-12-18 | journal: journal_file_next_entry() does not need pointer to current Object | Michal Schmidt |
2014-12-18 | journal: optimize iteration by skipping exhausted files | Michal Schmidt |
2014-12-18 | journal: compare candidate entries using JournalFiles' locations | Michal Schmidt |
2014-12-18 | journal: keep per-JournalFile location info during iteration | Michal Schmidt |
2014-12-18 | journal: abstract the resetting of JournalFile's location | Michal Schmidt |
2014-12-18 | journal: move definition of LocationType to journal-file.h | Michal Schmidt |
2014-12-18 | journal: delete unused function journal_file_skip_entry() | Michal Schmidt |
2014-12-18 | journal: delete unused function journal_file_move_to_entry_by_offset() | Michal Schmidt |
2014-12-13 | journal: have a named enum ObjectType | Michal Schmidt |
2014-12-13 | journal: move type_to_context() to journal-file.c | Michal Schmidt |
2014-12-13 | journal: remove journal_file_object_keep/release functions | Michal Schmidt |
2014-10-23 | journal: make JournalFile::chain_cache an OrderedHashmap | Michal Schmidt |
2014-10-09 | sd-journal: fix sd_journal_enumerate_unique skipping values | Jan Janssen |
2014-09-25 | journal: build fix when LZ4 is enabled but XZ is not | Gustavo Sverzut Barbieri |
2014-08-27 | sd-journal: properly convert object->size on big endian | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Always prefer our headers to system headers | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | journal: add LZ4 as optional compressor | Zbigniew Jędrzejewski-Szmek |
2014-01-11 | journald: do not free space when disk space runs low | Zbigniew Jędrzejewski-Szmek |
2014-01-11 | journal: fix access to munmapped memory in sd_journal_enumerate_unique | Zbigniew Jędrzejewski-Szmek |
2013-11-26 | journal: make table const | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-06-10 | journal: remember last direction of search and keep offset cache | Zbigniew Jędrzejewski-Szmek |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-03-25 | journal: Add sync timer to journal server | Oleksii Shevchuk |
2012-10-26 | journal: introduce entry array chain cache | Lennart Poettering |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-10-16 | journal: implement time-based rotation/vacuuming | Lennart Poettering |
2012-08-20 | journal: use a macro to check for file header flags | Lennart Poettering |
2012-08-19 | journal: validate timestamps as well | Lennart Poettering |
2012-08-18 | journal: even more simple static object tests | Lennart Poettering |
2012-08-18 | journald: add additional simple static tests to verifier | Lennart Poettering |
2012-08-17 | journal: rework terminology | Lennart Poettering |
2012-08-16 | journal: parse fsprg seed | Lennart Poettering |
2012-08-16 | journal: rename 'mmap' to 'mmap_cache' to appease gcc | Zbigniew Jędrzejewski-Szmek |
2012-08-16 | journal: split up journal-file.c | Lennart Poettering |
2012-08-16 | journal: implement basic journal file verification logic | Lennart Poettering |
2012-08-16 | journal: implement generic sharable mmap caching logic | Lennart Poettering |
2012-08-13 | journal: add all objects we add to HMAC | Lennart Poettering |
2012-08-13 | journald: initial version of FSPRG hookup | Lennart Poettering |
2012-07-19 | use #pragma once instead of foo*foo #define guards | Shawn Landden |
2012-07-17 | journal: size journal data hash table based on maximum file size metrics | Lennart Poettering |
2012-07-17 | journal: automatically rotate journal files if the data hash table is full > 75% | Lennart Poettering |
2012-07-13 | journal: beef up journal matches considerably | Lennart Poettering |
2012-06-17 | journal: expose and make use of cutoff times of journal | Lennart Poettering |