summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
AgeCommit message (Expand)Author
2017-02-02Merge pull request #5204 from keszybz/masked-warning-cleanupLennart Poettering
2017-02-01Consistently use ERFKILL for masked unitsZbigniew Jędrzejewski-Szmek
2017-02-02Merge pull request #5151 from keszybz/journal-flagsLennart Poettering
2017-02-01Merge pull request #5191 from keszybz/tweaksZbigniew Jędrzejewski-Szmek
2017-02-01Revert "Trivial typo fixes and code refactorings (#5191)"Zbigniew Jędrzejewski-Szmek
2017-02-01Trivial typo fixes and code refactorings (#5191)Zbigniew Jędrzejewski-Szmek
2017-01-31tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek
2017-01-31journal-file: check asprintf return value in the usual fashionZbigniew Jędrzejewski-Szmek
2017-01-24journal-file, journalctl: provide better hint about unsupported featuresZbigniew Jędrzejewski-Szmek
2017-01-24journal-file: factor out helper functionZbigniew Jędrzejewski-Szmek
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-10-12journal: refuse opening journal files from the future for writingLennart Poettering
2016-10-12journal: when iterating through entry arrays and we hit an invalid one keep g...Lennart Poettering
2016-10-12journal: add an explicit check for uninitialized objectsLennart Poettering
2016-10-12journal: also check that our entry arrays are properly orderedLennart Poettering
2016-10-12journal: split out check for properly ordered arrays into its own functionLennart Poettering
2016-10-12journal: split out array index inc/dec code into a new call bump_array_index()Lennart Poettering
2016-10-12journal: when we encounter a broken journal file, add some debug loggingLennart Poettering
2016-09-23journal: fix HMAC calculation when appending a data objectFranck Bui
2016-09-23journal: warn when we fail to append a tag to a journalFranck Bui
2016-05-04treewide: fix typos (#3187)Torstein Husebø
2016-05-02tree-wide: fix invocations of chattr_path()Lennart Poettering
2016-04-29journal-file: when rotating a journal file, fsync directory tooLennart Poettering
2016-04-29journal: when creating a new journal file, fsync() the directory it is create...Lennart Poettering
2016-04-27journal: set STATE_ARCHIVED as part of offlining (#2740)Vito Caputo
2016-04-26journal-file: make seeking in corrupted files workLennart Poettering
2016-04-26journal-file: when iterating through a partly corruped journal file, treat er...Lennart Poettering
2016-04-26journal-file: always generate the same error when encountering corrupted filesLennart Poettering
2016-04-26sd-journal: detect earlier if we try to read an object from an invalid offsetLennart Poettering
2016-04-25Merge pull request #3109 from poettering/journal-by-fdZbigniew Jędrzejewski-Szmek
2016-04-25Merge pull request #3114 from poettering/journalctl-bZbigniew Jędrzejewski-Szmek
2016-04-25journal: fix already offline check and thread leak (#2810)Vito Caputo
2016-04-25journalctl: improve output of --header a bitLennart Poettering
2016-04-25sd-journal: add API for opening journal files or directories by fdLennart Poettering
2016-02-23Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-errorLennart Poettering
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22journal: restore offline state on errorVito Caputo
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-19journal: asynchronous journal_file_set_offline()Vito Caputo
2016-02-19journal: add void cast to journal_file_close() callsVito Caputo
2016-02-19journal: add void cast to fsync() callsVito Caputo
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering
2016-02-11Add memcpy_safeZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-09journal: Drop monotonicity check when appending to journal fileKlearchos Chaloulos
2016-02-06journal: add missing space to switch statementVito Caputo
2016-02-05journal: add asserts on f->(data|field)_hash_tableVito Caputo
2016-02-05journal: add asserts for f->headerVito Caputo
2016-01-26journald: minor fixesLennart Poettering
2016-01-23Merge pull request #2318 from vcaputo/coalesce-ftruncates-reduxZbigniew Jędrzejewski-Szmek