summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* fix journalctl regression (#15099)Georg Müller2020-03-131-1/+0
* journalctl: show duplicate entries if they are from the same file (#14898)Georg Müller2020-03-111-3/+5
* tree-wide: use the return value from sockaddr_un_set_path()Zbigniew Jędrzejewski-Szmek2020-03-024-18/+20
* journald: fix forwarding to syslogZbigniew Jędrzejewski-Szmek2020-03-021-5/+5
* journalctl: implement --facility=fooZbigniew Jędrzejewski-Szmek2020-02-291-0/+78
* journal: fix log messageYu Watanabe2020-02-071-1/+1
* sd-journal: close journal files that were deleted by journald before we've se...Michal Sekletár2020-02-053-1/+17
* journal: drop unreachable pathYu Watanabe2020-02-031-2/+2
* journalctl: underline sections in --helpLennart Poettering2020-01-311-6/+7
* journald: add ability to activate by varlink socketLennart Poettering2020-01-311-9/+17
* journald: add exit on idleLennart Poettering2020-01-313-2/+146
* journald: use structured initializationLennart Poettering2020-01-311-3/+5
* journald: add logging for one error we lacked logging forLennart Poettering2020-01-311-1/+3
* journalctl: drop misplaced empty lineLennart Poettering2020-01-311-1/+0
* journalctl: add new --namespace= switch for showing logs for namespaceLennart Poettering2020-01-311-4/+34
* journal: make constant argument actually 'const'Lennart Poettering2020-01-311-1/+1
* journal: allow opening journal files specific to some namespaceLennart Poettering2020-01-312-14/+93
* journal: use structured initializationLennart Poettering2020-01-311-8/+11
* journalctl: use an anonymous array when an array is neededLennart Poettering2020-01-311-4/+3
* journal: properly mark two definitions that are deprecated with GCC attribute...Lennart Poettering2020-01-311-1/+1
* journalctl: use automatic memory cleanupLennart Poettering2020-01-311-2/+1
* journalctl: use log_error_errno() wherever we canLennart Poettering2020-01-311-45/+29
* journalctl: move pcre function code downLennart Poettering2020-01-311-29/+27
* journald: allow running multiple instances of journaldLennart Poettering2020-01-3111-77/+240
* journald: when create journal directories use calculated pathsLennart Poettering2020-01-311-16/+10
* journald: minor coding style updatesLennart Poettering2020-01-311-1/+8
* journald: let's simplify rotating of offline user journalsLennart Poettering2020-01-311-104/+96
* journald: simplify find_journal() a bitLennart Poettering2020-01-311-25/+12
* journald: hide current storage determination in helper callLennart Poettering2020-01-311-2/+8
* journald: use structured initializationLennart Poettering2020-01-311-14/+15
* journald: line break overly long function headerLennart Poettering2020-01-311-1/+6
* journald: let's use TAKE_PTR() and TAKE_FD() where appropriateLennart Poettering2020-01-311-3/+2
* journald: let's use unlink_and_free() where we canLennart Poettering2020-01-311-5/+4
* journald: specifying _pure_ on static functions is unnecessary, compiler can ...Lennart Poettering2020-01-311-1/+1
* journald: don't bother with seqnum file if we don't read form /dev/kmsg anywayLennart Poettering2020-01-311-4/+6
* journald: fix indentationLennart Poettering2020-01-311-5/+5
* journald: use free_and_replace() where appropriateLennart Poettering2020-01-311-2/+1
* journald: add missing logging for some errorsLennart Poettering2020-01-311-3/+3
* journald: why bitwise XOR when boolean != is easier to read?Lennart Poettering2020-01-311-1/+1
* journal: don't use startswith() on something that is not a NUL-terminated stringLennart Poettering2020-01-211-1/+1
* journalctl: Correctly handle combination of --reverse and --lines (fixes #1596)Timo Schlüßler2020-01-131-4/+4
* journalctl: Correctly handle --show-cursor in combination with --until or --s...Timo Schlüßler2020-01-131-25/+24
* Merge pull request #14329 from anitazha/user_invocation_idLennart Poettering2019-12-201-4/+14
|\
| * core,journal: export user units' InvocationID and use as _SYSTEMD_INVOCATION_IDAnita Zhang2019-12-191-4/+14
* | tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering2019-12-102-2/+2
|/
* journald: don't ask for the machine ID if we don't need itLennart Poettering2019-11-281-5/+0
* journalctl: pager_close() calls fflush(stdout) anyway as first thingLennart Poettering2019-11-281-1/+0
* journald: remove unused fieldLennart Poettering2019-11-281-2/+0
* journalctl: return EOPNOTSUPP if pcre is not enabledLennart Poettering2019-11-281-1/+1
* Merge pull request #14046 from poettering/id128-uuidZbigniew Jędrzejewski-Szmek2019-11-181-1/+1
|\