summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* actions now report if they suspend and resume themselvesRainer Gerhards2013-11-294-11/+21
|
* add new impstats action counters:Rainer Gerhards2013-11-293-2/+27
| | | | | | * suspended * suspended.duration * resumed
* bugfix: action suspend timeout was not increasedRainer Gerhards2013-11-291-3/+6
|
* emit internal message when action is suspended and resumedRainer Gerhards2013-11-291-6/+16
|
* nit: update copyright datesRainer Gerhards2013-11-295-5/+5
|
* introduce new function to emit warning and other non-error messagesRainer Gerhards2013-11-295-48/+84
| | | | also refactor the error message subsystem a bit
* use const keyword at (some) appropriate placesRainer Gerhards2013-11-297-13/+12
|
* Merge branch 'c10' into v7-develRainer Gerhards2013-11-272-1/+4
|\ | | | | | | | | Conflicts: configure.ac
| * bugfix: mmrfc5424addhmac: "key" parameter was not properly processedRainer Gerhards2013-11-273-2/+3
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-272-3/+3
|\ \
| * | doc: remove some implementation detailsRainer Gerhards2013-11-271-2/+2
| | |
| * | prepare for upcoming liblognorm 1.0.0 releaseRainer Gerhards2013-11-241-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.7Rainer Gerhards2013-11-251-5/+3
| | |
* | | bumping version numberRainer Gerhards2013-11-254-9/+9
| | |
* | | testbench: add (corrected) test for msg variablesRainer Gerhards2013-11-241-0/+3
| | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
* | | testbench: stop-localvar did actually test msg vars - now fixedRainer Gerhards2013-11-241-4/+4
| | |
* | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-231-0/+7
|\| |
| * | doc: add link to new online impstats analyzer toolRainer Gerhards2013-11-221-0/+7
| | |
* | | testbench: add test for rfc5424 parserRainer Gerhards2013-11-223-0/+25
| | |
* | | testbench: enable test tools to support RFC5424 nativelyRainer Gerhards2013-11-222-11/+46
| | |
* | | testbench: add test for mmpstrucdataRainer Gerhards2013-11-223-0/+31
| | |
* | | bugfix: mmpstrucdata generated inaccessible propertiesRainer Gerhards2013-11-213-2/+28
| | |
* | | queue: dynamic default for discardMark, emit warning if set very lowRainer Gerhards2013-11-212-4/+32
| | |
* | | queue: guard various config param defaults against very low queue sizesRainer Gerhards2013-11-211-8/+27
| | |
* | | doc: add new queue parameterRainer Gerhards2013-11-211-1/+13
| | |
* | | queue: add config parameter queue.spooldirectoryRainer Gerhards2013-11-211-0/+12
| | | | | | | | | | | | | | | | | | Conflicts: runtime/queue.c
* | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-212-8/+33
|\| | | | | | | | | | | | | | Conflicts: runtime/queue.c
| * | doc: maintain ChangeLogRainer Gerhards2013-11-211-0/+3
| | |
| * | queue: spool directory setting was not properly propagated to DA queueRainer Gerhards2013-11-211-1/+21
| | |
| * | refactor queue spool directory config handlingRainer Gerhards2013-11-211-7/+7
| | |
* | | testbench: improve testRainer Gerhards2013-11-201-1/+2
| | |
* | | bugfix: RainerScript optimizer did not optimize PRI filtersRainer Gerhards2013-11-202-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 optimizerRainer Gerhards2013-11-203-0/+27
| | |
* | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+1
|\| |
| * | bugfix: legacy directive $ActionQueueWorkerThreads was not honoredRainer Gerhards2013-11-194-0/+4
| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c
* | | queue.workerThreadMinimumMessage set to queue.size / num workersRainer Gerhards2013-11-193-3/+20
| | |
* | | bugfix: legacy directive $ActionQueueWorkerThreads was not honoredRainer Gerhards2013-11-194-0/+5
| | |
* | | queue: auto-adjust watermarksRainer Gerhards2013-11-193-12/+19
| | |
* | | queue: warn if high watermark is set too lowRainer Gerhards2013-11-191-0/+8
| | |
* | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+2
|\| |
| * | testbench: add missing files to distribution tarballRainer Gerhards2013-11-191-0/+2
| | |
* | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-1/+1
|\| |
| * | testbench bugfix: re-enable missing testsRainer Gerhards2013-11-191-1/+1
| | |
* | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-193-0/+34
|\| |
| * | testbench: add new testRainer Gerhards2013-11-193-0/+34
| | |
* | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-194-11/+23
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imuxsock/imuxsock.c
| * | bugfix: segfault on startup when certain script constructs are usedRainer Gerhards2013-11-192-0/+6
| | | | | | | | | | | | e.g. "if not $msg ..."
| * | bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctlyRainer Gerhards2013-11-152-3/+6
| | | | | | | | | | | | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion.
| * | doc typo fixRainer Gerhards2013-11-151-1/+1
| | |
| * | doc: fix glitch in v6+ parameter descriptionRainer Gerhards2013-11-151-1/+2
| | |