Age | Commit message (Expand) | Author |
2017-05-03 | Merge pull request #5842 from keszybz/meson-status-and-conditionals | Michael Biebl |
2017-05-02 | meson: use booleans for conf.set and drop unecessary conditionals | Zbigniew Jędrzejewski-Szmek |
2017-04-29 | journald: fix assertion failure on journal_file_link_data. (#5843) | Yusuke Nojima |
2017-04-25 | Merge pull request #5704 from keszybz/meson | Evgeny Vereshchagin |
2017-04-25 | meson: also indent scripts with 8 spaces | Zbigniew Jędrzejewski-Szmek |
2017-04-24 | meson: fix gcrypt config option | Michael Biebl |
2017-04-24 | sd-journal: return SD_JOURNAL_INVALIDATE only if journal files were actually ... | Michal Sekletar |
2017-04-23 | meson: use "sh -eu" and make .sh +x, .py -x | Zbigniew Jędrzejewski-Szmek |
2017-04-23 | meson: reindent all files with 8 spaces | Zbigniew Jędrzejewski-Szmek |
2017-04-23 | meson: add journal-install and hwdb-update hooks | Zbigniew Jędrzejewski-Szmek |
2017-04-23 | meson: eliminate libsystemd_journal_internal and use libsystemd_internal less | Zbigniew Jędrzejewski-Szmek |
2017-04-23 | meson: make cpp invocations cross-compilation friendly | Zbigniew Jędrzejewski-Szmek |
2017-04-23 | meson: fix compilation of libsystemd | Zbigniew Jędrzejewski-Szmek |
2017-04-23 | meson: build systemd using meson | Zbigniew Jędrzejewski-Szmek |
2017-04-23 | journal/fsprg: set -Wno-pointer-arithm only for that file | Zbigniew Jędrzejewski-Szmek |
2017-04-21 | Merge pull request #5756 from keszybz/make-cleanups | Martin Pitt |
2017-04-19 | test-compress*: silence warning about unused definitions when w/o both xz and... | Zbigniew Jędrzejewski-Szmek |
2017-04-19 | tree-wide: fix wrong indent (#5757) | Yu Watanabe |
2017-03-30 | journal: fix up syslog facility when forwarding native messages (#5667) | Michael Biebl |
2017-03-13 | journal: prevent integer overflow while validating header (#5569) | Tobias Stoeckmann |
2017-02-28 | journalctl: move access_check() to shared/ | Zbigniew Jędrzejewski-Szmek |
2017-02-24 | Fix missing space in comments (#5439) | AsciiWolf |
2017-02-23 | journal: avoid duplicated call to get cgroup path (#5404) | Namhyung Kim |
2017-02-20 | tree-wide: add man: to manpage references (#5402) | Lucas Werkmeister |
2017-02-18 | journalctl: add reference to sd-id128(3) to output (#5382) | Lucas Werkmeister |
2017-02-15 | tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID | Zbigniew Jędrzejewski-Szmek |
2017-02-14 | Move export format parsing from src/journal-remote/ to src/basic/ | Zbigniew Jędrzejewski-Szmek |
2017-02-05 | journalctl: replace string_erase with memset('x') | Zbigniew Jędrzejewski-Szmek |
2017-02-02 | Merge pull request #5204 from keszybz/masked-warning-cleanup | Lennart Poettering |
2017-02-01 | Consistently use ERFKILL for masked units | Zbigniew Jędrzejewski-Szmek |
2017-02-02 | Merge pull request #5151 from keszybz/journal-flags | Lennart Poettering |
2017-02-01 | Merge pull request #5191 from keszybz/tweaks | Zbigniew Jędrzejewski-Szmek |
2017-02-01 | Revert "Trivial typo fixes and code refactorings (#5191)" | Zbigniew Jędrzejewski-Szmek |
2017-02-01 | Trivial typo fixes and code refactorings (#5191) | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | journal/lookup3: silence gcc 7 implicit-fallthrough warning | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | tree-wide: adjust fall through comments so that gcc is happy | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | journal-file: check asprintf return value in the usual fashion | Zbigniew Jędrzejewski-Szmek |
2017-01-24 | journal-file, journalctl: provide better hint about unsupported features | Zbigniew Jędrzejewski-Szmek |
2017-01-24 | journal-file: factor out helper function | Zbigniew Jędrzejewski-Szmek |
2017-01-15 | journalctl: fix memleak | Zbigniew Jędrzejewski-Szmek |
2017-01-14 | journalctl: expunge verification key from argv (#5081) | Lucas Werkmeister |
2017-01-14 | Merge pull request #4879 from poettering/systemd | Zbigniew Jędrzejewski-Szmek |
2017-01-10 | build-sys: add check for gperf lookup function signature (#5055) | Mike Gilbert |
2016-12-24 | journalctl: add remote log dir to search path when --merge is passed (#4970) | Marcin Bachry |
2016-12-21 | journald: don't flush to /var/log/journal before we get asked to | Lennart Poettering |
2016-12-21 | util-lib: various improvements to kernel command line parsing | Lennart Poettering |
2016-12-17 | test-compress: fix warning about LZ4_compress_limitedOutput | Zbigniew Jędrzejewski-Szmek |
2016-12-14 | journalctl: improve wording in an errors message | Lennart Poettering |
2016-12-10 | journal: fix warning about LZ4_compress_limitedOutput | Zbigniew Jędrzejewski-Szmek |
2016-12-02 | journal: make sure to initially populate the space info cache (#4807) | Franck Bui |