summaryrefslogtreecommitdiff
path: root/src/journal/journald.c
AgeCommit message (Expand)Author
2016-10-19journal: introduce patch_min_use() helperFranck Bui
2016-10-19journal: don't emit space usage message when opening the journal (#4190)Franck Bui
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-23journald: allow additional payload in server_driver_messageZbigniew Jędrzejewski-Szmek
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-01journald: never block when sending messages on NOTIFY_SOCKET socketLennart Poettering
2015-10-02journal: rework vacuuming logicLennart Poettering
2015-04-10shared: add formats-util.hRonny Chevalier
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-05-06journald: remove some dead codeLennart Poettering
2014-03-17journald: remove stray reset of error return valueZbigniew Jędrzejewski-Szmek
2013-12-22journal: when we shall go down do so cleanlyLennart Poettering
2013-12-11journald: port to sd-event and enable watchdog supportLennart Poettering
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