summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: coding style fixYu Watanabe2018-01-151-5/+6
* log: minimize includes in log.hLennart Poettering2018-01-113-0/+3
* cocci: use strempty() at more placesLennart Poettering2018-01-101-2/+1
* journald: introduce new uid_for_system_journal() helperLennart Poettering2018-01-041-2/+9
* tree-wide: in all threads we fork off in library code, block all signalsLennart Poettering2018-01-041-0/+14
* Merge pull request #7705 from keszybz/redo-linkingLennart Poettering2018-01-031-5/+9
|\
| * meson: use a convenience lib for journal user sourcesZbigniew Jędrzejewski-Szmek2018-01-031-3/+9
| * meson: link libbasic and libshared_static into libsharedZbigniew Jędrzejewski-Szmek2018-01-031-2/+0
* | Merge pull request #7728 from poettering/fork-reworkYu Watanabe2017-12-261-0/+2
|\ \
| * | tree-wide: properly name all threads we fork offLennart Poettering2017-12-251-0/+2
| |/
* / separate flags from shebangbleep_blop2017-12-251-1/+2
|/
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2017-12-151-1/+1
* coccinelle: automatically rewrite memset() to zero() or memzero() where we canLennart Poettering2017-12-141-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-1412-28/+30
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-2/+5
* 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