chiark / gitweb /
Do no isolate in case of emergency or severe problems
[elogind.git] / src / journal / journald.c
2013-03-23 Kay Sieversjournald: remove unconditional log_*() use in the main...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-14 Zbigniew Jędrzejew... build-sys: store journald code in a noinst library
2012-10-16 Lennart Poetteringjournal: implement time-based rotation/vacuuming
2012-10-13 Zbigniew Jędrzejew... log: introduce a macro to format message id
2012-09-28 Lennart Poetteringjournald: rework auto-rotation logic
2012-09-28 Lennart Poetteringjournald: close sd_journal context after flushing to...
2012-09-21 Lennart Poetteringjournald: log how big the journal files may grow
2012-09-19 Lennart Poetteringutil: define union dirent_storage and make use of it...
2012-09-17 Lennart Poetteringjournald: log when we fail to forward messages to syslog
2012-09-17 Lennart Poetteringjournald: properly update perms on freshly rotate user...
2012-09-10 Lennart Poetteringjournald: don't do debug logging by default
2012-09-07 Lennart Poetteringjournald: make splitting up of journal files per-user...
2012-09-06 Lennart Poetteringjournald: avoid logging to kmsg in the normal paths
2012-08-22 Lennart Poetteringjournalctl: complain if unprivileged users attempt...
2012-08-22 Lennart Poetteringjournal: the ratelimiter is part of journald
2012-08-22 Lennart Poetteringjournald: split off native protocol support into its...
2012-08-22 Lennart Poetteringjournald: split console transport stuff into its own...
2012-08-22 Lennart Poetteringjournald: move stream protocol into its own .c file
2012-08-22 Lennart Poetteringjournald: splitt of syslog protocol support into its...
2012-08-22 Lennart Poetteringjournald: split /dev/kmsg related stuff into its own...
2012-08-22 Lennart Poetteringjournald: write tags also to user journal files
2012-08-22 Lennart Poetteringjournald: augment journal entries from the kernel with...
2012-08-21 Lennart Poetteringjournal: properly handle EPIPE from /dev/kmsg
2012-08-20 Lennart Poetteringjournal: automatically evolve FSS key even when nothing...
2012-08-20 Lennart Poetteringjournald: add new Seal= configuration option
2012-08-17 Lennart Poetteringmmap: resize arrays dynamically
2012-08-16 Lennart Poetteringjournal: split up journal-file.c
2012-08-16 Lennart Poetteringjournal: add superficial structure verifier
2012-08-16 Lennart Poetteringjournal: implement generic sharable mmap caching logic
2012-08-13 Lennart Poetteringjournald: initial version of FSPRG hookup
2012-08-09 Lennart Poetteringjournald: never read the same kernel msg twice, and...
2012-08-09 Lennart Poetteringjournald: properly unescape messages from /dev/kmsg
2012-08-09 Lennart Poetteringjournald: also parse kernel key/value fields and store...
2012-08-09 Lennart Poetteringjournald: basic support for /dev/kmsg parsing
2012-07-31 Artur Zaprzalajournald: fixed memory leak
2012-07-26 Lennart Poetteringjournald: log driver messages at LOG_INFO
2012-07-26 Shawn Landdenlog.h: new log_oom() -> int -ENOMEM, use it
2012-07-25 Shawn Landdenuse "Out of memory." consistantly (or with "\n")
2012-07-19 Lennart Poetteringjournald: upgrade signal reception message to INFO
2012-07-18 Lennart Poetteringjournal: remove all of /run/log/journal when serializin...
2012-07-18 Lennart Poetteringjournal: don't complain if the syslog forwarder socket...
2012-07-18 Lennart Poetteringjournald: fix another bad memory access
2012-07-18 Lennart Poetteringjournald: fix bad memory access
2012-07-16 Lennart Poetteringjournal: size journal data hash table based on maximum...
2012-07-16 Lennart Poetteringjournal: immediately rotate when the journal was previo...
2012-07-16 Lennart Poetteringjournal: automatically rotate journal files if the...
2012-07-13 Lennart Poetteringutil: rename join() to strjoin()
2012-07-11 Lennart Poetteringjournal: replace implicit flushing of journal by explic...
2012-07-10 Lennart Poetteringjournald: use "persistent", not "permanent" as storage...
2012-07-09 Lennart Poetteringparanoia: refuse rm_rf("/")
2012-07-03 Lennart Poetteringjournal: default ImportKernel=no until we make use...
2012-07-03 Lennart Poetteringjournald: handle /proc/kmsg reads returning 0 more...
2012-07-02 Lennart Poetteringjournald: add Storage= setting to control where the...
2012-06-22 Lennart Poetteringcryptsetup: allow configuration of LUKS disks via the...
2012-06-21 Lennart Poetteringman: document all kernel command line options we understand
2012-06-21 Lennart Poetteringjournal: fix sd_journal_stream_fd()
2012-06-21 Eelco Dolstrajournal: set the _SYSTEMD_UNIT field for messages from...
2012-06-16 Lennart Poetteringjournal: rotate on SIGUSR2
2012-06-01 Lennart Poetteringjournal: allow setting of a cutoff log level for disk...
2012-06-01 Lennart Poetteringjournal: support changing the console tty to forward to
2012-05-31 Kay Sieversmkdir: append _label to all mkdir() calls that explicit...
2012-05-30 Lennart Poetteringjournald: properly handle if we have no PID in a kmsg...
2012-05-30 Lennart Poetteringbuild-sys: fix built with --disable-logind
2012-05-30 Lennart Poetteringjournald: ignore messages read from /proc/kmsg that...
2012-05-23 Lennart Poetteringjournal: don't complain if SELinux userspace is availab...
2012-05-22 Lennart Poetteringlog: make sure generators never log into the journal...
2012-05-22 Lennart Poetteringjournal: log journal internal messages to kmsg
2012-05-22 Sjoerd Simonsjournal: crash when filesystem is low on space
2012-05-21 Michal Schmidtjournald: one more SYSLOG_IDENTIFIER length fix
2012-05-21 Michal Schmidtjournald: fix length of "SYSLOG_IDENTIFIER="
2012-04-13 Lennart Poetteringnspawn: fake /dev/kmsg and /proc/kmsg as fifo
2012-04-13 Lennart Poetteringfix a couple of things found with the llvm static analyzer
2012-04-12 Lennart Poetteringjournald: add missing flag to open()
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-11 Kay Sieversput acl.la in 'if HAVE_ACL' and rename acl.[ch] to...
2012-04-10 Kay Sieversrename basic.la to shared.la and put selinux deps in...
2012-04-10 Kay Sieversutil: move ACL code into internal library
2012-04-03 Kay Sieversimport udev repository
2012-04-03 Lennart Poetteringlogind: log with AUTH facility
2012-03-30 Kay Sieversrename /etc/systemd/systemd-{login,journal}d.conf to...
2012-03-22 Frederic Crozatadd sparse support to detect endianness bug
2012-03-21 Lennart Poetteringjournal: PAGE_SIZE is not known on ppc and other archs
2012-03-21 Lennart Poetteringjournal: react with immediate rotation to a couple...
2012-03-15 Lennart Poetteringa couple of fixes to make llvm-analyze quiet
2012-03-15 Lennart Poetteringjournald: don't try to roatet corrupted files when...
2012-03-15 Lennart Poetteringjournald: adjust permissions for rotated files
2012-03-15 Lennart Poetteringjournald: take corrupted files into account when calcul...
2012-03-15 Lennart Poetteringjournald: fix calculation of disk space
2012-03-15 Lennart Poetteringjournald: copy metrics/compression state from template...
2012-03-15 Lennart Poetteringjournal: if we encounter a corrupted file, rotate and...
2012-03-14 Lennart Poetteringjournald: fix typo
2012-03-14 Lennart Poetteringjournald: set SO_PASSEC only if selinux is enabled
2012-03-14 Lennart Poetteringjournal: fix memory leak
2012-03-14 Lennart Poetteringjournald: allocate PAGE_SIZE bytes for selinux label...
2012-03-13 Lennart Poetteringjournald: use SCM_SECURITY to race-freely determine...
2012-03-12 Lennart Poetteringsocket: add option for SO_PASSEC
2012-01-27 Lennart Poetteringlog: never delay logging if the log server is stuck...
2012-01-14 Lennart Poetteringjournal: handle empty syslog identifier properly
2012-01-14 Lennart Poetteringjournal: fix bad memory access
next