summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
AgeCommit message (Expand)Author
2016-12-17journal: make sure to initially populate the space info cache (#4807)Franck Bui
2016-10-24Merge pull request #4459 from keszybz/commandline-parsingLennart Poettering
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek
2016-10-22journald: convert journald to use parse_proc_cmdlineZbigniew Jędrzejewski-Szmek
2016-10-22journal: remove unused variableThomas Hindoe Paaboel Andersen
2016-10-21journald: systemd.journald.max_level_* kernel command line options (#4427)Umut Tezduyar Lindskog
2016-10-19journal: rename determine_space_for() into cache_space_refresh()Franck Bui
2016-10-19journal: introduce patch_min_use() helperFranck Bui
2016-10-19journal: introduce cache_space_invalidate()Franck Bui
2016-10-19journal: cache used vfs stats as wellFranck Bui
2016-10-19journal: don't emit space usage message when opening the journal (#4190)Franck Bui
2016-10-19journal: introduce server_space_usage_message()Franck Bui
2016-10-19journal: introduce JournalStorage and JournalStorageSpace structuresFranck Bui
2016-10-19journal: introduce determine_path_usage()Franck Bui
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