Age | Commit message (Expand) | Author |
2015-08-25 | coredumpctl: Add --directory option for reading alternate journal | Stef Walter |
2015-08-24 | util: make machine_name_is_valid() a macro and move it to hostname-util.h | Lennart Poettering |
2015-08-18 | journal: remove error check that never happens | Thomas Hindoe Paaboel Andersen |
2015-08-17 | Merge pull request #976 from elfring/Remove_unnecessary_checks2 | Lennart Poettering |
2015-08-17 | Bug #944: Deletion of unnecessary checks before a few calls of systemd functions | Markus Elfring |
2015-08-17 | journalctl: make sure 'journalctl -f -t unmatched' blocks | Stef Walter |
2015-08-17 | Bug #944: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: get rid of unused parameter of hostname_cleanup() | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | journald: fix count of object meta fields | Lennart Poettering |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-07-24 | tree-wide: do not use _cleanup_free_ on const pointers | Daniel Mack |
2015-07-24 | journal: uppercase first character in verify error messages | Lennart Poettering |
2015-07-24 | journalctl: properly detect empty journal files | Lennart Poettering |
2015-07-24 | journal: explain the error when we find a non-DATA object that is compressed | Lennart Poettering |
2015-07-24 | journal: when verifying journal files, handle empty ones nicely | Lennart Poettering |
2015-07-24 | journal: avoid mapping empty data and field hash tables | Lennart Poettering |
2015-07-24 | journal-verify: don't hit SIGFPE when determining progress | Lennart Poettering |
2015-07-23 | journal: reword msg about enforced size limits a bit | Lennart Poettering |
2015-07-04 | Merge pull request #485 from poettering/sd-bus-flush-close-unref | David Herrmann |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-07-03 | journal: in persistent mode create /var/log/journal, with all parents. | Dimitri John Ledkov |
2015-06-17 | journal: make sure the clock increases strict monotonic | Lennart Poettering |
2015-06-17 | journal: ensure test-journal-stream doesn't get confused by crappy clocks | Lennart Poettering |
2015-06-15 | Merge pull request #214 from poettering/signal-rework-2 | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-15 | util: when creating temporary file names, allow including extra id string in it | Lennart Poettering |
2015-06-11 | Merge pull request #156 from filbranden/journal_leading_whitespace | Lennart Poettering |
2015-06-10 | journald: do not strip leading whitespace from messages | Filipe Brandenburger |
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-06-10 | Merge pull request #85 from keszybz/selinux-context | Zbigniew Jędrzejewski-Szmek |
2015-06-10 | journald: simplify context handling | Zbigniew Jędrzejewski-Szmek |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-20 | journald: handle more gracefully when bind() fails on audit sockets | Lennart Poettering |
2015-05-19 | journalctl: unify how we free boot id lists a bit | Lennart Poettering |
2015-05-19 | journalctl: clean up how we log errors | Lennart Poettering |
2015-05-19 | journalctl: rename boot_id_t to BootId | Lennart Poettering |
2015-05-19 | journalctl: lstat() should suffice if we call canonicalize_file_name() first | Lennart Poettering |
2015-05-19 | journalctl: free all command line argument objects | Lennart Poettering |
2015-05-19 | journalctl: only have a single exit path from main() | Lennart Poettering |
2015-05-19 | journalctl: Improve boot ID lookup | Jan Janssen |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-05-15 | coredump: make sure we vacuum by default | Lennart Poettering |
2015-05-13 | journal: fix size comment | Peter Lemenkov |
2015-05-05 | Add audit type generated files to gitignore | Zbigniew Jędrzejewski-Szmek |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-24 | shared/utmp-wtmp: add parameter for origin tty and callback userdata | Daniel Mack |