Age | Commit message (Expand) | Author |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø |
2016-05-05 | tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere | Lennart Poettering |
2016-04-25 | sd-journal: add API for opening journal files or directories by fd | Lennart Poettering |
2016-04-21 | tree-wide: use mdash instead of a two minuses | Zbigniew Jędrzejewski-Szmek |
2016-04-16 | journald: rewrite function with switch, fix handling of -ESHUTDOWN | Zbigniew Jędrzejewski-Szmek |
2016-02-23 | tree-wide: minor formatting inconsistency cleanups | Vito Caputo |
2016-02-19 | journal: defer journal closes on rotate | Vito Caputo |
2016-02-19 | journal: asynchronous journal_file_set_offline() | Vito Caputo |
2016-02-19 | journal: add void cast to journal_file_close() calls | Vito Caputo |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-05 | journal: remove template from open_journal args | Vito Caputo |
2016-01-26 | Merge pull request #2440 from poettering/journal-fix | Tom Gundersen |
2016-01-26 | journald: add a couple of static asserts checking logging constants | 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 | 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-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 |
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-17 | Merge pull request #1926 from phomes/include-order-libudev | Daniel Mack |
2015-11-17 | tree-wide: group include of libudev.h with sd-* | Thomas Hindoe Paaboel Andersen |
2015-11-17 | journald: trivial simplification | Lennart Poettering |
2015-11-17 | tree-wide: use right cast macros for UIDs, GIDs and PIDs | Lennart Poettering |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
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: 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: dispatch SIGTERM/SIGINT with a low priority | Lennart Poettering |
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-11-03 | journal: restore watchdog support | Lennart Poettering |
2015-11-01 | journald: never block when sending messages on NOTIFY_SOCKET socket | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | io-util.h: move iovec stuff from macro.h to io-util.h | Lennart Poettering |
2015-10-27 | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: introduce dirent-util.[ch] for directory entry calls | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | journal: add missing include | Tom Gundersen |
2015-10-26 | Merge pull request #1681 from ssahani/journal | Lennart Poettering |
2015-10-26 | journald-server: port to extract_first_word | Susant Sahani |