Age | Commit message (Expand) | Author |
2015-07-23 | journal: reword msg about enforced size limits a bit | Lennart Poettering |
2015-07-03 | journal: in persistent mode create /var/log/journal, with all parents. | Dimitri John Ledkov |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | journald: don't employ inner loop for reading from incoming sockets | Lennart Poettering |
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | tmpfiles: add 'a' type to set ACLs | Zbigniew Jędrzejewski-Szmek |
2015-01-13 | journald: allow zero length datagrams again | Lennart Poettering |
2015-01-06 | journald: allow restarting journald without losing stream connections | Lennart Poettering |
2015-01-05 | journald: reuse IOVEC_TOTAL_SIZE() macros where possible | Lennart Poettering |
2015-01-05 | journald: when we detect the journal file we are about to write to has been d... | Lennart Poettering |
2015-01-05 | journald: constify all things | Lennart Poettering |
2015-01-05 | journald: prefix exported calls with "server_", unexport unnecessary calls | Lennart Poettering |
2015-01-05 | journald: process SIGBUS for the memory maps we set up | Lennart Poettering |
2014-12-11 | journald: correct spacing near eol code comments | Torstein Husebø |
2014-11-30 | journald: close passed fds we cannot make sense of | Lennart Poettering |
2014-11-29 | journald: Support journald.conf.d directories in the usual search paths | Josh Triplett |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-26 | journald: proceed even if some sockets are unknown | Zbigniew Jędrzejewski-Szmek |
2014-11-07 | util: simplify proc_cmdline() to reuse get_process_cmdline() | Lennart Poettering |
2014-11-04 | journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ... | 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: constify all things! | Lennart Poettering |
2014-10-26 | journald: fix flushing | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal: make Server::user_journals 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 | journal: do server_vacuum for sigusr1 | WaLyong Cho |
2014-10-12 | Modernization | Zbigniew Jędrzejewski-Szmek |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-07-11 | journald: turn ForwardToSyslog= off by default | Lennart Poettering |