Age | Commit message (Expand) | Author |
2014-01-05 | journal: Add missing byte order conversions | George McCollister |
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | journalctl: make sure -b --foobar cannot be misunderstood as --boot=--foobar | Lennart Poettering |
2013-12-26 | Revert "journalctl: remove unexpected behavior of journalctl -b" | Lennart Poettering |
2013-12-25 | journalctl: remove unexpected behavior of journalctl -b | Dave Reisner |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-22 | journal: when we shall go down do so cleanly | Lennart Poettering |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-21 | journal: replace readdir_r with readdir | Florian Weimer |
2013-12-21 | journald/server: replace readdir_r with readdir | Florian Weimer |
2013-12-21 | journal/vacuum: replace readdir_r with readdir | Florian Weimer |
2013-12-18 | journalctl,zsh-completion: fix several issues in --help message text | Jason St. John |
2013-12-17 | _noreturn_ --> noreturn for C11 compat | Shawn Landden |
2013-12-17 | journal-file.c: remove redundant assignment of variable | Thomas Hindoe Paaboel Andersen |
2013-12-17 | journald: before closing /dev/kmsg let's unregister the event source | Lennart Poettering |
2013-12-17 | journald: close /dev/kmsg again if we cannot make use of it | Lennart Poettering |
2013-12-17 | journald: downgrade warning message when /dev/kmsg does not exist | Lennart Poettering |
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 |