Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actions now report if they suspend and resume themselves | Rainer Gerhards | 2013-11-29 | 4 | -11/+21 |
| | |||||
* | add new impstats action counters: | Rainer Gerhards | 2013-11-29 | 3 | -2/+27 |
| | | | | | | * suspended * suspended.duration * resumed | ||||
* | bugfix: action suspend timeout was not increased | Rainer Gerhards | 2013-11-29 | 1 | -3/+6 |
| | |||||
* | emit internal message when action is suspended and resumed | Rainer Gerhards | 2013-11-29 | 1 | -6/+16 |
| | |||||
* | nit: update copyright dates | Rainer Gerhards | 2013-11-29 | 5 | -5/+5 |
| | |||||
* | introduce new function to emit warning and other non-error messages | Rainer Gerhards | 2013-11-29 | 5 | -48/+84 |
| | | | | also refactor the error message subsystem a bit | ||||
* | use const keyword at (some) appropriate places | Rainer Gerhards | 2013-11-29 | 7 | -13/+12 |
| | |||||
* | Merge branch 'c10' into v7-devel | Rainer Gerhards | 2013-11-27 | 2 | -1/+4 |
|\ | | | | | | | | | Conflicts: configure.ac | ||||
| * | bugfix: mmrfc5424addhmac: "key" parameter was not properly processed | Rainer Gerhards | 2013-11-27 | 3 | -2/+3 |
| | | |||||
* | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-27 | 2 | -3/+3 |
|\ \ | |||||
| * | | doc: remove some implementation details | Rainer Gerhards | 2013-11-27 | 1 | -2/+2 |
| | | | |||||
| * | | prepare for upcoming liblognorm 1.0.0 release | Rainer Gerhards | 2013-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The new liblognorm relase has an incompatible API, so we cannot use it to compile this version of rsyslog. | ||||
* | | | regression fix: action queues with default settings did not start worker threadv7.5.7 | Rainer Gerhards | 2013-11-25 | 1 | -5/+3 |
| | | | |||||
* | | | bumping version number | Rainer Gerhards | 2013-11-25 | 4 | -9/+9 |
| | | | |||||
* | | | testbench: add (corrected) test for msg variables | Rainer Gerhards | 2013-11-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am | ||||
* | | | testbench: stop-localvar did actually test msg vars - now fixed | Rainer Gerhards | 2013-11-24 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-23 | 1 | -0/+7 |
|\| | | |||||
| * | | doc: add link to new online impstats analyzer tool | Rainer Gerhards | 2013-11-22 | 1 | -0/+7 |
| | | | |||||
* | | | testbench: add test for rfc5424 parser | Rainer Gerhards | 2013-11-22 | 3 | -0/+25 |
| | | | |||||
* | | | testbench: enable test tools to support RFC5424 natively | Rainer Gerhards | 2013-11-22 | 2 | -11/+46 |
| | | | |||||
* | | | testbench: add test for mmpstrucdata | Rainer Gerhards | 2013-11-22 | 3 | -0/+31 |
| | | | |||||
* | | | bugfix: mmpstrucdata generated inaccessible properties | Rainer Gerhards | 2013-11-21 | 3 | -2/+28 |
| | | | |||||
* | | | queue: dynamic default for discardMark, emit warning if set very low | Rainer Gerhards | 2013-11-21 | 2 | -4/+32 |
| | | | |||||
* | | | queue: guard various config param defaults against very low queue sizes | Rainer Gerhards | 2013-11-21 | 1 | -8/+27 |
| | | | |||||
* | | | doc: add new queue parameter | Rainer Gerhards | 2013-11-21 | 1 | -1/+13 |
| | | | |||||
* | | | queue: add config parameter queue.spooldirectory | Rainer Gerhards | 2013-11-21 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | Conflicts: runtime/queue.c | ||||
* | | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-21 | 2 | -8/+33 |
|\| | | | | | | | | | | | | | | Conflicts: runtime/queue.c | ||||
| * | | doc: maintain ChangeLog | Rainer Gerhards | 2013-11-21 | 1 | -0/+3 |
| | | | |||||
| * | | queue: spool directory setting was not properly propagated to DA queue | Rainer Gerhards | 2013-11-21 | 1 | -1/+21 |
| | | | |||||
| * | | refactor queue spool directory config handling | Rainer Gerhards | 2013-11-21 | 1 | -7/+7 |
| | | | |||||
* | | | testbench: improve test | Rainer Gerhards | 2013-11-20 | 1 | -1/+2 |
| | | | |||||
* | | | bugfix: RainerScript optimizer did not optimize PRI filters | Rainer Gerhards | 2013-11-20 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | things like "if $syslogfacility-text == "local3"" were not converted to PRIFILT. This was a regression introduced in 7.5.6. | ||||
* | | | testbench: add test for RainerScript optimizer | Rainer Gerhards | 2013-11-20 | 3 | -0/+27 |
| | | | |||||
* | | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -0/+1 |
|\| | | |||||
| * | | bugfix: legacy directive $ActionQueueWorkerThreads was not honored | Rainer Gerhards | 2013-11-19 | 4 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c | ||||
* | | | queue.workerThreadMinimumMessage set to queue.size / num workers | Rainer Gerhards | 2013-11-19 | 3 | -3/+20 |
| | | | |||||
* | | | bugfix: legacy directive $ActionQueueWorkerThreads was not honored | Rainer Gerhards | 2013-11-19 | 4 | -0/+5 |
| | | | |||||
* | | | queue: auto-adjust watermarks | Rainer Gerhards | 2013-11-19 | 3 | -12/+19 |
| | | | |||||
* | | | queue: warn if high watermark is set too low | Rainer Gerhards | 2013-11-19 | 1 | -0/+8 |
| | | | |||||
* | | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -0/+2 |
|\| | | |||||
| * | | testbench: add missing files to distribution tarball | Rainer Gerhards | 2013-11-19 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
|\| | | |||||
| * | | testbench bugfix: re-enable missing tests | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 3 | -0/+34 |
|\| | | |||||
| * | | testbench: add new test | Rainer Gerhards | 2013-11-19 | 3 | -0/+34 |
| | | | |||||
* | | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 4 | -11/+23 |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imuxsock/imuxsock.c | ||||
| * | | bugfix: segfault on startup when certain script constructs are used | Rainer Gerhards | 2013-11-19 | 2 | -0/+6 |
| | | | | | | | | | | | | e.g. "if not $msg ..." | ||||
| * | | bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctly | Rainer Gerhards | 2013-11-15 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion. | ||||
| * | | doc typo fix | Rainer Gerhards | 2013-11-15 | 1 | -1/+1 |
| | | | |||||
| * | | doc: fix glitch in v6+ parameter description | Rainer Gerhards | 2013-11-15 | 1 | -1/+2 |
| | | |