index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal-remote
/
journal-remote-parse.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
journal-remote: when an entry is rejected with -EBADMSG, do not rotate the jo...
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+4
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
journal-remote: fix memleak of the name of the remote source
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+1
*
Move export format parsing from src/journal-remote/ to src/basic/
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-419
/
+12
*
journal-remote : Ensure reallocation of source->buf does not result in source...
Klearchos Chaloulos
2016-04-22
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
tree-wide: replace while(1) by for(;;) everywhere
Lennart Poettering
2015-09-09
1
-1
/
+1
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-1
/
+1
*
journal-remote: explain why source->buf cannot be null
Zbigniew Jędrzejewski-Szmek
2015-03-14
1
-4
/
+9
*
journal-remote: make process_data static
Zbigniew Jędrzejewski-Szmek
2015-03-14
1
-1
/
+1
*
journal-remote: stop using EWOULDBLOCK
David Herrmann
2015-03-13
1
-4
/
+4
*
journal-remote: process events without delay
Zbigniew Jędrzejewski-Szmek
2015-03-13
1
-0
/
+1
*
journal-remote: downgrade routine messages to debug
Zbigniew Jędrzejewski-Szmek
2015-03-13
1
-1
/
+1
*
journal-remote: fix saving of binary fields
Zbigniew Jędrzejewski-Szmek
2015-03-02
1
-13
/
+18
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-5
/
+5
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
1
-2
/
+2
*
shared/log: add log_trace as compile-time optional debugging
Zbigniew Jędrzejewski-Szmek
2014-10-23
1
-3
/
+3
*
journal-remote: fix counting of events written
Zbigniew Jędrzejewski-Szmek
2014-09-26
1
-3
/
+3
*
journal-remote: fix check if realloc failed
Thomas Hindoe Paaboel Andersen
2014-08-31
1
-1
/
+1
*
journal-remote: avoid copying input data
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-62
/
+71
*
journal-remote: rework fd and writer reference handling
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-6
/
+37
*
journal-remote: improve some messages
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-3
/
+3
*
Fix problem with allocating large buffers and log leftovers
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-4
/
+8
*
journal-remote: allow splitting incoming logs by source host
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-1
/
+4
*
journal-remote: reject fields above maximum size
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-33
/
+40
*
Move network-related journal programs to src/journal-remote/
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-0
/
+439