summaryrefslogtreecommitdiff
path: root/src/journal/journal-vacuum.c
Commit message (Collapse)AuthorAge
* journal: fix potential integer overflowLennart Poettering2012-10-17
|
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-16
| | | | | This also enables time-based rotation (but not vacuuming) after 1month, so that not more one month of journal is lost at a time per vacuuming.
* util: define union dirent_storage and make use of it everywhereLennart Poettering2012-09-19
| | | | | | Make sure to allocate enough space for readdir_r(). https://bugzilla.redhat.com/show_bug.cgi?id=858754
* journald: avoid logging to kmsg in the normal pathsLennart Poettering2012-09-06
|
* journal: split up journal-file.cLennart Poettering2012-08-16