summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
AgeCommit message (Expand)Author
2016-10-13Merge pull request #4362 from poettering/journalbootlistfixZbigniew Jędrzejewski-Szmek
2016-10-12journal: refuse opening journal files from the future for writingLennart Poettering
2016-10-12journald: automatically rotate journal files when the clock jumps backwardsLennart Poettering
2016-10-12journald: use the event loop dispatch timestamp for journal entriesLennart Poettering
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-10-07journal: fix format string used for usec_tLennart Poettering
2016-10-07journal: complete slice info in journal metadataLennart Poettering
2016-09-18journal: fix typo in comment (#4176)Felix Zhang
2016-09-16tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek
2016-08-26journal: add/use flushed_flag_is_set() helper (#4041)Vito Caputo
2016-08-25journal: implicitly flush to var on recovery (#4028)Vito Caputo
2016-08-18journald: do not create split journals for dynamic usersZbigniew Jędrzejewski-Szmek
2016-08-17journal: ensure open journals from find_journal() (#3973)Vito Caputo
2016-07-22tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering
2016-07-15tree-wide: get rid of selinux_context_t (#3732)Zbigniew Jędrzejewski-Szmek
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
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