summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote-parse.c
AgeCommit message (Expand)Author
2016-04-22journal-remote : Ensure reallocation of source->buf does not result in source...Klearchos Chaloulos
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-09tree-wide: replace while(1) by for(;;) everywhereLennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-13journal-remote: explain why source->buf cannot be nullZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: make process_data staticZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: stop using EWOULDBLOCKDavid Herrmann
2015-03-13journal-remote: process events without delayZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: downgrade routine messages to debugZbigniew Jędrzejewski-Szmek
2015-03-02journal-remote: fix saving of binary fieldsZbigniew Jędrzejewski-Szmek
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-10-23shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek
2014-09-25journal-remote: fix counting of events writtenZbigniew Jędrzejewski-Szmek
2014-08-31journal-remote: fix check if realloc failedThomas Hindoe Paaboel Andersen
2014-07-15journal-remote: avoid copying input dataZbigniew Jędrzejewski-Szmek
2014-07-15journal-remote: rework fd and writer reference handlingZbigniew Jędrzejewski-Szmek
2014-07-15journal-remote: improve some messagesZbigniew Jędrzejewski-Szmek
2014-07-15Fix problem with allocating large buffers and log leftoversZbigniew Jędrzejewski-Szmek
2014-07-15journal-remote: allow splitting incoming logs by source hostZbigniew Jędrzejewski-Szmek
2014-07-15journal-remote: reject fields above maximum sizeZbigniew Jędrzejewski-Szmek
2014-07-15Move network-related journal programs to src/journal-remote/Zbigniew Jędrzejewski-Szmek