summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2016-08-12journalctl: allow --root argument for journal watchingZbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: fix sd_journal_open_directory with SD_JOURNAL_OS_ROOTZbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: allow SYSTEM and CURRENT_USER flags with sd_j_open_directory[_fd]Zbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: split out flags into separate defines for legibilityZbigniew Jędrzejewski-Szmek
2016-08-09sd-journal: watch logs below container's /{var,run}/log/journal (instead of t...Evgeny Vereshchagin
2016-08-06buildsys,journal: allow -fsanitize=address without VALGRIND definedCristian Rodríguez
2016-08-04util-lib: rework /tmp and /var/tmp handling codeLennart Poettering
2016-08-04journalctl,systemctl: add "short-full", "short-unix" mode to --helpZbigniew Jędrzejewski-Szmek
2016-08-02gitignore: libsystemd-journal.pc is no more (#3863)Zbigniew Jędrzejewski-Szmek
2016-07-26journald: deprecate SplitMode=login (#3805)Zbigniew Jędrzejewski-Szmek
2016-07-22tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering
2016-07-19sd-journal: suppress empty linesLennart Poettering
2016-07-19sd-journal: when formatting log messages, implicitly strip trailing whitespaceLennart Poettering
2016-07-15tree-wide: get rid of selinux_context_t (#3732)Zbigniew Jędrzejewski-Szmek
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-06-30journalctl: Make temporary files directory configurable (#3574)ottopotto
2016-06-28journalct: allow --boot=0 to DTRT with --file/--directoryZbigniew Jędrzejewski-Szmek
2016-06-28journalctl: use simpler variable names in get_boots()Zbigniew Jędrzejewski-Szmek
2016-06-28journalct: do no allow --this-boot to take argumentsZbigniew Jędrzejewski-Szmek
2016-06-28journalctl: allow --file/--directory with --boot or --list-bootsZbigniew Jędrzejewski-Szmek
2016-06-21tree-wide: some work-arounds for gcc false positives regarding uninitialized ...Lennart Poettering
2016-05-30tree-wide: check colors_enabled() before outputting ANSI color stringsLennart Poettering
2016-05-30tree-wide: use ansi_highlight() instead of ANSI_HIGHLIGHT where appropriateLennart Poettering
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