Age | Commit message (Expand) | Author |
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 |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-19 | journald: make sure r is always initialized | Lennart Poettering |
2015-10-19 | tree-wide: add more void casts for various syscall invocations | Lennart Poettering |
2015-10-13 | Merge pull request #1542 from keszybz/journal-audit-optional | Lennart Poettering |
2015-10-12 | Document journald sockets paths a bit more | Zbigniew Jędrzejewski-Szmek |
2015-10-12 | journald: make audit socket optional | Zbigniew Jędrzejewski-Szmek |
2015-10-02 | journal: rework vacuuming logic | Lennart Poettering |
2015-10-02 | journal: use automatic clenup for ACL types | Lennart Poettering |
2015-10-02 | journal: improve some messages | Lennart Poettering |
2015-10-02 | journal: prefer stack allocation | Lennart Poettering |
2015-10-02 | journal: make journal_file_close() return NULL | Lennart Poettering |
2015-10-01 | Merge pull request #1430 from evverx/driver-syslog | Lennart Poettering |
2015-10-01 | journald: add syslog fields for driver messages | Evgeny Vereshchagin |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-08-17 | Bug #944: Deletion of unnecessary checks before a few calls of systemd functions | Markus Elfring |
2015-08-02 | journald: move server_restore_streams out of server_open_stdout_socket | Zbigniew Jędrzejewski-Szmek |
2015-07-23 | journal: reword msg about enforced size limits a bit | Lennart Poettering |
2015-07-03 | journal: in persistent mode create /var/log/journal, with all parents. | Dimitri John Ledkov |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | journald: don't employ inner loop for reading from incoming sockets | Lennart Poettering |
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | tmpfiles: add 'a' type to set ACLs | Zbigniew Jędrzejewski-Szmek |
2015-01-13 | journald: allow zero length datagrams again | Lennart Poettering |
2015-01-06 | journald: allow restarting journald without losing stream connections | Lennart Poettering |
2015-01-05 | journald: reuse IOVEC_TOTAL_SIZE() macros where possible | Lennart Poettering |
2015-01-05 | journald: when we detect the journal file we are about to write to has been d... | Lennart Poettering |
2015-01-05 | journald: constify all things | Lennart Poettering |
2015-01-05 | journald: prefix exported calls with "server_", unexport unnecessary calls | Lennart Poettering |
2015-01-05 | journald: process SIGBUS for the memory maps we set up | Lennart Poettering |