summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* journal-send: Fix the limitation of LINE_MAXAnkit Jain2020-05-141-12/+43
* test-journal-send: send printing of long linesZbigniew Jędrzejewski-Szmek2020-05-141-2/+16
* Merge pull request #15765 from benjarobin/fix_kwLennart Poettering2020-05-141-0/+1
|\
| * test: Add return 0 to main() function (even it is not strictly necessary)Benjamin Robin2020-05-131-0/+1
* | journald: rework pid change handlingLennart Poettering2020-05-131-35/+68
* | journald: use the fact that client_context_release() returns NULLLennart Poettering2020-05-131-2/+1
* | journald: rework end of line marker handling to use a field tableLennart Poettering2020-05-131-9/+20
* | journald: use log_warning_errno() where appropriateLennart Poettering2020-05-131-5/+4
* | journald: Increase stdout buffer size sooner, when almost fullBenjamin Robin2020-05-131-2/+2
|/
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-073-22/+12
* tree-wide: Mark as _unused_ variables that are only used in assert()Benjamin Robin2020-05-061-1/+1
* coredump: add zstandard support for coredumpsNorbert Lange2020-05-043-44/+294
* test: Fix build with !HAVE_LZ4 && HAVE_XZMichal Koutný2020-05-021-1/+2
* tests: various small fixes for strict systemsTopi Miettinen2020-04-262-12/+19
* Merge pull request #15570 from poettering/cmsg-findZbigniew Jędrzejewski-Szmek2020-04-241-19/+7
|\
| * socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around...Lennart Poettering2020-04-231-19/+7
* | tree-wide: use structured initialization at various placesLennart Poettering2020-04-242-18/+20
|/
* Merge pull request #15504 from poettering/cmsg-find-pureLennart Poettering2020-04-232-10/+17
|\
| * tree-wide: use recvmsg_safe() at various placesLennart Poettering2020-04-232-10/+17
* | Merge pull request #15472 from keszybz/dbus-api-docsLennart Poettering2020-04-231-1/+1
|\ \
| * | tree-wide: use "hostname" spelling everywhereZbigniew Jędrzejewski-Szmek2020-04-211-1/+1
* | | sd-journal: don't check namespaces if we have no namespace to go byLennart Poettering2020-04-231-3/+4
| |/ |/|
* | tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
|/
* errno-util: let's beef up ERRNO_IS_NOT_SUPPORTED() with socket not supported ...Lennart Poettering2020-04-171-1/+2
* journald: add configuration option for enabling/disabling audit during journa...Lennart Poettering2020-04-175-4/+15
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-162-2/+2
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-4/+2
* *: use _cleanup_close_ with fdopendir() where trivialVito Caputo2020-03-311-3/+2
* sd-journal: remove the dead code and actually fix #14695Michal Sekletár2020-03-281-4/+3
* 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