summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* coredump: use openatZbigniew Jędrzejewski-Szmek2014-11-271-19/+18
* journalctl: print all possible lines immediately with --follow + --sinceAndrej Manduch2014-11-271-1/+1
* coredump: collect all /proc data useful for bug reportingJakub Filak2014-11-271-2/+150
* journald: proceed even if some sockets are unknownZbigniew Jędrzejewski-Szmek2014-11-261-4/+2
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-071-2/+2
* copy: change error code when hitting copy limit to EFBIGLennart Poettering2014-11-071-1/+1
* s/commandline/command line/gHarald Hoyer2014-11-061-1/+1
* journal: adjust audit log messages a bitLennart Poettering2014-11-061-2/+2
* journald: include audit message type number in MESSAGE= stringLennart Poettering2014-11-041-2/+3
* journal: also consider audit fields with '-' validLennart Poettering2014-11-041-3/+13
* journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering2014-11-043-6/+5
* journald: suppress low-level audit text prefix in MESSAGE= fieldLennart Poettering2014-11-041-2/+6
* journald: properly decode audit's proctitle= fieldLennart Poettering2014-11-041-3/+17
* journald: enable audit in the kernel when initializingLennart Poettering2014-11-041-0/+50
* journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi...Lennart Poettering2014-11-031-6/+0
* journald: fix memory leak on error pathLennart Poettering2014-11-031-1/+5
* journald: also check journal file size to deduce if it is emptyLennart Poettering2014-11-031-7/+15
* journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering2014-11-036-19/+68
* journald: fix minor memory leakLennart Poettering2014-11-031-0/+1
* journald: if available pull audit messages from the kernel into journal logsLennart Poettering2014-11-034-13/+568
* journald: remove a number of malloc()s from the syslog message handlingLennart Poettering2014-11-031-18/+13
* journald: constify all things!Lennart Poettering2014-11-0312-34/+30
* memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering2014-10-302-2/+2
* memfd: always use our internal utility functions where we have themLennart Poettering2014-10-302-8/+8
* journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering2014-10-302-28/+76
* journald: be nice to coverity, add an extra assertLennart Poettering2014-10-271-2/+3
* journald: fix flushingZbigniew Jędrzejewski-Szmek2014-10-261-4/+5
* journalctl: correct help text for --untilSantiago Vila2014-10-251-1/+1
* journalctl: Unify boot id lookup into common function get_bootsJan Janssen2014-10-241-75/+59
* journald: removed gendered pronouns in commentKlaus Purer2014-10-241-3/+3
* journal: make sd_journal::files a OrderedHashmapMichal Schmidt2014-10-233-23/+23
* journal: make Server::user_journals an OrderedHashmapMichal Schmidt2014-10-232-13/+13
* journal: make JournalFile::chain_cache an OrderedHashmapMichal Schmidt2014-10-232-9/+9
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-234-4/+4
* journalctl: add new --flush command and make use of it in systemd-journal-flu...Lennart Poettering2014-10-232-2/+93
* machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering2014-10-221-1/+1
* journal: do server_vacuum for sigusr1WaLyong Cho2014-10-221-0/+1
* journalctl: don't introduce numeric constants with special names, give them n...Lennart Poettering2014-10-221-5/+11
* sd-journal: consistently use ternary operator for all direction checksChristian Hesse2014-10-201-4/+2
* ModernizationZbigniew Jędrzejewski-Szmek2014-10-121-3/+2
* journalctl: use pager for --list-bootsZbigniew Jędrzejewski-Szmek2014-10-091-0/+2
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-097-37/+39
* sd-journal: change check to assertZbigniew Jędrzejewski-Szmek2014-10-091-2/+1
* sd-journal: do not reset sd_j_enumerate_unique position on errorZbigniew Jędrzejewski-Szmek2014-10-092-6/+16
* time: functions named "internal" really shouldn't be exportedLennart Poettering2014-10-081-7/+15
* journalctl: make --utc work everywhereJan Synacek2014-10-031-7/+7
* journalctl: add --utc optionJan Synacek2014-10-021-1/+10
* journalctl: do not output --reboot-- markers when running non-interactivelyZbigniew Jędrzejewski-Szmek2014-09-291-1/+1
* journal: build fix when LZ4 is enabled but XZ is notGustavo Sverzut Barbieri2014-09-251-1/+1
* test: warn if we could not parse the loop count argumentThomas Hindoe Paaboel Andersen2014-09-191-2/+6