summaryrefslogtreecommitdiffstats
path: root/src/journal/journald.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: clean up isatty() handlingMike Yuan2023-12-221-1/+2
* journal: use sd_event_now()Yu Watanabe2023-12-061-1/+3
* journal: use usec_add() and usec_sub_unsigned()Yu Watanabe2023-12-061-12/+8
* journal: add short comment for boolean argumentsYu Watanabe2023-12-061-3/+3
* journal: split out server_new() from server_init()Yu Watanabe2023-12-061-41/+39
* journald: drop ManagedJournalFileYu Watanabe2023-10-021-1/+1
* 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-241-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