summaryrefslogtreecommitdiff
path: root/src/journal/journald.c
AgeCommit message (Expand)Author
2013-03-23journald: remove unconditional log_*() use in the main loopKay Sievers
2012-11-14build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek
2012-10-16journal: implement time-based rotation/vacuumingLennart Poettering
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek
2012-09-28journald: rework auto-rotation logicLennart Poettering
2012-09-28journald: close sd_journal context after flushing to /varLennart Poettering
2012-09-21journald: log how big the journal files may growLennart Poettering
2012-09-19util: define union dirent_storage and make use of it everywhereLennart Poettering
2012-09-17journald: log when we fail to forward messages to syslogLennart Poettering
2012-09-17journald: properly update perms on freshly rotate user journalsLennart Poettering
2012-09-10journald: don't do debug logging by defaultLennart Poettering
2012-09-07journald: make splitting up of journal files per-user configurableLennart Poettering
2012-09-06journald: avoid logging to kmsg in the normal pathsLennart Poettering
2012-08-22journalctl: complain if unprivileged users attempt to access the journal and ...Lennart Poettering
2012-08-22journal: the ratelimiter is part of journaldLennart Poettering
2012-08-22journald: split off native protocol support into its own .c fileLennart Poettering
2012-08-22journald: split console transport stuff into its own fileLennart Poettering
2012-08-22journald: move stream protocol into its own .c fileLennart Poettering
2012-08-22journald: splitt of syslog protocol support into its own fileLennart Poettering
2012-08-22journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering
2012-08-22journald: write tags also to user journal filesLennart Poettering
2012-08-22journald: augment journal entries from the kernel with data from udevLennart Poettering
2012-08-21journal: properly handle EPIPE from /dev/kmsgLennart Poettering
2012-08-21journal: automatically evolve FSS key even when nothing is loggedLennart Poettering
2012-08-20journald: add new Seal= configuration optionLennart Poettering
2012-08-18mmap: resize arrays dynamicallyLennart Poettering
2012-08-16journal: split up journal-file.cLennart Poettering
2012-08-16journal: add superficial structure verifierLennart Poettering
2012-08-16journal: implement generic sharable mmap caching logicLennart Poettering
2012-08-13journald: initial version of FSPRG hookupLennart Poettering
2012-08-09journald: never read the same kernel msg twice, and generate message when we ...Lennart Poettering
2012-08-09journald: properly unescape messages from /dev/kmsgLennart Poettering
2012-08-09journald: also parse kernel key/value fields and store them prefixed with _KE...Lennart Poettering
2012-08-09journald: basic support for /dev/kmsg parsingLennart Poettering
2012-07-31journald: fixed memory leakArtur Zaprzala
2012-07-26journald: log driver messages at LOG_INFOLennart Poettering
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden
2012-07-19journald: upgrade signal reception message to INFOLennart Poettering
2012-07-18journal: remove all of /run/log/journal when serializing, since the machine I...Lennart Poettering
2012-07-18journal: don't complain if the syslog forwarder socket doesn't existLennart Poettering
2012-07-18journald: fix another bad memory accessLennart Poettering
2012-07-18journald: fix bad memory accessLennart Poettering
2012-07-17journal: size journal data hash table based on maximum file size metricsLennart Poettering
2012-07-17journal: immediately rotate when the journal was previously not closed properlyLennart Poettering
2012-07-17journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-11journal: replace implicit flushing of journal by explicit oneLennart Poettering
2012-07-10journald: use "persistent", not "permanent" as storage optionLennart Poettering
2012-07-09paranoia: refuse rm_rf("/")Lennart Poettering