summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
AgeCommit message (Expand)Author
2016-06-09./move.shLuke Shumaker
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering
2016-04-25sd-journal: add API for opening journal files or directories by fdLennart Poettering
2016-04-21tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek
2016-04-16journald: rewrite function with switch, fix handling of -ESHUTDOWNZbigniew Jędrzejewski-Szmek
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-19journal: asynchronous journal_file_set_offline()Vito Caputo
2016-02-19journal: add void cast to journal_file_close() callsVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-05journal: remove template from open_journal argsVito Caputo
2016-01-26Merge pull request #2440 from poettering/journal-fixTom Gundersen
2016-01-26journald: add a couple of static asserts checking logging constantsLennart Poettering
2016-01-26Merge pull request #2424 from keszybz/journald-disk-usageLennart Poettering
2016-01-26journald: minor fixesLennart Poettering
2016-01-25journald: restore oom safetyZbigniew Jędrzejewski-Szmek
2016-01-23Merge pull request #2318 from vcaputo/coalesce-ftruncates-reduxZbigniew Jędrzejewski-Szmek
2016-01-23journald: use structured message + catalog entry for disk usageZbigniew Jędrzejewski-Szmek
2016-01-23journald: allow additional payload in server_driver_messageZbigniew Jędrzejewski-Szmek
2016-01-18journald: do not free uninitialized pointer in error pathZbigniew Jędrzejewski-Szmek
2016-01-14journal: coalesce ftruncate()s in 250ms windowsVito Caputo
2015-11-30Merge pull request #2053 from poettering/selinux-fixDavid Herrmann
2015-11-27journal: move the gist of server_fix_perms to acl-util.[hc]Zbigniew Jędrzejewski-Szmek
2015-11-27selinux: split up mac_selinux_have() from mac_selinux_use()Lennart Poettering
2015-11-17Merge pull request #1926 from phomes/include-order-libudevDaniel Mack
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-17journald: trivial simplificationLennart Poettering
2015-11-17tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-12journald: fix accuracy of watchdog timer eventLennart Poettering
2015-11-12journald: rework --sync/--rotate logic to use CLOCK_MONOTONIC timestamp filesLennart Poettering
2015-11-11journalctl: make --rotate synchronous, tooLennart Poettering
2015-11-11journalctl: add new --sync switch for syncing the journal to diskLennart Poettering
2015-11-10journald: be less picky when receiving epoll eventsLennart Poettering
2015-11-10journald: dispatch SIGTERM/SIGINT with a low priorityLennart Poettering
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt
2015-11-03journal: restore watchdog supportLennart Poettering
2015-11-01journald: never block when sending messages on NOTIFY_SOCKET socketLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26journal: add missing includeTom Gundersen
2015-10-26Merge pull request #1681 from ssahani/journalLennart Poettering
2015-10-26journald-server: port to extract_first_wordSusant Sahani