Age | Commit message (Expand) | Author |
2014-11-07 | util: simplify proc_cmdline() to reuse get_process_cmdline() | Lennart Poettering |
2014-11-07 | copy: change error code when hitting copy limit to EFBIG | Lennart Poettering |
2014-11-06 | s/commandline/command line/g | Harald Hoyer |
2014-11-06 | journal: adjust audit log messages a bit | Lennart Poettering |
2014-11-04 | journald: include audit message type number in MESSAGE= string | Lennart Poettering |
2014-11-04 | journal: also consider audit fields with '-' valid | Lennart Poettering |
2014-11-04 | journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ... | Lennart Poettering |
2014-11-04 | journald: suppress low-level audit text prefix in MESSAGE= field | Lennart Poettering |
2014-11-04 | journald: properly decode audit's proctitle= field | Lennart Poettering |
2014-11-04 | journald: enable audit in the kernel when initializing | Lennart Poettering |
2014-11-03 | journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi... | Lennart Poettering |
2014-11-03 | journald: fix memory leak on error path | Lennart Poettering |
2014-11-03 | journald: also check journal file size to deduce if it is empty | Lennart Poettering |
2014-11-03 | journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo... | Lennart Poettering |
2014-11-03 | journald: fix minor memory leak | Lennart Poettering |
2014-11-03 | journald: if available pull audit messages from the kernel into journal logs | Lennart Poettering |
2014-11-03 | journald: remove a number of malloc()s from the syslog message handling | Lennart Poettering |
2014-11-03 | journald: constify all things! | Lennart Poettering |
2014-10-30 | memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr... | Lennart Poettering |
2014-10-30 | memfd: always use our internal utility functions where we have them | Lennart Poettering |
2014-10-30 | journal: when sending huge log messages prefer memfds over temporary files in... | Lennart Poettering |
2014-10-27 | journald: be nice to coverity, add an extra assert | Lennart Poettering |
2014-10-26 | journald: fix flushing | Zbigniew Jędrzejewski-Szmek |
2014-10-25 | journalctl: correct help text for --until | Santiago Vila |
2014-10-24 | journalctl: Unify boot id lookup into common function get_boots | Jan Janssen |
2014-10-24 | journald: removed gendered pronouns in comment | Klaus Purer |
2014-10-23 | journal: make sd_journal::files a OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make Server::user_journals an OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make JournalFile::chain_cache an OrderedHashmap | Michal Schmidt |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-23 | journalctl: add new --flush command and make use of it in systemd-journal-flu... | Lennart Poettering |
2014-10-22 | machine: validate machine names using machine_name_is_valid() instead of stri... | Lennart Poettering |
2014-10-22 | journal: do server_vacuum for sigusr1 | WaLyong Cho |
2014-10-22 | journalctl: don't introduce numeric constants with special names, give them n... | Lennart Poettering |
2014-10-20 | sd-journal: consistently use ternary operator for all direction checks | Christian Hesse |
2014-10-12 | Modernization | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | journalctl: use pager for --list-boots | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | sd-journal: fix sd_journal_enumerate_unique skipping values | Jan Janssen |
2014-10-09 | sd-journal: change check to assert | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | sd-journal: do not reset sd_j_enumerate_unique position on error | Zbigniew Jędrzejewski-Szmek |
2014-10-08 | time: functions named "internal" really shouldn't be exported | Lennart Poettering |
2014-10-03 | journalctl: make --utc work everywhere | Jan Synacek |
2014-10-02 | journalctl: add --utc option | Jan Synacek |
2014-09-29 | journalctl: do not output --reboot-- markers when running non-interactively | Zbigniew Jędrzejewski-Szmek |
2014-09-25 | journal: build fix when LZ4 is enabled but XZ is not | Gustavo Sverzut Barbieri |
2014-09-19 | test: warn if we could not parse the loop count argument | Thomas Hindoe Paaboel Andersen |
2014-09-18 | journal: Do not count on the compiler initializing found_last to false | Philippe De Swert |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-11 | journal: do not leak mmaps on OOM | Philippe De Swert |
2014-09-11 | journal: do not dereference already freed patterns | Philippe De Swert |