summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7042 from vcaputo/iteratedcacheLennart Poettering2018-02-012-4/+16
|\
| * journal: use IteratedCache in sd-journalVito Caputo2018-01-272-4/+16
* | journalctl: typo fixHermann Gausterer2018-01-281-1/+1
* | Merge pull request #7881 from keszybz/pcreLennart Poettering2018-01-281-58/+218
|\ \
| * | journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek2018-01-281-1/+8
| * | journalctl: make matching optionally case sensitiveZbigniew Jędrzejewski-Szmek2018-01-281-73/+118
| * | journalctl: regexp matchingZbigniew Jędrzejewski-Szmek2018-01-271-0/+108
* | | journal: losen restrictions on journal file suffix (#8013)Lennart Poettering2018-01-271-5/+2
* | | Merge pull request #7983 from poettering/tmpfiles-eexistLennart Poettering2018-01-251-1/+2
|\ \ \
| * | | coccinelle: O_NDELAY → O_NONBLOCKLennart Poettering2018-01-241-1/+2
* | | | log: remove LOG_TARGET_SAFE pseudo log targetLennart Poettering2018-01-241-1/+2
|/ / /
* | | journal: cast to (void) where we knowingly ignore syscall returnsLennart Poettering2018-01-231-1/+1
* | | journald-native: Fix typo in MANDLOCK messageFrantisek Sumsal2018-01-221-1/+1
* | | 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