Age | Commit message (Expand) | Author |
2013-12-16 | journal: fix against (theoretical) undefined behavior | Shawn Landden |
2013-12-16 | journal-file: protect against alloca(0) | Thomas Hindoe Paaboel Andersen |
2013-12-15 | catalog: fix language detection | Zbigniew Jędrzejewski-Szmek |
2013-12-15 | bus: _printf_ attributes should be on prototypes not function definitions for... | Lennart Poettering |
2013-12-15 | test-journal-syslog: use streq_ptr since we pass in NULL | Thomas Hindoe Paaboel Andersen |
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen |
2013-12-13 | event: be more conservative when returning errors from event handler callbacks | Lennart Poettering |
2013-12-13 | event: rework sd-event exit logic | Lennart Poettering |
2013-12-11 | journal: pipe journalctl help output into a pager | Djalal Harouni |
2013-12-11 | journald: make sure the stdout/stderr stream fd is removed from epoll before ... | Lennart Poettering |
2013-12-11 | journald: cache cgroup root path, instead of querying it on every incoming lo... | Lennart Poettering |
2013-12-11 | journal: when listing logs of a container make sure we don't accidentally sho... | Lennart Poettering |
2013-12-11 | journald: cache hostname, boot_id and machine_id fields instead of generating... | Lennart Poettering |
2013-12-11 | journal: don't go belly up when an stdout/stderr client terminates the connec... | Lennart Poettering |
2013-12-11 | journal: add ability to browse journals of running OS containers | Lennart Poettering |
2013-12-11 | journald: port to sd-event and enable watchdog support | Lennart Poettering |
2013-12-10 | journald: malloc less when streaming messages | Zbigniew Jędrzejewski-Szmek |
2013-12-10 | journald: use a bit more cleanup magic! | Lennart Poettering |
2013-12-10 | Ensure unit is journaled for short-lived or oneshot processes | Dan McGee |
2013-12-08 | Fix memory leak in stdout journal streams | Dan McGee |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
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 |