chiark / gitweb /
event: rework sd-event exit logic
[elogind.git] / src / journal / journald-server.c
2013-12-13 Lennart Poetteringevent: rework sd-event exit logic
2013-12-11 Lennart Poetteringjournald: cache cgroup root path, instead of querying...
2013-12-11 Lennart Poetteringjournald: cache hostname, boot_id and machine_id fields...
2013-12-11 Lennart Poetteringjournald: port to sd-event and enable watchdog support
2013-12-10 Dan McGeeEnsure unit is journaled for short-lived or oneshot...
2013-11-27 Lennart Poetteringjournald: mention how long we needed to flush to /var...
2013-11-06 Lennart Poetteringutil: unify reading of /proc/cmdline
2013-10-13 Zbigniew Jędrzejew... journald: use greedy_realloc in one place
2013-10-10 Lennart Poetteringsecurity: missing header inclusions
2013-10-10 Lennart Poetteringsecurity: rework selinux, smack, ima, apparmor detectio...
2013-10-10 Zbigniew Jędrzejew... journald: remove rotated file from hashmap when rotatio...
2013-09-27 Zbigniew Jędrzejew... Do not use unitialized variable and remove duplicated...
2013-09-26 Zbigniew Jędrzejew... journald: accept EPOLLERR from /dev/kmsg
2013-09-17 Lennart Poetteringjournald: avoid NSS in journald
2013-09-17 Lennart Poetteringjournald: log the slice of a process along with each...
2013-09-12 Olivier Bruneljournald: Log error when failed to get machine-id on...
2013-09-10 Zbigniew Jędrzejew... journald: be a bit more verbose when vacuuming
2013-08-07 Zbigniew Jędrzejew... journald: remove unused variable
2013-08-06 Harald Hoyerjournal: handle multiline syslog messages
2013-07-24 Lennart Poetteringjournal: immediately sync to disk as soon as we receiev...
2013-07-19 Lennart Poetteringjournald: after the cgroup rework processes may be...
2013-07-18 Holger Hans Peter... journal: Leave server_dispatch_message early when Stora...
2013-07-16 Shawn Landdenjournal: add logging of effective capabilities _CAP_EFF...
2013-07-11 Lukas Nykrynjournald-server: r should be checked after journal_file...
2013-06-25 Zbigniew Jędrzejew... journald: fix space limits reporting
2013-06-21 Lennart Poetteringjournald: bump the journal per-unit ratelimit defaults
2013-06-21 Zbigniew Jędrzejew... journal: allow callers to specify OBJECT_PID=
2013-06-14 Zbigniew Jędrzejew... journald: do not calculate free space too early
2013-06-10 Zbigniew Jędrzejew... journal: letting (interleaved) seqnums go
2013-06-10 Zbigniew Jędrzejew... journalctl: print monotonic timestamp in --header
2013-06-01 Daniel Albersjournal: take KeepFree into account when reporting...
2013-05-30 Jan Alexander Stef... journald: DO recalculate the ACL mask, but only if...
2013-05-16 Michał Bartoszkiewiczjournal: correctly convert usec_t to timespec.
2013-05-07 Lennart Poetteringjournald: don't recalculate the ACL mask
2013-05-06 Lennart Poetteringjournald: be more careful when we try to flush the... v203
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-25 Greg Kroah-Hartmanjournal: remove build warning when SELinux is disabled
2013-04-23 Lennart Poetteringcgroup: make sure all our cgroup objects have a suffix...
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-16 Lennart Poetteringnspawn: introduce the new /machine/ tree in the cgroup...
2013-04-12 Mirco Tischlerjournal: fix broken tags _SOURCE_REALTIME_TIMESTAMP...
2013-04-08 Lennart Poetteringjournald: no need to free audit vars
2013-04-08 Lennart Poetteringjournald: drop two more memory allocations
2013-04-08 Lennart Poetteringjournald: get rid of one more memory allocation
2013-04-08 Holger Hans Peter... journald: Do not dynamically allocate _UID/_GID/_PID...
2013-04-08 Holger Hans Peter... journald: Do not always record _AUDIT_SESSION and _AUDI...
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-03-25 Oleksii Shevchukjournal: Add sync timer to journal server
2013-03-18 Zbigniew Jędrzejew... journal,shared: add _cleanup_journal_close_
2013-03-16 Kay Sieversjournal: pass the *pid* to sd_pid_get_owner_uid()
2013-03-05 Lennart Poetteringjournald: introduce new "systemd-journal" group and...
2013-03-05 Lennart Poetteringjournald: stpcpy() + mempcpy() are awesome
2013-03-05 Lennart Poetteringjournald: drop splitting-by-audit entirely
2013-03-05 Lennart Poetteringjournald: be a bit more careful when spitting up journa...
2013-03-05 Lennart Poetteringjournald: check session owner UID rather then audit...
2013-03-04 Kay Sieversjournal: split journal uid only when audit uid data...
2013-03-03 Zbigniew Jędrzejew... journald: do not barf when setting RateLimitInterval=0
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Colin Waltersjournal: Don't use loginuid if it's not valid
2013-01-18 Mirco Tischlerjournal: log _SYSTEMD_USER_UNIT for user session units
2013-01-16 Lukas Nykrynsystemctl,loginctl,cgls: do not ellipsize cgroup member...
2013-01-10 Zbigniew Jędrzejew... journald: use automatic cleanup
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-20 Lennart Poetteringjournal: by default do not decompress dat objects large...
2012-11-19 Lennart Poetteringjournald: fix bad memory access
2012-11-14 Zbigniew Jędrzejew... build-sys: store journald code in a noinst library