summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27coredump: use openatZbigniew Jędrzejewski-Szmek
2014-11-27journalctl: print all possible lines immediately with --follow + --sinceAndrej Manduch
2014-11-27coredump: collect all /proc data useful for bug reportingJakub Filak
2014-11-26journald: proceed even if some sockets are unknownZbigniew Jędrzejewski-Szmek
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07copy: change error code when hitting copy limit to EFBIGLennart Poettering
2014-11-06s/commandline/command line/gHarald Hoyer
2014-11-06journal: adjust audit log messages a bitLennart Poettering
2014-11-04journald: include audit message type number in MESSAGE= stringLennart Poettering
2014-11-04journal: also consider audit fields with '-' validLennart Poettering
2014-11-04journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering
2014-11-04journald: suppress low-level audit text prefix in MESSAGE= fieldLennart Poettering
2014-11-04journald: properly decode audit's proctitle= fieldLennart Poettering
2014-11-04journald: enable audit in the kernel when initializingLennart Poettering
2014-11-03journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi...Lennart Poettering
2014-11-03journald: fix memory leak on error pathLennart Poettering
2014-11-03journald: also check journal file size to deduce if it is emptyLennart Poettering
2014-11-03journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering
2014-11-03journald: fix minor memory leakLennart Poettering
2014-11-03journald: if available pull audit messages from the kernel into journal logsLennart Poettering
2014-11-03journald: remove a number of malloc()s from the syslog message handlingLennart Poettering
2014-11-03journald: constify all things!Lennart Poettering
2014-10-30memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering
2014-10-30memfd: always use our internal utility functions where we have themLennart Poettering
2014-10-30journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering
2014-10-27journald: be nice to coverity, add an extra assertLennart Poettering
2014-10-26journald: fix flushingZbigniew Jędrzejewski-Szmek
2014-10-25journalctl: correct help text for --untilSantiago Vila
2014-10-24journalctl: Unify boot id lookup into common function get_bootsJan Janssen
2014-10-24journald: removed gendered pronouns in commentKlaus Purer
2014-10-23journal: make sd_journal::files a OrderedHashmapMichal Schmidt
2014-10-23journal: make Server::user_journals an OrderedHashmapMichal Schmidt
2014-10-23journal: make JournalFile::chain_cache an OrderedHashmapMichal Schmidt
2014-10-23mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering
2014-10-23journalctl: add new --flush command and make use of it in systemd-journal-flu...Lennart Poettering
2014-10-22machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering
2014-10-22journal: do server_vacuum for sigusr1WaLyong Cho
2014-10-22journalctl: don't introduce numeric constants with special names, give them n...Lennart Poettering
2014-10-20sd-journal: consistently use ternary operator for all direction checksChristian Hesse
2014-10-12ModernizationZbigniew Jędrzejewski-Szmek
2014-10-09journalctl: use pager for --list-bootsZbigniew Jędrzejewski-Szmek
2014-10-09sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen
2014-10-09sd-journal: change check to assertZbigniew Jędrzejewski-Szmek
2014-10-09sd-journal: do not reset sd_j_enumerate_unique position on errorZbigniew Jędrzejewski-Szmek
2014-10-08time: functions named "internal" really shouldn't be exportedLennart Poettering
2014-10-03journalctl: make --utc work everywhereJan Synacek
2014-10-02journalctl: add --utc optionJan Synacek
2014-09-29journalctl: do not output --reboot-- markers when running non-interactivelyZbigniew Jędrzejewski-Szmek
2014-09-25journal: build fix when LZ4 is enabled but XZ is notGustavo Sverzut Barbieri