summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-devel' into tmpRainer Gerhards2013-11-291-0/+7
|\ | | | | | | | | Conflicts: action.c
| * actions now report if they suspend and resume themselvesRainer Gerhards2013-11-291-0/+3
| |
| * add new impstats action counters:Rainer Gerhards2013-11-291-0/+4
| | | | | | | | | | | | * suspended * suspended.duration * resumed
* | doc: fix cut&paste errorv8.1.2Rainer Gerhards2013-11-281-1/+1
| |
* | preparing for 8.1.2 releaseRainer Gerhards2013-11-281-2/+5
| |
* | Merge branch 'v7-devel'Rainer Gerhards2013-11-271-0/+4
|\| | | | | | | | | Conflicts: ChangeLog
| * Merge branch 'c10' into v7-develRainer Gerhards2013-11-271-0/+3
| |\ | | | | | | | | | | | | Conflicts: configure.ac
| | * bugfix: mmrfc5424addhmac: "key" parameter was not properly processedRainer Gerhards2013-11-271-0/+1
| | |
* | | Merge branch 'v7-devel'Rainer Gerhards2013-11-271-6/+6
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/queue.c
| * | bumping version numberRainer Gerhards2013-11-251-6/+6
| | |
* | | doc: maintain ChangeLogRainer Gerhards2013-11-261-0/+2
| | |
* | | Merge branch 'v7-devel'Rainer Gerhards2013-11-221-0/+1
|\| | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | bugfix: mmpstrucdata generated inaccessible propertiesRainer Gerhards2013-11-211-0/+1
| | |
* | | Merge branch 'v7-devel'Rainer Gerhards2013-11-211-0/+9
|\| | | | | | | | | | | | | | Conflicts: runtime/queue.c
| * | queue: dynamic default for discardMark, emit warning if set very lowRainer Gerhards2013-11-211-0/+3
| | |
* | | Merge branch 'v7-devel'Rainer Gerhards2013-11-211-0/+3
|\| |
| * | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-211-0/+3
| |\ \ | | | | | | | | | | | | | | | | Conflicts: runtime/queue.c
| | * | doc: maintain ChangeLogRainer Gerhards2013-11-211-0/+3
| | | |
* | | | Merge branch 'v7-devel'Rainer Gerhards2013-11-201-0/+3
|\| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | bugfix: RainerScript optimizer did not optimize PRI filtersRainer Gerhards2013-11-201-0/+3
| | | | | | | | | | | | | | | | | | | | things like "if $syslogfacility-text == "local3"" were not converted to PRIFILT. This was a regression introduced in 7.5.6.
* | | | doc: maintain ChangeLogRainer Gerhards2013-11-191-0/+7
| | | |
* | | | Merge branch 'v7-devel'Rainer Gerhards2013-11-191-0/+6
|\| | |
| * | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+1
| |\| |
| | * | bugfix: legacy directive $ActionQueueWorkerThreads was not honoredRainer Gerhards2013-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/queue.c
| * | | queue.workerThreadMinimumMessage set to queue.size / num workersRainer Gerhards2013-11-191-0/+1
| | | |
| * | | bugfix: legacy directive $ActionQueueWorkerThreads was not honoredRainer Gerhards2013-11-191-0/+1
| | | |
| * | | queue: auto-adjust watermarksRainer Gerhards2013-11-191-0/+3
| | | |
* | | | prepare for 8.1.1 releasev8.1.1Rainer Gerhards2013-11-191-1/+1
| | | |
* | | | Merge branch 'v7-devel'Rainer Gerhards2013-11-191-11/+17
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-8/+15
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imuxsock/imuxsock.c
| | * | bugfix: segfault on startup when certain script constructs are usedRainer Gerhards2013-11-191-0/+2
| | | | | | | | | | | | | | | | e.g. "if not $msg ..."
* | | | bugfix: STOP/discard(~) was mostly NOT honoredRainer Gerhards2013-11-181-0/+2
| | | | | | | | | | | | | | | | This lead to execution of config code that was not meant to be executed.
* | | | bugfix: memory leak on worker thread terminationRainer Gerhards2013-11-181-0/+1
| | | |
* | | | bugfix: potential segfault in omfile under heavy loadRainer Gerhards2013-11-181-0/+2
| | | |
* | | | doc: maintain ChangeLogRainer Gerhards2013-11-181-0/+2
| | | |
* | | | doc: omhiredis now works on v8Rainer Gerhards2013-11-181-0/+2
| | | |
* | | | bugfix: potential abort on startup in debug modeRainer Gerhards2013-11-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This depends on template type being used. The root cause was a non-necessary debug output, which were at the wrong spot (leftover from initial testing). Thanks to Pavel Levshin for alerting us and providing a patch proposal.
* | | | mmaudit: now supports v8 output module interface and work againRainer Gerhards2013-11-171-0/+3
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-11-161-0/+3
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | | bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctlyRainer Gerhards2013-11-151-0/+3
| | | | | | | | | | | | | | | | | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion.
* | | | Merge branch 'v7-devel'Rainer Gerhards2013-11-151-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-151-0/+6
| |\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | doc: add Tomas' patch to ChangeLogRainer Gerhards2013-11-151-0/+3
| | | |
* | | | prepare for 8.1.0 releasev8.1.0Rainer Gerhards2013-11-151-1/+1
| | | |
* | | | bump version numberRainer Gerhards2013-11-131-0/+14
| | | |
* | | | Merge branch 'master' into master-ruleengRainer Gerhards2013-11-081-0/+2
|\| | |
| * | | doc: maintain ChangeLogRainer Gerhards2013-11-081-0/+2
| | | |
* | | | Merge branch 'master' into master-ruleengRainer Gerhards2013-11-071-0/+2
|\| | |
| * | | emit warning message if output module with msg passing mode runs asynchronouslyRainer Gerhards2013-11-071-0/+2
| | | |
* | | | Merge branch 'master' into master-ruleengRainer Gerhards2013-11-071-4/+16
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/wti.c runtime/wti.h