Age | Commit message (Expand) | Author |
2014-02-27 | journalctl: refuse extra arguments with --verify and similar | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-23 | journal: downgrade vaccuum message to debug level | Lennart Poettering |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-21 | journald: ignore failure to watch hostname_fd on older kernels | Dave Reisner |
2014-02-20 | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering |
2014-02-20 | journal: fix compiler warning in journal_file_append_data() | Daniel Mack |
2014-02-20 | journal: fix compiler warning in real_journal_next() | Daniel Mack |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-19 | build-sys: merge libsystemd-journal into libsystemd | Kay Sievers |
2014-02-19 | journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us... | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-17 | doc: update punctuation | Jan Engelhardt |
2014-02-17 | Some modernizations | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | journald: log provenience of signals | Zbigniew Jędrzejewski-Szmek |
2014-02-04 | journal: Drop pkgconfig reference to libsystemd-id128. | Colin Guthrie |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-28 | Get rid of write_safe | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | always use the same code for creating temporary files | Lennart Poettering |
2014-01-27 | journal: guarantee async-signal-safety in sd_journald_sendv | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | Replace mkostemp+unlink with open(O_TMPFILE) | Zbigniew Jędrzejewski-Szmek |
2014-01-15 | Revert "Revert "coredumpctl: in case of error free pattern after print"" | Lukas Nykryn |
2014-01-14 | Revert "coredumpctl: in case of error free pattern after print" | Zbigniew Jędrzejewski-Szmek |
2014-01-14 | coredumpctl: in case of error free pattern after print | Lukas Nykryn |
2014-01-11 | journald: do not free space when disk space runs low | Zbigniew Jędrzejewski-Szmek |
2014-01-11 | journalctl: allow globbing in --unit and --user-unit | Zbigniew Jędrzejewski-Szmek |
2014-01-11 | journal: fix access to munmapped memory in sd_journal_enumerate_unique | Zbigniew Jędrzejewski-Szmek |
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 |