summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2017-12-15tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering1-1/+1
2017-12-14coccinelle: automatically rewrite memset() to zero() or memzero() where we canLennart Poettering1-1/+1
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering12-28/+30
2017-12-14tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering1-2/+5
2017-12-06journal,coredump: do not do ACL magic for "nobody" user eitherLennart Poettering1-2/+2
2017-12-06coredump,journal: do not do ACL magic for processes of dynamic UIDsLennart Poettering1-1/+1
2017-12-06user-util: add new uid_is_system() helperLennart Poettering1-2/+2
2017-11-29journal: fix log message when dropping messagesLennart Poettering1-1/+1
2017-11-29journald: correct field countsLennart Poettering1-2/+11
2017-11-29journal: driver messages can now contain object fields, account for thatLennart Poettering1-1/+1
2017-11-28journal: avoid undefined behaviour in float division by 0.0Zbigniew Jędrzejewski-Szmek1-1/+1
2017-11-28journal: use new helpers with journal_file_closeZbigniew Jędrzejewski-Szmek4-26/+4
2017-11-28Use hashmap_free_free where appropriateZbigniew Jędrzejewski-Szmek1-4/+1
2017-11-25journald: add _printf_ attribute to server_driver_message()Yu Watanabe1-1/+1
2017-11-24test: handle gracefully if decompressor tools are not installed (#7455)Lennart Poettering1-1/+8
2017-11-24journalctl: add --output-fields= to --help text (#7443)Lennart Poettering1-0/+1
2017-11-20tree-wide: adjust fall through comments so that gcc is happyShawn Landden3-6/+6
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-19Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek2-1/+4
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek60-0/+60
2017-11-16core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering9-72/+240
2017-11-16journald: when logging about dropped messages, include more meta dataLennart Poettering5-12/+15
2017-11-16journal: reindent field mapping tablesLennart Poettering1-23/+23
2017-11-16journal: make use of IOVEC_MAKE() where it makes senseLennart Poettering2-13/+5
2017-11-16journal: move valid_user_field() to journal-util.[ch] and rename it → journ...Lennart Poettering1-37/+3
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering1-1/+1
2017-11-01journal: disable -Waddress-of-packed-member under clangZbigniew Jędrzejewski-Szmek1-0/+4
2017-11-01journald: unitialized variable accessZbigniew Jędrzejewski-Szmek1-1/+1
2017-10-27journalctl: add --output-fields= (#7181)Lars Karlitski1-1/+23
2017-10-04Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering20-81/+81
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe8-16/+16
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek20-81/+81
2017-10-02tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2-5/+3
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold7-13/+8
2017-09-26test-cpu-set-util.c: fix typo in comment (#6916)Jan Synacek8-133/+108
2017-09-25journal-verfiy: add a couple of missing le64toh() calls (#6888)Lennart Poettering1-21/+21
2017-09-24Merge pull request #6887 from rantala/6447Lennart Poettering1-0/+167
2017-09-24journal: add missing le64toh() calls in journal_file_check_object()Tommi Rantala1-17/+17
2017-09-22io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering8-133/+108
2017-09-22journald: make maximum size of stream log lines configurable and bump it to 4...Lennart Poettering5-21/+159
2017-09-22journal: add object sanity check to journal_file_move_to_object()Tommi Rantala1-0/+167
2017-09-13exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering1-1/+1
2017-09-08journalctl: honor --quiet when vacuuming (#6771)Kai-Heng Feng1-1/+1
2017-07-31journald: add minimal client metadata cachingLennart Poettering10-371/+851
2017-07-31journald: only accept valid unit names for log streamsLennart Poettering1-11/+8
2017-07-31journald: add comment explaining journal rate limit return codesLennart Poettering1-0/+7
2017-07-28Merge pull request #6365 from keszybz/fast-testsMartin Pitt1-1/+11
2017-07-21tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering1-2/+2
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering6-8/+8
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-3/+0