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
*
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
*
journald: rework auto-rotation logic
Lennart Poettering
2012-09-28
1
-43
/
+56
*
journald: close sd_journal context after flushing to /var
Lennart Poettering
2012-09-28
1
-2
/
+5
*
journald: log how big the journal files may grow
Lennart Poettering
2012-09-21
1
-6
/
+18
*
util: define union dirent_storage and make use of it everywhere
Lennart Poettering
2012-09-19
1
-2
/
+3
*
journald: log when we fail to forward messages to syslog
Lennart Poettering
2012-09-17
1
-0
/
+1
*
journald: properly update perms on freshly rotate user journals
Lennart Poettering
2012-09-17
1
-1
/
+1
*
journald: don't do debug logging by default
Lennart Poettering
2012-09-10
1
-1
/
+0
*
journald: make splitting up of journal files per-user configurable
Lennart Poettering
2012-09-07
1
-1
/
+13
*
journald: avoid logging to kmsg in the normal paths
Lennart Poettering
2012-09-06
1
-13
/
+13
*
journalctl: complain if unprivileged users attempt to access the journal and ...
Lennart Poettering
2012-08-22
1
-4
/
+6
*
journal: the ratelimiter is part of journald
Lennart Poettering
2012-08-22
1
-1
/
+1
*
journald: split off native protocol support into its own .c file
Lennart Poettering
2012-08-22
1
-356
/
+4
*
journald: split console transport stuff into its own file
Lennart Poettering
2012-08-22
1
-55
/
+1
*
journald: move stream protocol into its own .c file
Lennart Poettering
2012-08-22
1
-422
/
+2
*
journald: splitt of syslog protocol support into its own file
Lennart Poettering
2012-08-22
1
-330
/
+11
*
journald: split /dev/kmsg related stuff into its own .c file
Lennart Poettering
2012-08-22
1
-438
/
+37
*
journald: write tags also to user journal files
Lennart Poettering
2012-08-22
1
-5
/
+18
*
journald: augment journal entries from the kernel with data from udev
Lennart Poettering
2012-08-22
1
-1
/
+62
*
journal: properly handle EPIPE from /dev/kmsg
Lennart Poettering
2012-08-21
1
-1
/
+1
*
journal: automatically evolve FSS key even when nothing is logged
Lennart Poettering
2012-08-21
1
-8
/
+33
*
journald: add new Seal= configuration option
Lennart Poettering
2012-08-20
1
-4
/
+5
*
mmap: resize arrays dynamically
Lennart Poettering
2012-08-18
1
-1
/
+1
*
journal: split up journal-file.c
Lennart Poettering
2012-08-16
1
-0
/
+1
*
journal: add superficial structure verifier
Lennart Poettering
2012-08-16
1
-0
/
+1
*
journal: implement generic sharable mmap caching logic
Lennart Poettering
2012-08-16
1
-4
/
+11
*
journald: initial version of FSPRG hookup
Lennart Poettering
2012-08-13
1
-17
/
+12
*
journald: never read the same kernel msg twice, and generate message when we ...
Lennart Poettering
2012-08-09
1
-0
/
+61
*
journald: properly unescape messages from /dev/kmsg
Lennart Poettering
2012-08-09
1
-8
/
+6
*
journald: also parse kernel key/value fields and store them prefixed with _KE...
Lennart Poettering
2012-08-09
1
-4
/
+42
*
journald: basic support for /dev/kmsg parsing
Lennart Poettering
2012-08-09
1
-143
/
+99
*
journald: fixed memory leak
Artur Zaprzala
2012-07-31
1
-0
/
+1
*
journald: log driver messages at LOG_INFO
Lennart Poettering
2012-07-26
1
-1
/
+1
*
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-26
1
-19
/
+12
*
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-25
1
-5
/
+5
*
journald: upgrade signal reception message to INFO
Lennart Poettering
2012-07-19
1
-1
/
+2
*
journal: remove all of /run/log/journal when serializing, since the machine I...
Lennart Poettering
2012-07-18
1
-5
/
+2
*
journal: don't complain if the syslog forwarder socket doesn't exist
Lennart Poettering
2012-07-18
1
-1
/
+2
*
journald: fix another bad memory access
Lennart Poettering
2012-07-18
1
-0
/
+4
*
journald: fix bad memory access
Lennart Poettering
2012-07-18
1
-0
/
+4
*
journal: size journal data hash table based on maximum file size metrics
Lennart Poettering
2012-07-17
1
-10
/
+4
*
journal: immediately rotate when the journal was previously not closed properly
Lennart Poettering
2012-07-17
1
-1
/
+5
*
journal: automatically rotate journal files if the data hash table is full > 75%
Lennart Poettering
2012-07-17
1
-33
/
+54
*
util: rename join() to strjoin()
Lennart Poettering
2012-07-13
1
-2
/
+2
*
journal: replace implicit flushing of journal by explicit one
Lennart Poettering
2012-07-11
1
-18
/
+5
[next]