summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5960 from keszybz/journald-memleakEvgeny Vereshchagin2017-05-213-87/+123
|\
| * journald: fix trivial memleakZbigniew Jędrzejewski-Szmek2017-05-192-1/+3
| * journald: process "binary" fields the same as text fieldsZbigniew Jędrzejewski-Szmek2017-05-191-50/+70
| * journald: properly process multiple entries in the same native packetZbigniew Jędrzejewski-Szmek2017-05-191-34/+49
| * journald: use unaligned_read instead of memcpyZbigniew Jędrzejewski-Szmek2017-05-191-3/+2
* | journal/journald-console: fix format-specifier issueJohn Paul Adrian Glaubitz2017-05-191-2/+2
* | Merge pull request #5957 from keszybz/test-c++Lennart Poettering2017-05-171-1/+1
|\ \
| * | tree-wide: drop assert.h includesZbigniew Jędrzejewski-Szmek2017-05-131-1/+1
| |/
* | Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"Gary Tierney2017-05-124-4/+4
|/
* Add short-iso-precise for journalctl output (#5884)Ian Wienand2017-05-071-2/+3
* Merge pull request #5842 from keszybz/meson-status-and-conditionalsMichael Biebl2017-05-031-3/+3
|\
| * meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-3/+3
* | journald: fix assertion failure on journal_file_link_data. (#5843)Yusuke Nojima2017-04-291-0/+3
|/
* Merge pull request #5704 from keszybz/mesonEvgeny Vereshchagin2017-04-254-0/+148
|\
| * meson: also indent scripts with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-252-6/+10
| * meson: fix gcrypt config optionMichael Biebl2017-04-241-0/+11
| * meson: use "sh -eu" and make .sh +x, .py -xZbigniew Jędrzejewski-Szmek2017-04-231-1/+1
| * meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-67/+69
| * meson: add journal-install and hwdb-update hooksZbigniew Jędrzejewski-Szmek2017-04-231-0/+14
| * meson: eliminate libsystemd_journal_internal and use libsystemd_internal lessZbigniew Jędrzejewski-Szmek2017-04-231-12/+2
| * meson: make cpp invocations cross-compilation friendlyZbigniew Jędrzejewski-Szmek2017-04-232-2/+6
| * meson: fix compilation of libsystemdZbigniew Jędrzejewski-Szmek2017-04-231-1/+2
| * meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-233-0/+119
| * journal/fsprg: set -Wno-pointer-arithm only for that fileZbigniew Jędrzejewski-Szmek2017-04-231-0/+3
* | sd-journal: return SD_JOURNAL_INVALIDATE only if journal files were actually ...Michal Sekletar2017-04-241-0/+1
|/
* Merge pull request #5756 from keszybz/make-cleanupsMartin Pitt2017-04-212-0/+13
|\
| * test-compress*: silence warning about unused definitions when w/o both xz and...Zbigniew Jędrzejewski-Szmek2017-04-192-0/+13
* | tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-4/+4
|/
* journal: fix up syslog facility when forwarding native messages (#5667)Michael Biebl2017-03-301-1/+1
* journal: prevent integer overflow while validating header (#5569)Tobias Stoeckmann2017-03-131-3/+9
* journalctl: move access_check() to shared/Zbigniew Jędrzejewski-Szmek2017-02-281-126/+2
* Fix missing space in comments (#5439)AsciiWolf2017-02-242-2/+2
* journal: avoid duplicated call to get cgroup path (#5404)Namhyung Kim2017-02-231-7/+17
* tree-wide: add man: to manpage references (#5402)Lucas Werkmeister2017-02-201-1/+1
* journalctl: add reference to sd-id128(3) to output (#5382)Lucas Werkmeister2017-02-181-1/+1
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-155-15/+15
* Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek2017-02-142-5/+1
* journalctl: replace string_erase with memset('x')Zbigniew Jędrzejewski-Szmek2017-02-051-1/+3
* Merge pull request #5204 from keszybz/masked-warning-cleanupLennart Poettering2017-02-021-10/+10
|\
| * Consistently use ERFKILL for masked unitsZbigniew Jędrzejewski-Szmek2017-02-011-10/+10
* | Merge pull request #5151 from keszybz/journal-flagsLennart Poettering2017-02-022-26/+45
|\ \
| * | journal-file, journalctl: provide better hint about unsupported featuresZbigniew Jędrzejewski-Szmek2017-01-242-5/+23
| * | journal-file: factor out helper functionZbigniew Jędrzejewski-Szmek2017-01-241-25/+26
* | | Merge pull request #5191 from keszybz/tweaksZbigniew Jędrzejewski-Szmek2017-02-011-6/+11
|\ \ \
| * | | journal-file: check asprintf return value in the usual fashionZbigniew Jędrzejewski-Szmek2017-01-311-6/+11
| |/ /
* | | Revert "Trivial typo fixes and code refactorings (#5191)"Zbigniew Jędrzejewski-Szmek2017-02-011-11/+6
* | | Trivial typo fixes and code refactorings (#5191)Zbigniew Jędrzejewski-Szmek2017-02-011-6/+11
| |/ |/|
* | journal/lookup3: silence gcc 7 implicit-fallthrough warningZbigniew Jędrzejewski-Szmek2017-01-311-0/+4
* | tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek2017-01-311-1/+1
|/
* journalctl: fix memleakZbigniew Jędrzejewski-Szmek2017-01-151-5/+6