summaryrefslogtreecommitdiff
path: root/src/journal/journald.c
Commit message (Expand)AuthorAgeFilesLines
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-1/+1
* journal: Expand rotate log messages in journaldDaan De Meyer2021-10-181-1/+1
* journald: when journald namespace instances log, they can do so safely to the...Lennart Poettering2021-06-091-9/+16
* journal: send journald logs to kmsg againFranck Bui2021-01-121-2/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* journal: drop unreachable pathYu Watanabe2020-02-031-2/+2
* journald: add logging for one error we lacked logging forLennart Poettering2020-01-311-1/+3
* journald: allow running multiple instances of journaldLennart Poettering2020-01-311-5/+16
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: remove LOG_TARGET_SAFE pseudo log targetLennart Poettering2018-01-241-1/+2
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* journald: when logging about dropped messages, include more meta dataLennart Poettering2017-11-161-2/+2
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-2/+2
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-2/+4
* journald: don't flush to /var/log/journal before we get asked toLennart Poettering2016-12-211-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* journal: introduce patch_min_use() helperFranck Bui2016-10-191-2/+2
* journal: don't emit space usage message when opening the journal (#4190)Franck Bui2016-10-191-0/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journald: allow additional payload in server_driver_messageZbigniew Jędrzejewski-Szmek2016-01-231-2/+6
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-4/+3
* journald: never block when sending messages on NOTIFY_SOCKET socketLennart Poettering2015-11-011-8/+0
* journal: rework vacuuming logicLennart Poettering2015-10-021-4/+4
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-051-0/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-1/+3
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-3/+3
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-291-1/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* journald: remove some dead codeLennart Poettering2014-05-061-5/+0
* journald: remove stray reset of error return valueZbigniew Jędrzejewski-Szmek2014-03-171-1/+0
* journal: when we shall go down do so cleanlyLennart Poettering2013-12-221-0/+6
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-21/+6
* journald: remove unconditional log_*() use in the main loopKay Sievers2013-03-231-1/+0
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-141-1475/+1
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-161-16/+32
* log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek2012-10-131-1/+1
* journald: rework auto-rotation logicLennart Poettering2012-09-281-43/+56
* journald: close sd_journal context after flushing to /varLennart Poettering2012-09-281-2/+5
* journald: log how big the journal files may growLennart Poettering2012-09-211-6/+18
* util: define union dirent_storage and make use of it everywhereLennart Poettering2012-09-191-2/+3
* journald: log when we fail to forward messages to syslogLennart Poettering2012-09-171-0/+1
* journald: properly update perms on freshly rotate user journalsLennart Poettering2012-09-171-1/+1