Age | Commit message (Expand) | Author |
2014-12-26 | journald: always allocate space for object fields | Zbigniew Jędrzejewski-Szmek |
2014-12-26 | journald: fix off by one in native transport | Zbigniew Jędrzejewski-Szmek |
2014-12-24 | util: make creation time xattr logic more generic | Lennart Poettering |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-19 | journal: skipping of exhausted journal files is bad if direction changed | Michal Schmidt |
2014-12-19 | journal: make next_with_matches() always use f->current_offset | Michal Schmidt |
2014-12-19 | journal: fix skipping of duplicate entries in iteration | Michal Schmidt |
2014-12-18 | journal: next_with_matches() now does not need a mapped object as input | Michal Schmidt |
2014-12-18 | journal: journal_file_next_entry() does not need pointer to current Object | Michal Schmidt |
2014-12-18 | journal: optimize iteration by returning previously found candidate entry | Michal Schmidt |
2014-12-18 | journal: optimize iteration by skipping exhausted files | Michal Schmidt |
2014-12-18 | journal: drop unnecessary parameters of next_beyond_location() | Michal Schmidt |
2014-12-18 | journal: remove redundant variable new_offset | Michal Schmidt |
2014-12-18 | journal: compare candidate entries using JournalFiles' locations | Michal Schmidt |
2014-12-18 | journal: simplify set_location() | 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 | Revert "journal: optimize iteration: skip whole files behind current location" | Michal Schmidt |
2014-12-18 | Revert "journal: optimize iteration: skip files that cannot improve current c... | 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: delete unused function mmap_cache_close_context | 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: consistently allow type==0 to mean "any type" | 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-13 | journal: add debug mode for mmap-cache (--enable-debug=mmap-cache) | Michal Schmidt |
2014-12-12 | copy: use btrfs reflinking only whe we know we copy full files | Lennart Poettering |
2014-12-12 | util: when using basename() for creating temporary files, verify the resultin... | Lennart Poettering |
2014-12-11 | journald: correct spacing near eol code comments | Torstein Husebø |
2014-12-09 | treewide: sanitize loop_write | Zbigniew Jędrzejewski-Szmek |
2014-12-10 | core: unify how we iterate over inotify events | Lennart Poettering |
2014-12-09 | journal: optimize iteration: skip files that cannot improve current candidate... | Michal Schmidt |
2014-12-09 | journal: optimize iteration: skip whole files behind current location | Michal Schmidt |
2014-12-09 | journalctl: respect --after-cursor semantics with --follow in all cases | Wesley Dawson |
2014-12-08 | journal: Fix navigating backwards missing entries | Olivier Brunel |
2014-11-30 | journald: close passed fds we cannot make sense of | Lennart Poettering |
2014-11-30 | tests: use assert_se instead of assert | Ronny Chevalier |
2014-11-29 | coredump: Support coredump.conf.d directories in the usual search paths | Josh Triplett |
2014-11-29 | journald: Support journald.conf.d directories in the usual search paths | Josh Triplett |
2014-11-28 | coredump: simplify a few things by allocating small fields on the stack rathe... | Lennart Poettering |
2014-11-28 | coredump: rework compose_open_fds() | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |