12419 Commits

Author SHA1 Message Date
Rainer Gerhards
e8f609b4ac maintain ChangeLog 2018-04-09 11:47:47 +02:00
Rainer Gerhards
a0fd45b197
Merge pull request #2561 from mgraff/master
imptcp: increase UNIX socket backlog for performance under heavy load
2018-04-09 11:44:34 +02:00
Rainer Gerhards
bb5538f769 testbench: switch external testbench URL
this becomes necessary as the main site switches to https
2018-04-09 11:09:48 +02:00
Harshvardhan Shrivastava
ee44336fa0 ci fix 2018-04-07 20:29:07 +05:30
Harshvardhan Shrivastava
610ac10db4 fixing indentation and removing unused make flag 2018-04-07 20:24:00 +05:30
Rainer Gerhards
64182bd9f6 maintain ChangeLog 2018-04-06 12:52:22 +02:00
Rainer Gerhards
31c81abf0d
Merge pull request #2617 from PascalWithopf/rainerscript-function-tests
add tests for rainerscript functions
2018-04-06 12:51:24 +02:00
PascalWithopf
39a8b833e8 add second parameter for cmp in tests
correct usage of cmp
2018-04-06 08:59:43 +02:00
Abdul
ea511b8d57 style fixes 2018-04-05 19:35:28 -07:00
Rainer Gerhards
3f67bc2009
Merge pull request #2623 from jgerhards/unusedAttr
rainerscript: mark unused parameters as such
2018-04-05 18:11:52 +02:00
Jan Gerhards
065022e551 rainerscript: mark unused parameters as such 2018-04-05 13:24:34 +02:00
PascalWithopf
ab56fc21c4 add tests for rainerscript functions
Tests for cnum(), int2hex() and substring() created.
2018-04-05 10:04:13 +02:00
Maxime Graff
3bccaaa128 imptcp: add a configuration parameter to control socket backlog size 2018-04-05 08:23:14 +02:00
Abdul
55ea311fa1 typo fix 2018-04-04 18:45:23 -07:00
Rainer Gerhards
2265054922 fix devel version number
when bumping version, I forgot to add the .master suffix, which is
important for daily packet building, among others.
2018-04-04 12:33:49 +02:00
Rainer Gerhards
d1b2a32167
Merge pull request #2614 from rgerhards/i2613
fmhttps bugfix: missing configure check for libcurl
2018-04-04 10:42:30 +02:00
Rainer Gerhards
9eeecc6ace
Merge pull request #2616 from rsyslog/revert-2209-unlimited-select
Revert "build system: enable --unlimited-select by default"
2018-04-04 08:53:14 +02:00
Rainer Gerhards
b3ae8bbdcd
Revert "build system: enable --unlimited-select by default" 2018-04-04 08:52:55 +02:00
Rainer Gerhards
4a8426e262
Merge pull request #2209 from rgerhards/unlimited-select
build system: enable --unlimited-select by default
2018-04-04 08:52:46 +02:00
Rainer Gerhards
b0c54bc948 maintain ChangeLog 2018-04-04 08:38:02 +02:00
Rainer Gerhards
a010fc1229
Merge pull request #2609 from rgerhards/i2417
omfile bugfix: segfault when empty filename is given
2018-04-04 08:36:45 +02:00
Rainer Gerhards
600de2ebe8
Merge pull request #2604 from rgerhards/followup-2569
fix issues with atomic operations
2018-04-04 08:34:03 +02:00
Rainer Gerhards
ec088aee94 fmhttps bugfix: missing configure check for libcurl
closes https://github.com/rsyslog/rsyslog/issues/2613
2018-04-04 08:30:29 +02:00
Abdul
77b46d050e fixed tabs and function definition syntax 2018-04-03 17:26:34 -07:00
Rainer Gerhards
3d7acd2656 omfile bugfix: segfault when empty filename is given
closes https://github.com/rsyslog/rsyslog/issues/2417
2018-04-03 12:26:52 +02:00
Rainer Gerhards
1c7d675f15 bump version number for next dev cycle 2018-04-03 12:07:01 +02:00
Rainer Gerhards
12056dd7f0 prepare for 8.34.0 release v8.34.0 2018-04-03 11:50:06 +02:00
Rainer Gerhards
70d4f725d9 Merge branch 'master' into v8-stable 2018-04-03 11:46:25 +02:00
Rainer Gerhards
e897f5ca4c maintain ChangeLog 2018-04-03 11:44:38 +02:00
Rainer Gerhards
64b6f5f7b9
Merge pull request #2607 from rgerhards/merge2509
Merge #2509
2018-04-03 11:39:48 +02:00
Rainer Gerhards
a1f5da069a
Merge pull request #2606 from rgerhards/omfile-hardened
merge #2490 as experimental module
2018-04-03 10:52:28 +02:00
Rainer Gerhards
4356b0a654 Merge branch 'master' of https://github.com/jduerstock/rsyslog into merge2509 2018-04-03 09:20:33 +02:00
Rainer Gerhards
bf0bff78f2 ChangeLog: fix incomplete sentence 2018-04-03 09:19:42 +02:00
Rainer Gerhards
5b73e452bb maintain ChangeLog 2018-04-03 09:13:46 +02:00
Rainer Gerhards
ab42698f67
Merge pull request #2367 from loiklo/imtcp-keepalive
Fix tcp keepalive settings assignment
2018-04-03 09:04:48 +02:00
Rainer Gerhards
df3db2cd1c
Merge pull request #2565 from rgerhards/fix-journal-tests
testbench bugfix: journal tests did not actually check for success
2018-04-03 09:00:09 +02:00
Mikko Kortelainen
6d7663342b omfile-hardened: add hardening
replaces and closes https://github.com/rsyslog/rsyslog/pull/2490
2018-04-03 08:47:21 +02:00
Rainer Gerhards
cbbe9ed5a6
Merge pull request #40 from janmejay/followup-2569
Create support for unsigned 32-bit atomic arithmetic
2018-04-03 08:41:25 +02:00
Janmejay Singh
93bfc583df Create support for unsigned 32-bit atomic arithmetic and migrate existing dynstats usage to it 2018-04-03 00:35:12 +05:30
Rainer Gerhards
9348d2b3af create contrib module omfile-hardened
This is in preparation for Mikko Kortelainen's experiemental contribution.

