summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-1461-122/+0
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-4/+4
* journal: forward messages from /dev/log unmodified to syslog.socketMichal Sekletar2018-06-113-16/+25
* udev: fix usage of udev_device_new_from_stat_rdev() in journalctlFilipe Brandenburger2018-06-081-0/+1
* tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering2018-06-071-2/+2
* udev: add helper udev_device_new_from_stat_rdev()Lennart Poettering2018-06-071-7/+6
* Merge pull request #9147 from keszybz/runtime-enablementLennart Poettering2018-06-041-2/+2
|\
| * journal: small simplificationZbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* | journal: allow boot_id to be passed to journal_append_entry()Zbigniew Jędrzejewski-Szmek2018-05-317-17/+38
* | journal: remove unused args from journal_file_copy_entry()Zbigniew Jędrzejewski-Szmek2018-05-314-5/+5
* | journal: refuse an entry with invalid timestamp fieldsZbigniew Jędrzejewski-Szmek2018-05-311-1/+10
* | journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* | journal: allow writing journal files even if machine-id is missingZbigniew Jędrzejewski-Szmek2018-05-311-1/+4
* | journal: rewrap function argsZbigniew Jędrzejewski-Szmek2018-05-311-3/+16
|/
* journal-file: avoid joining offline threadVito Caputo2018-05-291-4/+6
* journalctl: add with-unit modeLuca Boccassi2018-05-251-1/+1
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-242-2/+2
* Merge pull request #9062 from poettering/parse-conf-macroLennart Poettering2018-05-221-4/+5
|\
| * tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-4/+5
* | tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering2018-05-221-1/+7
|/
* fs-util,test: add helper to remove tempfilesZbigniew Jędrzejewski-Szmek2018-05-182-25/+13
* Turn VALGRIND variable into a meson configuration switchZbigniew Jędrzejewski-Szmek2018-05-171-6/+6
* Merge pull request #8950 from dtardon/cleanupZbigniew Jędrzejewski-Szmek2018-05-101-48/+22
|\
| * journal: use automatic cleanup moreDavid Tardon2018-05-101-48/+22
* | Introduce _cleanup_(strbuf_cleanupp) and use it to fix null deref on errorZbigniew Jędrzejewski-Szmek2018-05-102-36/+20
|/
* journal-send: drop redundant parenthesisLennart Poettering2018-04-271-1/+1
* tree-wide: use newa() rather than alloca() where we canLennart Poettering2018-04-272-3/+3
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-4/+4
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-2/+2
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-195-15/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-0662-806/+0
* journald: bump rate limits (#8660)David Tardon2018-04-052-2/+2
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-054-19/+11
* journald: make use of fd_get_path() where appropriateLennart Poettering2018-03-281-8/+3
* Merge pull request #8576 from keszybz/oss-fuzzEvgeny Vereshchagin2018-03-271-4/+1
|\
| * journal: use structured initalizerZbigniew Jędrzejewski-Szmek2018-03-261-4/+1
* | journal-file: we can't use a chain cache entry if we don't know where it star...Lennart Poettering2018-03-271-1/+1
* | Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek2018-03-261-1/+1
|\ \ | |/ |/|
| * fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-1/+1
* | coccinelle: run while-true.cocci againLennart Poettering2018-03-231-1/+1
* | macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-3/+1
* | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
|/
* When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-03-211-2/+2
* Merge pull request #8508 from poettering/more-cocciZbigniew Jędrzejewski-Szmek2018-03-211-1/+1
|\
| * coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-03-201-1/+1
* | Merge pull request #8313 from alexgartrell/compression-thresholdLennart Poettering2018-03-2112-32/+256
|\ \
| * | journal: make the compression threshold tunableAlex Gartrell2018-03-204-6/+121
| * | journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-209-29/+138
| |/
* | journal: don't insist that the journal file header's boot ID matches the last...Lennart Poettering2018-03-201-1/+1
* | journal-file: drop unused tail_entry_monotonic_valid field.Lennart Poettering2018-03-202-7/+0
|/