summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote-parse.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Handle EADDRNOTAVAIL as journal corruptionDaan De Meyer2023-05-021-1/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-2/+2
* journal-remote: downgrade messages about input data to warningsZbigniew Jędrzejewski-Szmek2021-05-311-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-271-1/+1
* journal-remote: use source's boot-idChris Morin2019-04-021-1/+5
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal-remote: when an entry is rejected with -EBADMSG, do not rotate the jo...Zbigniew Jędrzejewski-Szmek2018-05-311-2/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* journal-remote: fix memleak of the name of the remote sourceZbigniew Jędrzejewski-Szmek2017-05-191-1/+1
* Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek2017-02-141-419/+12
* journal-remote : Ensure reallocation of source->buf does not result in source...Klearchos Chaloulos2016-04-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* tree-wide: replace while(1) by for(;;) everywhereLennart Poettering2015-09-091-1/+1
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* journal-remote: explain why source->buf cannot be nullZbigniew Jędrzejewski-Szmek2015-03-131-4/+9
* journal-remote: make process_data staticZbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* journal-remote: stop using EWOULDBLOCKDavid Herrmann2015-03-131-4/+4
* journal-remote: process events without delayZbigniew Jędrzejewski-Szmek2015-03-131-0/+1
* journal-remote: downgrade routine messages to debugZbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* journal-remote: fix saving of binary fieldsZbigniew Jędrzejewski-Szmek2015-03-021-13/+18
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-5/+5
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+2
* shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek2014-10-231-3/+3
* journal-remote: fix counting of events writtenZbigniew Jędrzejewski-Szmek2014-09-251-3/+3
* journal-remote: fix check if realloc failedThomas Hindoe Paaboel Andersen2014-08-311-1/+1
* journal-remote: avoid copying input dataZbigniew Jędrzejewski-Szmek2014-07-151-62/+71
* journal-remote: rework fd and writer reference handlingZbigniew Jędrzejewski-Szmek2014-07-151-6/+37
* journal-remote: improve some messagesZbigniew Jędrzejewski-Szmek2014-07-151-3/+3
* Fix problem with allocating large buffers and log leftoversZbigniew Jędrzejewski-Szmek2014-07-151-4/+8
* journal-remote: allow splitting incoming logs by source hostZbigniew Jędrzejewski-Szmek2014-07-151-1/+4
* journal-remote: reject fields above maximum sizeZbigniew Jędrzejewski-Szmek2014-07-151-33/+40
* Move network-related journal programs to src/journal-remote/Zbigniew Jędrzejewski-Szmek2014-07-151-0/+439