see also https://github.com/rsyslog/rsyslog/pull/2490#issuecomment-377545898
2018-04-02 11:20:56 +02:00
Rainer Gerhards
92cdd28c76 testbench bugfix: journal tests did not actually check for success
For some unknown reason, the check if data really was forwarded from
the journal was missing.

see also https://github.com/rsyslog/rsyslog/issues/2564
2018-04-01 18:21:12 +02:00
Rainer Gerhards
c325b096e9 maintain ChangeLog 2018-04-01 18:18:10 +02:00
Rainer Gerhards
83227f3452
Merge pull request #2601 from jsiwrk/bug/omprog_fd_leak
omprog: corrected fd leak with confirmMessages=on
2018-04-01 18:14:57 +02:00
Rainer Gerhards
c7711fbb07 omfile: fix non 100% correct preprocessor directives
can be considered cosmetic, but we really want a clean compile
2018-04-01 18:13:51 +02:00
Rainer Gerhards
8486a860ff omkafka: use "atomic mutex macros"
commit 87c8f478ebd0111c9c8d521020acffa42a4508c9 fixed missing mutex
definition, but did not do so via the macros originally intended for
this purpose. It still was very useful, as the patch made omkafka
compile on systems without atomic operations. And did so without
causing any real overhead.

Nevertheless this commit now adjust to use the rsyslog-core intended
way of doing things.
2018-04-01 18:13:51 +02:00
Rainer Gerhards
ec646e56c5 testbench: --disable-atomic-operations did not work
... which also resulted in problems with atomic instruction code not
being detected.
2018-04-01 18:13:51 +02:00
Rainer Gerhards
30136adbde
Merge pull request #2602 from rgerhards/ci-freebsd-imfile
testbench: address failure on FreeBSD
2018-04-01 18:13:02 +02:00
Rainer Gerhards
d9d32b3cd5 maintain ChangeLog 2018-04-01 14:41:08 +02:00
Rainer Gerhards
140d579cb5
Merge pull request #2569 from bruce87en/master
omkafka: fix 'instanceData' has no member named 'mutCurrPartition'
2018-04-01 14:35:56 +02:00
Rainer Gerhards
4fcfc1b429
Merge pull request #2603 from rgerhards/cid188771
imfile: fix ressource leak in just-refactored code
2018-04-01 14:11:38 +02:00