summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-3274/+0
* Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-151-1/+1
|\
| * hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* | journalctl: don't skip the entries that have the same seqnumshenyangyang42020-12-151-0/+3
|/
* mmap-cache: replace stats accessors with log funcVito Caputo2020-12-041-1/+1
* journal: refuse skip parameter for sd_journal_next_skip() larger than INT_MAXYu Watanabe2020-11-101-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #16635 from keszybz/do-not-for-each-wordLennart Poettering2020-09-091-33/+28
|\
| * sd-journal: use extract_first_word()Zbigniew Jędrzejewski-Szmek2020-09-091-33/+28
* | tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-23/+12
|/
* sd-journal: narrow scope of boot id variableVito Caputo2020-08-251-1/+2
* sd-journal: when enumerating, continue even after an inaccessible fieldZbigniew Jędrzejewski-Szmek2020-07-211-0/+27
* tree-wide: add new HAVE_COMPRESSION compile time flagLennart Poettering2020-06-251-2/+2
* journal: support zstd compression for large objects in journal filesLennart Poettering2020-06-251-2/+2
* journal: use a different hash function for each journal fileLennart Poettering2020-06-251-4/+18
* journal: rename hash64() to jenkins_hash64()Lennart Poettering2020-06-251-1/+1
* journal: store NE hash instead of LE hash in Match objectLennart Poettering2020-06-251-6/+6
* journal: expand variables up to PATH_MAX in size in catalog outputLennart Poettering2020-05-261-1/+3
* Merge pull request #15557 from poettering/journal-zero-fixAnita Zhang2020-05-201-34/+46
|\
| * journal: make sure to explicitly copy out values of mmap before doing arithme...Lennart Poettering2020-04-231-1/+4
| * journal: don't assert on mmap'ed object typeLennart Poettering2020-04-231-1/+0
| * journal: use structured initialization for Location structureLennart Poettering2020-04-231-32/+42
* | sd-journal: don't check namespaces if we have no namespace to go byLennart Poettering2020-04-231-3/+4
|/
* *: use _cleanup_close_ with fdopendir() where trivialVito Caputo2020-03-311-3/+2
* sd-journal: remove the dead code and actually fix #14695Michal Sekletár2020-03-281-4/+3
* fix journalctl regression (#15099)Georg Müller2020-03-131-1/+0
* journalctl: show duplicate entries if they are from the same file (#14898)Georg Müller2020-03-111-3/+5
* sd-journal: close journal files that were deleted by journald before we've se...Michal Sekletár2020-02-051-0/+15
* journal: make constant argument actually 'const'Lennart Poettering2020-01-311-1/+1
* journal: allow opening journal files specific to some namespaceLennart Poettering2020-01-311-14/+92
* journal: use structured initializationLennart Poettering2020-01-311-8/+11
* journal: properly mark two definitions that are deprecated with GCC attribute...Lennart Poettering2020-01-311-1/+1
* journal: don't use startswith() on something that is not a NUL-terminated stringLennart Poettering2020-01-211-1/+1
* tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering2019-12-101-1/+1
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-251-2/+2
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-4/+1
* sd-journal: voidify callZbigniew Jędrzejewski-Szmek2019-05-301-1/+1
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* tree-wide: port over more cases to STR_IN_SET()Lennart Poettering2018-11-261-2/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-23/+23
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-1/+3
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* sd-journal: escape binary data in match_make_string()Evgeny Vereshchagin2018-10-231-1/+2
* tree-wide: use CMP() macro where applicableYu Watanabe2018-10-161-16/+14
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1