index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
various: clean up isatty() handling
Mike Yuan
2023-12-22
1
-1
/
+2
*
journal: use sd_event_now()
Yu Watanabe
2023-12-06
1
-1
/
+3
*
journal: use usec_add() and usec_sub_unsigned()
Yu Watanabe
2023-12-06
1
-12
/
+8
*
journal: add short comment for boolean arguments
Yu Watanabe
2023-12-06
1
-3
/
+3
*
journal: split out server_new() from server_init()
Yu Watanabe
2023-12-06
1
-41
/
+39
*
journald: drop ManagedJournalFile
Yu Watanabe
2023-10-02
1
-1
/
+1
*
journal: Introduce journald-file.c for journal file write related logic
Daan De Meyer
2021-12-06
1
-1
/
+1
*
journal: Expand rotate log messages in journald
Daan De Meyer
2021-10-18
1
-1
/
+1
*
journald: when journald namespace instances log, they can do so safely to the...
Lennart Poettering
2021-06-09
1
-9
/
+16
*
journal: send journald logs to kmsg again
Franck Bui
2021-01-12
1
-2
/
+8
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
journal: drop unreachable path
Yu Watanabe
2020-02-03
1
-2
/
+2
*
journald: add logging for one error we lacked logging for
Lennart Poettering
2020-01-31
1
-1
/
+3
*
journald: allow running multiple instances of journald
Lennart Poettering
2020-01-31
1
-5
/
+16
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
log: remove LOG_TARGET_SAFE pseudo log target
Lennart Poettering
2018-01-24
1
-1
/
+2
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
journald: when logging about dropped messages, include more meta data
Lennart Poettering
2017-11-16
1
-2
/
+2
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-2
/
+2
*
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-2
/
+4
*
journald: don't flush to /var/log/journal before we get asked to
Lennart Poettering
2016-12-21
1
-1
/
+1
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
journal: introduce patch_min_use() helper
Franck Bui
2016-10-19
1
-2
/
+2
*
journal: don't emit space usage message when opening the journal (#4190)
Franck Bui
2016-10-19
1
-0
/
+5
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journald: allow additional payload in server_driver_message
Zbigniew Jędrzejewski-Szmek
2016-01-24
1
-2
/
+6
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-4
/
+3
*
journald: never block when sending messages on NOTIFY_SOCKET socket
Lennart Poettering
2015-11-01
1
-8
/
+0
*
journal: rework vacuuming logic
Lennart Poettering
2015-10-02
1
-4
/
+4
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-4
/
+0
*
journald: process SIGBUS for the memory maps we set up
Lennart Poettering
2015-01-05
1
-0
/
+4
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
notify: send STOPPING=1 from our daemons
Lennart Poettering
2014-08-21
1
-1
/
+3
*
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-3
/
+3
*
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-07-29
1
-1
/
+1
*
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-05-15
1
-2
/
+2
*
journald: remove some dead code
Lennart Poettering
2014-05-06
1
-5
/
+0
*
journald: remove stray reset of error return value
Zbigniew Jędrzejewski-Szmek
2014-03-17
1
-1
/
+0
*
journal: when we shall go down do so cleanly
Lennart Poettering
2013-12-22
1
-0
/
+6
*
journald: port to sd-event and enable watchdog support
Lennart Poettering
2013-12-11
1
-21
/
+6
*
journald: remove unconditional log_*() use in the main loop
Kay Sievers
2013-03-23
1
-1
/
+0
*
build-sys: store journald code in a noinst library
Zbigniew Jędrzejewski-Szmek
2012-11-14
1
-1475
/
+1
*
journal: implement time-based rotation/vacuuming
Lennart Poettering
2012-10-16
1
-16
/
+32
*
log: introduce a macro to format message id
Zbigniew Jędrzejewski-Szmek
2012-10-13
1
-1
/
+1
[next]