summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAge
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-10
* journal: optimize iteration: skip files that cannot improve current candidate...Michal Schmidt2014-12-09
* journal: optimize iteration: skip whole files behind current locationMichal Schmidt2014-12-09
* journalctl: respect --after-cursor semantics with --follow in all casesWesley Dawson2014-12-09
* journal: Fix navigating backwards missing entriesOlivier Brunel2014-12-08
* journald: close passed fds we cannot make sense ofLennart Poettering2014-11-30
* tests: use assert_se instead of assertRonny Chevalier2014-11-30
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-29
* journald: Support journald.conf.d directories in the usual search pathsJosh Triplett2014-11-29
* coredump: simplify a few things by allocating small fields on the stack rathe...Lennart Poettering2014-11-28
* coredump: rework compose_open_fds()Lennart Poettering2014-11-28
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* coredump: use openatZbigniew Jędrzejewski-Szmek2014-11-27
* journalctl: print all possible lines immediately with --follow + --sinceAndrej Manduch2014-11-27
* coredump: collect all /proc data useful for bug reportingJakub Filak2014-11-27
* journald: proceed even if some sockets are unknownZbigniew Jędrzejewski-Szmek2014-11-26
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-07
* copy: change error code when hitting copy limit to EFBIGLennart Poettering2014-11-07
* s/commandline/command line/gHarald Hoyer2014-11-06
* journal: adjust audit log messages a bitLennart Poettering2014-11-06
* journald: include audit message type number in MESSAGE= stringLennart Poettering2014-11-04
* journal: also consider audit fields with '-' validLennart Poettering2014-11-04
* journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering2014-11-04
* journald: suppress low-level audit text prefix in MESSAGE= fieldLennart Poettering2014-11-04
* journald: properly decode audit's proctitle= fieldLennart Poettering2014-11-04
* journald: enable audit in the kernel when initializingLennart Poettering2014-11-04
* journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi...Lennart Poettering2014-11-03
* journald: fix memory leak on error pathLennart Poettering2014-11-03
* journald: also check journal file size to deduce if it is emptyLennart Poettering2014-11-03
* journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering2014-11-03
* journald: fix minor memory leakLennart Poettering2014-11-03
* journald: if available pull audit messages from the kernel into journal logsLennart Poettering2014-11-03
* journald: remove a number of malloc()s from the syslog message handlingLennart Poettering2014-11-03
* journald: constify all things!Lennart Poettering2014-11-03
* memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering2014-10-30
* memfd: always use our internal utility functions where we have themLennart Poettering2014-10-30
* journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering2014-10-30
* journald: be nice to coverity, add an extra assertLennart Poettering2014-10-27
* journald: fix flushingZbigniew Jędrzejewski-Szmek2014-10-26
* journalctl: correct help text for --untilSantiago Vila2014-10-25
* journalctl: Unify boot id lookup into common function get_bootsJan Janssen2014-10-24