Age | Commit message (Expand) | Author |
2016-10-16 | tree-wide: use mfree more | Zbigniew Jędrzejewski-Szmek |
2016-10-12 | journal: refuse opening journal files from the future for writing | Lennart Poettering |
2016-10-12 | journal: when iterating through entry arrays and we hit an invalid one keep g... | Lennart Poettering |
2016-10-12 | journal: add an explicit check for uninitialized objects | Lennart Poettering |
2016-10-12 | journal: also check that our entry arrays are properly ordered | Lennart Poettering |
2016-10-12 | journal: split out check for properly ordered arrays into its own function | Lennart Poettering |
2016-10-12 | journal: split out array index inc/dec code into a new call bump_array_index() | Lennart Poettering |
2016-10-12 | journal: when we encounter a broken journal file, add some debug logging | Lennart Poettering |
2016-09-23 | journal: fix HMAC calculation when appending a data object | Franck Bui |
2016-09-23 | journal: warn when we fail to append a tag to a journal | Franck Bui |
2016-05-04 | treewide: fix typos (#3187) | Torstein Husebø |
2016-05-02 | tree-wide: fix invocations of chattr_path() | Lennart Poettering |
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 |