PascalWithopf
c83e3ed216
correct codestyle in rsyslog part 2
2018-08-01 16:11:33 +02:00
PascalWithopf
19133327cc
correct codestyle in rsyslog
2018-07-31 09:44:27 +02:00
PascalWithopf
29c9fb1f9a
codestyle: reduce line length to 120
...
lines are still checked for a length of 125 because
these are just some of the lines
2017-12-21 17:09:32 +01:00
Jan Gerhards
4b4dc81f91
omfwd: add parameter "tcp_frameDelimiter"
...
closes https://github.com/rsyslog/rsyslog/issues/1602
2017-06-10 16:28:45 +02:00
Peter Portante
2470f0f72b
Remove use of sizeof(char) and sizeof(uchar)
...
Remove the use sizeof(char) or sizeof(uchar) in calculations for memory
allocation or string length. There are no known platforms for which
sizeof(char) or sizeof(uchar) is not 1, and c99 has defined sizeof(char)
to be 1 (section 6.5.3.4 of c99).
2015-12-16 02:18:45 +00:00
Rainer Gerhards
4725aa27e7
build system: move some files to subdir
...
This seems to be necessary to make "make distcheck" work.
2015-05-22 10:20:29 +02:00