Age | Commit message (Expand) | Author |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen |
2013-12-03 | journal: fail silently in sd_j_sendv() if journal is unavailable | Zbigniew Jędrzejewski-Szmek |
2013-12-02 | catalog: determine language from the filename | Zbigniew Jędrzejewski-Szmek |
2013-12-02 | Use assert_return in more of the public API | Thomas Hindoe Paaboel Andersen |
2013-11-27 | journald: mention how long we needed to flush to /var in the logs | Lennart Poettering |
2013-11-27 | journal: simplify pre-allocation logic | Lennart Poettering |
2013-11-27 | journal: add a test case for flushing messages out of a series of journal fil... | Lennart Poettering |
2013-11-27 | journal: allow journal_file_copy_entry() to work on non-local files | Lennart Poettering |
2013-11-27 | journal: fix iteration when we go backwards from the beginning of an array ch... | Lennart Poettering |
2013-11-26 | journal: optimize bisection logic a bit by caching the last position | Lennart Poettering |
2013-11-26 | journald: keep statistics on how of we hit/miss the mmap cache | Lennart Poettering |
2013-11-26 | journal: make table const | Lennart Poettering |
2013-11-26 | journal: when appending to journal file, allocate larger blocks at once | Lennart Poettering |
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-18 | Remove duplicate includes | Karel Zak |
2013-11-13 | journal: timestamp support on console messages | Umut Tezduyar Lindskog |
2013-11-12 | bus: introduce concept of a default bus for each thread and make use of it ev... | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-11-08 | journal: fix minor memory leak | Lennart Poettering |
2013-11-07 | bus: use new property retrieval calls everywhere | Lennart Poettering |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-11-06 | util: unify reading of /proc/cmdline | Lennart Poettering |
2013-10-28 | journalctl: add --list-boots to show boot IDs and times | Zbigniew Jędrzejewski-Szmek |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-10-16 | macro: clean up usage of gcc attributes | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-14 | util: allow trailing semicolons on define_trivial_cleanup_func lines | Lennart Poettering |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Fix write-only use of a few variables | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | journald: use greedy_realloc in one place | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-10-10 | security: missing header inclusions | Lennart Poettering |
2013-10-10 | security: rework selinux, smack, ima, apparmor detection logic | Lennart Poettering |
2013-10-09 | journald: remove rotated file from hashmap when rotation fails | Zbigniew Jędrzejewski-Szmek |
2013-10-09 | journald: replace new+snprintf with asprintf | Zbigniew Jędrzejewski-Szmek |
2013-10-09 | tests: fix some memory leaks in tests | Lennart Poettering |
2013-10-09 | journald: fix minor memory leak | Lennart Poettering |
2013-10-07 | journalctl: flip to --full by default | Zbigniew Jędrzejewski-Szmek |
2013-10-02 | journald: add missing error check | Lennart Poettering |
2013-09-27 | Do not use unitialized variable and remove duplicated line | Zbigniew Jędrzejewski-Szmek |
2013-09-26 | journald: accept EPOLLERR from /dev/kmsg | Zbigniew Jędrzejewski-Szmek |
2013-09-17 | Remove six unused variables and add annotation | Zbigniew Jędrzejewski-Szmek |
2013-09-17 | journald: avoid NSS in journald | Lennart Poettering |
2013-09-17 | journald: log the slice of a process along with each message in _SYSTEMD_SLICE= | Lennart Poettering |
2013-09-12 | journald: Log error when failed to get machine-id on start | Olivier Brunel |
2013-09-10 | journald: be a bit more verbose when vacuuming | Zbigniew Jędrzejewski-Szmek |
2013-09-06 | systemd-coredump: Log crashes without coredumps on failure | Andrew Cook |
2013-09-06 | systemd-coredump: Ignore coredumps larger than COREDUMP_MAX | Andrew Cook |
2013-09-06 | journald: fix fd leak in journal_file_empty | George McCollister |