summaryrefslogtreecommitdiff
path: root/man/sd_journal_query_unique.xml
AgeCommit message (Collapse)Author
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
This introduces a new data threshold setting for sd_journal objects which controls the maximum size of objects to decompress. This is relieves the library from having to decompress full data objects even if a client program is only interested in the initial part of them. This speeds up "systemd-coredumpctl" drastically when invoked without parameters.
2012-10-18man: fix compilation warning in sd_journal_query_unique exampleZbigniew Jędrzejewski-Szmek
2012-10-18man: ensure example of sd_journal_query_unique() compiles cleanlyLennart Poettering
2012-10-18man: add missing man pageLennart Poettering