summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2017-05-06build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert
2016-12-17journal: make sure to initially populate the space info cache (#4807)Franck Bui
2016-10-31test-compression: allow the file to compress to be specifiedZbigniew Jędrzejewski-Szmek
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-20journald,core: add short comments we we keep reopening /dev/console all the timeLennart Poettering
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-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-10-13Merge pull request #4362 from poettering/journalbootlistfixZbigniew Jędrzejewski-Szmek
2016-10-12journalctl: say in which directory we vacuum stuffLennart Poettering
2016-10-12journalctl: don't claim the journal was stored on diskLennart Poettering
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-12journal: when iterating through entry arrays and we hit an invalid one keep g...Lennart Poettering
2016-10-12journal: add an explicit check for uninitialized objectsLennart Poettering
2016-10-12journal: also check that our entry arrays are properly orderedLennart Poettering
2016-10-12journal: split out check for properly ordered arrays into its own functionLennart Poettering
2016-10-12journal: split out array index inc/dec code into a new call bump_array_index()Lennart Poettering
2016-10-12journal: when we encounter a broken journal file, add some debug loggingLennart Poettering
2016-10-12Avoid forever loop for journalctl --list-boots command (#4278)hese10
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-10-06journald, ratelimit: fix inaccurate message suppression in journal_rate_limit...Yuki Inoguchi
2016-09-28journal: add stdout_stream_scan() comment (#4102)Vito Caputo
2016-09-26journald,ratelimit: fix wrong calculation of burst_modulate() (#4218)HATAYAMA Daisuke
2016-09-23journal: fix HMAC calculation when appending a data objectFranck Bui
2016-09-23journal: warn when we fail to append a tag to a journalFranck Bui
2016-09-18journal: fix typo in comment (#4176)Felix Zhang
2016-09-17Merge pull request #4123 from keszybz/network-file-dropinsMartin Pitt
2016-09-16tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek
2016-09-16Updated formatting for printing the key for FSS (#4165)hi117
2016-09-14Merge pull request #4133 from keszybz/strerror-removalMartin Pitt
2016-09-13tests: get rid of strerrorZbigniew Jędrzejewski-Szmek
2016-09-13journal-verify: get rid of strerrorZbigniew Jędrzejewski-Szmek
2016-09-13fileio: simplify mkostemp_safe() (#4090)Topi Miettinen
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