Age | Commit message (Expand) | Author |
2014-12-24 | util: make creation time xattr logic more generic | Lennart Poettering |
2014-12-18 | journal: journal_file_next_entry() does not need pointer to current Object | 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: 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: replace contexts hashmap with a plain array | Michal Schmidt |
2014-12-13 | journal: push type_to_context conversion down to journal_file_move_to() | Michal Schmidt |
2014-12-13 | journal: have a named enum ObjectType | Michal Schmidt |
2014-12-13 | journal: consistently use OBJECT_<type> names instead of numbers | 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-12-13 | journal: map objects to context set by caller, not by actual object type | Michal Schmidt |
2014-12-11 | journald: correct spacing near eol code comments | Torstein Husebø |
2014-12-08 | journal: Fix navigating backwards missing entries | Olivier Brunel |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-10-27 | journald: be nice to coverity, add an extra assert | Lennart Poettering |
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-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-27 | sd-journal: verify that object start with the field name | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | journal: allow files with no data whatsoever | Zbigniew Jędrzejewski-Szmek |
2014-07-11 | Fix build without any compression enabled | Zbigniew Jędrzejewski-Szmek |
2014-07-08 | fix #ifdef | Ronny Chevalier |
2014-07-06 | journal: add LZ4 as optional compressor | Zbigniew Jędrzejewski-Szmek |
2014-05-28 | build-sys: use glibc's xattr support instead of requiring libattr | Kay Sievers |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-05 | journal: assume that next entry is after previous entry | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-20 | journal: fix compiler warning in journal_file_append_data() | Daniel Mack |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-11 | journal: fix access to munmapped memory in sd_journal_enumerate_unique | Zbigniew Jędrzejewski-Szmek |
2014-01-05 | journal: Add missing byte order conversions | George McCollister |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-17 | journal-file.c: remove redundant assignment of variable | Thomas Hindoe Paaboel Andersen |
2013-12-16 | journal: fix against (theoretical) undefined behavior | Shawn Landden |
2013-12-16 | journal-file: protect against alloca(0) | Thomas Hindoe Paaboel Andersen |
2013-11-27 | journal: simplify pre-allocation logic | Lennart Poettering |
2013-11-27 | journal: allow journal_file_copy_entry() to work on non-local files | Lennart Poettering |
2013-11-27 | journal: fix iteration when we go backwards from the beginning of an array ch... | Lennart Poettering |
2013-11-26 | journal: optimize bisection logic a bit by caching the last position | Lennart Poettering |
2013-11-26 | journal: make table const | Lennart Poettering |
2013-11-26 | journal: when appending to journal file, allocate larger blocks at once | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-10-09 | journald: replace new+snprintf with asprintf | Zbigniew Jędrzejewski-Szmek |
2013-10-02 | journald: add missing error check | Lennart Poettering |
2013-06-18 | journalctl: properly print headers of empty journals | Zbigniew Jędrzejewski-Szmek |