summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2016-05-05journald: stack allocation cannot failLennart Poettering
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering
2016-05-04treewide: fix typos (#3187)Torstein Husebø
2016-05-02tree-wide: fix invocations of chattr_path()Lennart Poettering
2016-04-29core: rename StartLimitInterval= to StartLimitIntervalSec=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-27Correctly parse OBJECT_PID in journald messages (#3129)Nalin Dahyabhai
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: turn --unit= in combination with --user into --user-unit=Lennart Poettering
2016-04-25sd-journal: "soft" deprecate sd_journal_open_container()Lennart Poettering
2016-04-25journalctl: port --machine= switch to use machined's OpenMachineRootDirectory()Lennart Poettering
2016-04-25journalctl: don't trust the per-field entry tables when looking for boot IDsLennart Poettering
2016-04-25journalctl: improve output of --header a bitLennart Poettering
2016-04-25journalctl: simplify discover_next_boot() a bitLennart Poettering
2016-04-25journalctl: simplify get_boots() a bit, by getting rid of one BootId objectLennart Poettering
2016-04-25journalctl: add some explanatory comments to get_boots()Lennart Poettering
2016-04-25sd-journal: add logic to open journal files of a specific OS treeLennart Poettering
2016-04-25sd-journal: add API for opening journal files or directories by fdLennart Poettering
2016-04-25sd-journal: minor simplificationLennart Poettering
2016-04-25journalctl: improve error message when we have trouble reading journal filesLennart Poettering
2016-04-25sd-journal: properly collect errors from readdir()Lennart Poettering
2016-04-25journal: add inotify watches by-fd instead of by-pathLennart Poettering
2016-04-22journalctl: add --no-hostname switchLennart Poettering
2016-04-22coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering
2016-04-21tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek
2016-04-16journald: rewrite function with switch, fix handling of -ESHUTDOWNZbigniew Jędrzejewski-Szmek
2016-04-08journal: assert gcry_mpi_scan succeededZbigniew Jędrzejewski-Szmek
2016-04-02compress: fix gcc warnings about void* used in arithmeticZbigniew Jędrzejewski-Szmek
2016-04-02test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek
2016-03-04test-compress-benchmark: skip loop iteration if size is 0Zbigniew Jędrzejewski-Szmek
2016-02-29Use `PRIu64` to print `uint64_t` in log msgsElias Probst
2016-02-25Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek
2016-02-26tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
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-18journal/catalog: fix memory leaksZbigniew Jędrzejewski-Szmek