summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2017-01-10build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert
2016-12-24journalctl: add remote log dir to search path when --merge is passed (#4970)Marcin Bachry
2016-12-17test-compress: fix warning about LZ4_compress_limitedOutputZbigniew Jędrzejewski-Szmek
2016-12-14journalctl: improve wording in an errors messageLennart Poettering
2016-12-10journal: fix warning about LZ4_compress_limitedOutputZbigniew Jędrzejewski-Szmek
2016-12-02journal: make sure to initially populate the space info cache (#4807)Franck Bui
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-11-25fix journald startup problem when code is compiled with -DNDEBUG (#4735)Waldemar Brodkorb
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering
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-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
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