summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2019-04-02journal: LGTM doesn't recognize suppressions in /* */Frantisek Sumsal1-1/+1
2019-04-02journal-remote: use source's boot-idChris Morin1-1/+3
2019-03-28headers: add missing includesZbigniew Jędrzejewski-Szmek3-0/+4
2019-03-27tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering1-1/+1
2019-03-27journalctl: voidify mkdir_p() call and unify two similar code pathsZbigniew Jędrzejewski-Szmek1-22/+21
2019-03-27Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek11-3/+15
2019-03-20journal-file: handle SIGBUS on offlining threadChris Morin1-0/+3
2019-03-19journalctl: support `-b all` to negate effect of -bdana1-15/+23
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering3-1/+3
2019-03-14util: split out errno related stuffLennart Poettering2-1/+2
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering3-1/+3
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering9-3/+9
2019-03-07catalog: _cleanup_close_ is your friendLennart Poettering1-13/+6
2019-03-07catalog: (void)ify all thingsLennart Poettering1-1/+1
2019-03-07catalog: use structured initialization moreLennart Poettering1-7/+8
2019-03-07catalog: let's use mkdir_parents() and use same mode as tmpfiles.d for this dirLennart Poettering1-11/+11
2019-03-07catalog: be a bit less aggressive with line breaking. After all 109ch is what...Lennart Poettering1-9/+6
2019-03-07catalog: don't make catalog_entry_lang() clobber output params on failureLennart Poettering1-5/+12
2019-02-27journalctl: New option --cursor-fileJörg Sommer1-11/+54
2019-02-07Merge pull request #11578 from keszybz/gcc-9-fixesLennart Poettering2-67/+99
2019-02-04journal: drop _packed_ attribute in a few placesZbigniew Jędrzejewski-Szmek1-53/+65
2019-01-27journal: avoid buffer overread when locale name is too longZbigniew Jędrzejewski-Szmek1-14/+34
2019-01-26tree-wide: use newa() instead of alloca() wherever we canLennart Poettering3-4/+5
2019-01-26journald: periodically drop cache for all dead PIDsZbigniew Jędrzejewski-Szmek2-2/+28
2019-01-26journal: limit the number of entries in the cache based on available memoryZbigniew Jędrzejewski-Szmek1-2/+33
2019-01-15Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen1-1/+1
2019-01-12Delete duplicate linesTopi Miettinen2-2/+0
2019-01-09journald: lower the maximum entry size limit to ½ for non-sealed fdsZbigniew Jędrzejewski-Szmek1-2/+4
2019-01-09journald: when processing a native message, bail more quickly on overbig mess...Zbigniew Jędrzejewski-Szmek1-28/+37
2019-01-09journald: set a limit on the number of fields (1k)Zbigniew Jędrzejewski-Szmek1-0/+5
2019-01-09journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek1-10/+15
2019-01-09journald: remove unnecessary {}Zbigniew Jędrzejewski-Szmek1-3/+1
2019-01-08cat: add --stderr-priority optionMichael Sloan1-16/+34
2019-01-06Merge pull request #11252 from evverx/use-asan-wrapper-on-travis-ciFrantisek Sumsal1-5/+2
2019-01-03cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down1-1/+1
2018-12-29journal: rely on _cleanup_free_ to free a temporary string used in client_con...Evgeny Vereshchagin1-5/+2
2018-12-21tree-wide: use assert_se() for signal operations with constantsZbigniew Jędrzejewski-Szmek1-2/+1
2018-12-17journald: correctly attribute log messages also with cgroupsv1Michal Sekletar1-2/+5
2018-12-07journal: use missing_audit.h to generate audit_type-list.txtYu Watanabe3-9/+6
2018-12-04tree-wide: add whitespace between type and variable nameYu Watanabe4-4/+4
2018-12-03Merge pull request #11031 from poettering/gcc-attr-cleanupLennart Poettering1-3/+3
2018-12-03Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering1-7/+2
2018-12-03tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering1-3/+3
2018-12-02util-lib: split out env file parsing code into env-file.cLennart Poettering2-0/+2
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering8-4/+8
2018-12-02tree-wide: make hash_ops typesafeYu Watanabe1-7/+2
2018-11-30path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-30tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-30tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek1-1/+1