summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* 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-121-6/+7
| * | journal: return mapped size from mmap_cache_get()Vito Caputo2017-07-125-18/+32
| |/
* | journald: make reading /dev/kmsg optional (#6362)Susant Sahani2017-07-154-2/+14
* | journal: elide fd matching from window_matches() (#6340)Vito Caputo2017-07-141-6/+13
* | journal: use context_attach_window() in add_mmap() (#6339)Vito Caputo2017-07-141-3/+1
|/
* journal: explicitly add fds to mmap-cache (#6307)Vito Caputo2017-07-106-169/+169
* shared: leave output_journal() output in buffer (#6304)Vito Caputo2017-07-071-0/+2
* Merge pull request #5930 from larskarlitski/journal-skipLennart Poettering2017-06-272-12/+11
|\
| * journalctl: honor --show-cursor in more sitatuationsLars Karlitski2017-05-111-10/+6
| * journal: return 0 from _skip() when it didn't skipLars Karlitski2017-05-111-2/+5
* | Merge pull request #5960 from keszybz/journald-memleakEvgeny Vereshchagin2017-05-213-87/+123
|\ \
| * | journald: fix trivial memleakZbigniew Jędrzejewski-Szmek2017-05-192-1/+3
| * | journald: process "binary" fields the same as text fieldsZbigniew Jędrzejewski-Szmek2017-05-191-50/+70
| * | journald: properly process multiple entries in the same native packetZbigniew Jędrzejewski-Szmek2017-05-191-34/+49
| * | journald: use unaligned_read instead of memcpyZbigniew Jędrzejewski-Szmek2017-05-191-3/+2
| |/
* | journal/journald-console: fix format-specifier issueJohn Paul Adrian Glaubitz2017-05-191-2/+2