Age | Commit message (Expand) | Author |
2016-04-29 | journal-file: when rotating a journal file, fsync directory too | Lennart Poettering |
2016-04-29 | journal: when creating a new journal file, fsync() the directory it is create... | Lennart Poettering |
2016-04-27 | journal: set STATE_ARCHIVED as part of offlining (#2740) | Vito Caputo |
2016-04-26 | journal-file: make seeking in corrupted files work | Lennart Poettering |
2016-04-26 | journal-file: when iterating through a partly corruped journal file, treat er... | Lennart Poettering |
2016-04-26 | journal-file: always generate the same error when encountering corrupted files | Lennart Poettering |
2016-04-26 | sd-journal: detect earlier if we try to read an object from an invalid offset | Lennart Poettering |
2016-04-25 | Merge pull request #3109 from poettering/journal-by-fd | Zbigniew Jędrzejewski-Szmek |
2016-04-25 | Merge pull request #3114 from poettering/journalctl-b | Zbigniew Jędrzejewski-Szmek |
2016-04-25 | journal: fix already offline check and thread leak (#2810) | Vito Caputo |
2016-04-25 | journalctl: improve output of --header a bit | Lennart Poettering |
2016-04-25 | sd-journal: add API for opening journal files or directories by fd | Lennart Poettering |
2016-02-23 | Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-error | Lennart Poettering |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
2016-02-22 | journal: restore offline state on error | Vito Caputo |
2016-02-19 | journal: defer journal closes on rotate | Vito Caputo |
2016-02-19 | journal: asynchronous journal_file_set_offline() | Vito Caputo |
2016-02-19 | journal: add void cast to journal_file_close() calls | Vito Caputo |
2016-02-19 | journal: add void cast to fsync() calls | Vito Caputo |
2016-02-13 | Merge pull request #2589 from keszybz/resolve-tool-2 | Lennart Poettering |
2016-02-11 | Add memcpy_safe | Zbigniew Jędrzejewski-Szmek |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-09 | journal: Drop monotonicity check when appending to journal file | Klearchos Chaloulos |
2016-02-06 | journal: add missing space to switch statement | Vito Caputo |
2016-02-05 | journal: add asserts on f->(data|field)_hash_table | Vito Caputo |
2016-02-05 | journal: add asserts for f->header | Vito Caputo |
2016-01-26 | journald: minor fixes | Lennart Poettering |
2016-01-23 | Merge pull request #2318 from vcaputo/coalesce-ftruncates-redux | Zbigniew Jędrzejewski-Szmek |
2016-01-14 | journal: coalesce ftruncate()s in 250ms windows | Vito Caputo |
2015-12-23 | Merge pull request #2158 from keszybz/journal-decompression | Lennart Poettering |
2015-12-13 | journal: add dst_allocated_size parameter for compress_blob | Zbigniew Jędrzejewski-Szmek |
2015-12-10 | journal: make mmap_cache_unref() a NOP when NULL is passed, like all other de... | Lennart Poettering |
2015-11-06 | journal: reduce minimum journal file size to 512 KiB | Michael Olbrich |
2015-11-03 | journal: return better error for empty files | Zbigniew Jędrzejewski-Szmek |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out file attribute calls to chattr-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split xattr-related calls into xattr-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | Merge pull request #1654 from poettering/util-lib | Tom Gundersen |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | journal: irrelevant coding style fixes | Lennart Poettering |
2015-10-24 | journal: fix error handling when compressing journal objects | Lennart Poettering |
2015-10-02 | journal: rework vacuuming logic | Lennart Poettering |
2015-10-02 | journal: improve some messages | Lennart Poettering |
2015-10-02 | journal: simplify things by using the LESS_BY() macro | Lennart Poettering |
2015-10-02 | journal: make journal_file_close() return NULL | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-08-17 | Bug #944: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-07-24 | journal: avoid mapping empty data and field hash tables | Lennart Poettering |