summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal,coredump: do not do ACL magic for "nobody" user eitherLennart Poettering2017-12-061-2/+2
* coredump,journal: do not do ACL magic for processes of dynamic UIDsLennart Poettering2017-12-061-1/+1
* user-util: add new uid_is_system() helperLennart Poettering2017-12-061-2/+2
* journal: fix log message when dropping messagesLennart Poettering2017-11-291-1/+1
* journald: correct field countsLennart Poettering2017-11-291-2/+11
* journal: driver messages can now contain object fields, account for thatLennart Poettering2017-11-291-1/+1
* journal: avoid undefined behaviour in float division by 0.0Zbigniew Jędrzejewski-Szmek2017-11-281-1/+1
* journal: use new helpers with journal_file_closeZbigniew Jędrzejewski-Szmek2017-11-284-26/+4
* Use hashmap_free_free where appropriateZbigniew Jędrzejewski-Szmek2017-11-281-4/+1
* journald: add _printf_ attribute to server_driver_message()Yu Watanabe2017-11-251-1/+1
* test: handle gracefully if decompressor tools are not installed (#7455)Lennart Poettering2017-11-241-1/+8
* journalctl: add --output-fields= to --help text (#7443)Lennart Poettering2017-11-241-0/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-203-6/+6
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek2017-11-192-1/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1960-0/+60
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-169-72/+240
* journald: when logging about dropped messages, include more meta dataLennart Poettering2017-11-165-12/+15
* journal: reindent field mapping tablesLennart Poettering2017-11-161-23/+23
* journal: make use of IOVEC_MAKE() where it makes senseLennart Poettering2017-11-162-13/+5
* journal: move valid_user_field() to journal-util.[ch] and rename it → journ...Lennart Poettering2017-11-161-37/+3
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* journal: disable -Waddress-of-packed-member under clangZbigniew Jędrzejewski-Szmek2017-11-011-0/+4
* journald: unitialized variable accessZbigniew Jędrzejewski-Szmek2017-11-011-1/+1
* journalctl: add --output-fields= (#7181)Lars Karlitski2017-10-271-1/+23
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-0420-81/+81
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-0420-81/+81
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-048-16/+16
|/
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-022-5/+3
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-027-13/+8
* test-cpu-set-util.c: fix typo in comment (#6916)Jan Synacek2017-09-268-133/+108
|\
| * io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-228-133/+108
* | journal-verfiy: add a couple of missing le64toh() calls (#6888)Lennart Poettering2017-09-251-21/+21
* | Merge pull request #6887 from rantala/6447Lennart Poettering2017-09-241-0/+167
|\ \ | |/ |/|
| * journal: add missing le64toh() calls in journal_file_check_object()Tommi Rantala2017-09-241-17/+17
| * journal: add object sanity check to journal_file_move_to_object()Tommi Rantala2017-09-221-0/+167
* | journald: make maximum size of stream log lines configurable and bump it to 4...Lennart Poettering2017-09-225-21/+159
|/
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* journalctl: honor --quiet when vacuuming (#6771)Kai-Heng Feng2017-09-081-1/+1
* journald: add minimal client metadata cachingLennart Poettering2017-07-3110-371/+851
* journald: only accept valid unit names for log streamsLennart Poettering2017-07-311-11/+8
* journald: add comment explaining journal rate limit return codesLennart Poettering2017-07-311-0/+7
* Merge pull request #6365 from keszybz/fast-testsMartin Pitt2017-07-281-1/+11
|\
| * test-compress-benchmark: look at $SYSTEMD_SLOW_TESTSZbigniew Jędrzejewski-Szmek2017-07-131-1/+11
* | tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-2/+2
* | tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-206-8/+8
* | build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-3/+0
* | build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* | Merge pull request #6355 from vcaputo/journal_avoid_mmap_cache_get_callsLennart Poettering2017-07-175-23/+38
|\ \
| * | journal: avoid unnecessary mmap_cache_get() callsVito Caputo2017-07-131-6/+7