Age | Commit message (Expand) | Author |
2016-01-26 | journald: fix LOG_AUTH facility in audit code | Lennart Poettering |
2016-01-26 | Merge pull request #2424 from keszybz/journald-disk-usage | Lennart Poettering |
2016-01-26 | journald: minor fixes | Lennart Poettering |
2016-01-25 | Merge pull request #2240 from hgwalles/coredump-delete-bug | Lennart Poettering |
2016-01-25 | coredump: fix bug that loses core dump files when core dumps are compressed a... | Hayden Walles |
2016-01-25 | journald: restore oom safety | Zbigniew Jędrzejewski-Szmek |
2016-01-23 | Merge pull request #2318 from vcaputo/coalesce-ftruncates-redux | Zbigniew Jędrzejewski-Szmek |
2016-01-23 | journald: use structured message + catalog entry for disk usage | Zbigniew Jędrzejewski-Szmek |
2016-01-23 | journald: allow additional payload in server_driver_message | Zbigniew Jędrzejewski-Szmek |
2016-01-20 | Merge pull request #1607 from keszybz/lz4-remove-v1 | Lennart Poettering |
2016-01-20 | basic/terminal-util: introduce SYSTEMD_COLORS environment variable | Jan Synacek |
2016-01-18 | journald: do not free uninitialized pointer in error path | Zbigniew Jędrzejewski-Szmek |
2016-01-14 | journal: coalesce ftruncate()s in 250ms windows | Vito Caputo |
2016-01-13 | tree-wide: check if errno is greater than zero (2) | Zbigniew Jędrzejewski-Szmek |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2016-01-12 | Merge pull request #2303 from aadamowski/fix-miscalculated-buffer | Daniel Mack |
2016-01-11 | Fix miscalculated buffer size and uses of size-unlimited sprintf() | Aleksander Adamowski |
2016-01-08 | journal: normalize priority of logging sources | Vito Caputo |
2015-12-23 | Merge pull request #2158 from keszybz/journal-decompression | Lennart Poettering |
2015-12-13 | journal: add the "repeating sequence" test case | Zbigniew Jędrzejewski-Szmek |
2015-12-13 | journal: add "xfail" test for partial lz4 decompression | Zbigniew Jędrzejewski-Szmek |
2015-12-13 | journal: fix reporting of output size in compres_stream_lz4 | Zbigniew Jędrzejewski-Szmek |
2015-12-13 | journal: add dst_allocated_size parameter for compress_blob | Zbigniew Jędrzejewski-Szmek |
2015-12-13 | journal: in some cases we have to decompress the full lz4 field | Zbigniew Jędrzejewski-Szmek |
2015-12-13 | journal: decompress_startswith can return an error | Zbigniew Jędrzejewski-Szmek |
2015-12-10 | journal: make mmap_cache_unref() a NOP when NULL is passed, like all other de... | Lennart Poettering |
2015-12-03 | journal: silently skip failing large messages if journald is missing | Zbigniew Jędrzejewski-Szmek |
2015-12-03 | journal: unbreak sd_journal_sendv | Zbigniew Jędrzejewski-Szmek |
2015-12-03 | test-journal-send: add tests for sendv | Zbigniew Jędrzejewski-Szmek |
2015-12-03 | journal: addition and multiplication do not commute | Zbigniew Jędrzejewski-Szmek |
2015-12-02 | test-journal-send: no need to set log level | Zbigniew Jędrzejewski-Szmek |
2015-12-02 | lz4: fix size check which had no chance of working on big-endian | Zbigniew Jędrzejewski-Szmek |
2015-11-30 | Merge pull request #2053 from poettering/selinux-fix | David Herrmann |
2015-11-27 | journal: move the gist of server_fix_perms to acl-util.[hc] | Zbigniew Jędrzejewski-Szmek |
2015-11-27 | selinux: split up mac_selinux_have() from mac_selinux_use() | Lennart Poettering |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-27 | Merge pull request #1937 from evverx/fix-stdout-parsing | Lennart Poettering |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-11-17 | journal: don't remove leading spaces | Evgeny Vereshchagin |
2015-11-17 | journal: drop empty lines after level_prefix removing | Evgeny Vereshchagin |
2015-11-17 | Merge pull request #1926 from phomes/include-order-libudev | Daniel Mack |
2015-11-17 | Merge pull request #1927 from evverx/no-entries-in-quiet-mode | Daniel Mack |
2015-11-17 | journalctl: don't print -- No entries -- in quiet mode | Evgeny Vereshchagin |
2015-11-17 | tree-wide: group include of libudev.h with sd-* | Thomas Hindoe Paaboel Andersen |
2015-11-17 | tree-wide: make macros for converting fds to pointers and back generic and us... | Lennart Poettering |
2015-11-17 | journald: trivial simplification | Lennart Poettering |
2015-11-17 | coredump: modernize error logging a bit | Lennart Poettering |
2015-11-17 | tree-wide: use right cast macros for UIDs, GIDs and PIDs | Lennart Poettering |
2015-11-17 | Merge pull request #1923 from zonque/siphash | Lennart Poettering |
2015-11-16 | siphash24: let siphash24_finalize() and siphash24() return the result directly | Daniel Mack |