Age | Commit message (Expand) | Author |
2016-01-18 | journald: do not free uninitialized pointer in error path | Zbigniew Jędrzejewski-Szmek |
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 |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | siphash24: change result argument to uint64_t | Martin Pitt |
2015-11-12 | journald: fix accuracy of watchdog timer event | Lennart Poettering |
2015-11-12 | journald: rework --sync/--rotate logic to use CLOCK_MONOTONIC timestamp files | Lennart Poettering |
2015-11-11 | journalctl: change repeated if checks into switch blocks | Lennart Poettering |
2015-11-11 | journalctl: refuse to --machine= in combination with --flush, --sync or --rotate | Lennart Poettering |
2015-11-11 | journalctl: make --rotate synchronous, too | Lennart Poettering |
2015-11-11 | journalctl: add new --sync switch for syncing the journal to disk | Lennart Poettering |
2015-11-10 | journald: be less picky when receiving epoll events | Lennart Poettering |
2015-11-10 | journald: never accept fds from file systems with mandatory locking enabled | Lennart Poettering |
2015-11-10 | journald: dispatch SIGTERM/SIGINT with a low priority | Lennart Poettering |
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering |