summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* buildsys,journal: allow -fsanitize=address without VALGRIND definedCristian Rodríguez2016-08-061-3/+3
* util-lib: rework /tmp and /var/tmp handling codeLennart Poettering2016-08-041-2/+2
* journalctl,systemctl: add "short-full", "short-unix" mode to --helpZbigniew Jędrzejewski-Szmek2016-08-041-3/+3
* gitignore: libsystemd-journal.pc is no more (#3863)Zbigniew Jędrzejewski-Szmek2016-08-021-1/+0
* journald: deprecate SplitMode=login (#3805)Zbigniew Jędrzejewski-Szmek2016-07-261-1/+1
* tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering2016-07-222-2/+2
* sd-journal: suppress empty linesLennart Poettering2016-07-191-1/+10
* sd-journal: when formatting log messages, implicitly strip trailing whitespaceLennart Poettering2016-07-191-0/+7
* tree-wide: get rid of selinux_context_t (#3732)Zbigniew Jędrzejewski-Szmek2016-07-151-1/+1
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-112-2/+2
* journalctl: Make temporary files directory configurable (#3574)ottopotto2016-06-301-3/+12
* journalct: allow --boot=0 to DTRT with --file/--directoryZbigniew Jędrzejewski-Szmek2016-06-281-2/+7
* journalctl: use simpler variable names in get_boots()Zbigniew Jędrzejewski-Szmek2016-06-281-15/+15
* journalct: do no allow --this-boot to take argumentsZbigniew Jędrzejewski-Szmek2016-06-281-1/+6
* journalctl: allow --file/--directory with --boot or --list-bootsZbigniew Jędrzejewski-Szmek2016-06-281-2/+2
* tree-wide: some work-arounds for gcc false positives regarding uninitialized ...Lennart Poettering2016-06-211-2/+2
* tree-wide: check colors_enabled() before outputting ANSI color stringsLennart Poettering2016-05-301-2/+7
* tree-wide: use ansi_highlight() instead of ANSI_HIGHLIGHT where appropriateLennart Poettering2016-05-301-4/+9
* journald: stack allocation cannot failLennart Poettering2016-05-051-10/+8
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-055-31/+30
* treewide: fix typos (#3187)Torstein Husebø2016-05-042-2/+2
* tree-wide: fix invocations of chattr_path()Lennart Poettering2016-05-021-1/+1
* core: rename StartLimitInterval= to StartLimitIntervalSec=Lennart Poettering2016-04-292-1/+3
* journal-file: when rotating a journal file, fsync directory tooLennart Poettering2016-04-291-0/+3
* journal: when creating a new journal file, fsync() the directory it is create...Lennart Poettering2016-04-291-0/+36
* Correctly parse OBJECT_PID in journald messages (#3129)Nalin Dahyabhai2016-04-271-1/+1
* journal: set STATE_ARCHIVED as part of offlining (#2740)Vito Caputo2016-04-272-2/+9
* journal-file: make seeking in corrupted files workLennart Poettering2016-04-261-6/+16
* journal-file: when iterating through a partly corruped journal file, treat er...Lennart Poettering2016-04-261-1/+7
* journal-file: always generate the same error when encountering corrupted filesLennart Poettering2016-04-261-1/+1
* sd-journal: detect earlier if we try to read an object from an invalid offsetLennart Poettering2016-04-261-0/+4
* Merge pull request #3109 from poettering/journal-by-fdZbigniew Jędrzejewski-Szmek2016-04-2511-95/+379
|\
| * journalctl: turn --unit= in combination with --user into --user-unit=Lennart Poettering2016-04-251-0/+12
| * sd-journal: "soft" deprecate sd_journal_open_container()Lennart Poettering2016-04-251-0/+3
| * journalctl: port --machine= switch to use machined's OpenMachineRootDirectory()Lennart Poettering2016-04-251-3/+50
| * sd-journal: add logic to open journal files of a specific OS treeLennart Poettering2016-04-251-4/+10
| * sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-2511-75/+297
| * sd-journal: minor simplificationLennart Poettering2016-04-251-7/+1
| * journalctl: improve error message when we have trouble reading journal filesLennart Poettering2016-04-251-1/+1
| * sd-journal: properly collect errors from readdir()Lennart Poettering2016-04-251-2/+2
| * journal: add inotify watches by-fd instead of by-pathLennart Poettering2016-04-251-5/+5
* | Merge pull request #3114 from poettering/journalctl-bZbigniew Jędrzejewski-Szmek2016-04-252-54/+76
|\ \
| * | journalctl: don't trust the per-field entry tables when looking for boot IDsLennart Poettering2016-04-251-20/+38
| * | journalctl: improve output of --header a bitLennart Poettering2016-04-251-10/+10
| * | journalctl: simplify discover_next_boot() a bitLennart Poettering2016-04-251-13/+8
| * | journalctl: simplify get_boots() a bit, by getting rid of one BootId objectLennart Poettering2016-04-251-8/+8
| * | journalctl: add some explanatory comments to get_boots()Lennart Poettering2016-04-251-7/+16
| |/
* | journal: fix already offline check and thread leak (#2810)Vito Caputo2016-04-251-2/+4
|/
* journalctl: add --no-hostname switchLennart Poettering2016-04-221-1/+10
* coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering2016-04-222-4/+4