summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2017-02-28journalctl: move access_check() to shared/Zbigniew Jędrzejewski-Szmek
2017-02-24Fix missing space in comments (#5439)AsciiWolf
2017-02-23journal: avoid duplicated call to get cgroup path (#5404)Namhyung Kim
2017-02-20tree-wide: add man: to manpage references (#5402)Lucas Werkmeister
2017-02-18journalctl: add reference to sd-id128(3) to output (#5382)Lucas Werkmeister
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek
2017-02-14Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek
2017-02-05journalctl: replace string_erase with memset('x')Zbigniew Jędrzejewski-Szmek
2017-02-02Merge pull request #5204 from keszybz/masked-warning-cleanupLennart Poettering
2017-02-01Consistently use ERFKILL for masked unitsZbigniew Jędrzejewski-Szmek
2017-02-02Merge pull request #5151 from keszybz/journal-flagsLennart Poettering
2017-02-01Merge pull request #5191 from keszybz/tweaksZbigniew Jędrzejewski-Szmek
2017-02-01Revert "Trivial typo fixes and code refactorings (#5191)"Zbigniew Jędrzejewski-Szmek
2017-02-01Trivial typo fixes and code refactorings (#5191)Zbigniew Jędrzejewski-Szmek
2017-01-31journal/lookup3: silence gcc 7 implicit-fallthrough warningZbigniew Jędrzejewski-Szmek
2017-01-31tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek
2017-01-31journal-file: check asprintf return value in the usual fashionZbigniew Jędrzejewski-Szmek
2017-01-24journal-file, journalctl: provide better hint about unsupported featuresZbigniew Jędrzejewski-Szmek
2017-01-24journal-file: factor out helper functionZbigniew Jędrzejewski-Szmek
2017-01-15journalctl: fix memleakZbigniew Jędrzejewski-Szmek
2017-01-14journalctl: expunge verification key from argv (#5081)Lucas Werkmeister
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek
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-21journald: don't flush to /var/log/journal before we get asked toLennart Poettering
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering
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