summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix v8 output interface transaction begin handlingRainer Gerhards2013-10-312-16/+28
|
* dev doc: add some info on how to access ES for testingRainer Gerhards2013-10-301-0/+4
|
* remove pData from tryResume callbackRainer Gerhards2013-10-303-5/+4
|
* omelasticsearch: upgrade to v8 ouptut module interfaceRainer Gerhards2013-10-302-100/+123
| | | | Note that this code here has NOT yet been tested.
* doc: clarify rulesets and main queuesRainer Gerhards2013-10-301-0/+9
|
* Merge branch 'master' into master-ruleengRainer Gerhards2013-10-301-0/+8
|\
| * build system: add missing doc filest to tarballRainer Gerhards2013-10-301-0/+7
| | | | | | | | Thanks to Pavel Levshin for alerting us on the missing files.
| * build: add mmsequence to doc set in tarballRainer Gerhards2013-10-301-0/+1
| |
* | call freeWrkrInstance() on worker thread terminationRainer Gerhards2013-10-293-8/+25
| |
* | milestone: action mutex removedRainer Gerhards2013-10-293-31/+12
| | | | | | | | | | This means actions may now be called concurrently and must make provisions themselves to handle multi-threading.
* | add debug output for worker actionsRainer Gerhards2013-10-293-1/+3
| |
* | impstats: cleanupRainer Gerhards2013-10-291-2/+0
| |
* | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-2912-17/+616
|\|
| * doc: mmsequence was missing in ChangeLogv7.5.6Rainer Gerhards2013-10-291-0/+2
| |
| * prepare for 7.5.6 releaseRainer Gerhards2013-10-163-3/+3
| |
| * add debug output for global vars (unsupported!) during property filter ↵Rainer Gerhards2013-10-161-3/+3
| | | | | | | | evaluation
| * refactor regression fix: misadressing in property name debug outputRainer Gerhards2013-10-161-1/+3
| |
| * doc: mention new features in ChangeLogRainer Gerhards2013-10-161-2/+7
| |
| * Merge branch 'master' into tmpRainer Gerhards2013-10-162-3/+14
| |\
| | * undo "localhostname property handling simplification", which broke thingsRainer Gerhards2013-10-162-3/+14
| | | | | | | | | | | | | | | | | | in v7.5, this is not a simplification but actually complicates things. While we could fix the effects by patching other places, the end result would be anything else but simpler. So we undid that change.
| * | add module mmsequencePavel Levshin2013-10-166-2/+574
| | |
| * | Merge branch 'master-var-refactor' into tmpRainer Gerhards2013-10-1616-578/+357
| |\ \ | | |/ | |/|
| * | Merge branch 'v7-stable'Rainer Gerhards2013-10-292-3/+10
| |\ \
| | * | doc: update ChangeLogRainer Gerhards2013-10-291-0/+4
| | | |
| | * | bugfix: abort if "if $syslogfacility-text..." was being usedPavel Levshin2013-10-291-3/+6
| | | |
* | | | add freeWrkrInstance to output module interfaceRainer Gerhards2013-10-2910-2/+41
| | | |
* | | | move all builtin-modules to new wrkr activation interface; make this mandatoryRainer Gerhards2013-10-297-9/+34
| | | | | | | | | | | | | | | | This intentionally breaks build of modules not yet converted.
* | | | mmanon: update to new output module interface (partial)Rainer Gerhards2013-10-281-0/+10
| | | |
* | | | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-284-23/+52
|\| | |
| * | | refactor: simplify localHostName property handlingRainer Gerhards2013-10-282-15/+3
| | | |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-282-6/+42
| |\| |
| | * | remove memleak introduced by GenerateLocalHostName HUP bugfixRainer Gerhards2013-10-281-13/+32
| | | |
| | * | bugfix: potential abort during HUPRainer Gerhards2013-10-282-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could happen when one of imklog, imzmq3, imkmsg, impstats, imjournal, or imuxsock were under heavy load during a HUP. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=489 Thanks to Guy Rozendorn for reporting the problem and Peval Levhshin for his analysis.
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-282-2/+7
| |\| |
| | * | bugfix: imtcp flowControl parameter incorrectly defaulted to "off"Rainer Gerhards2013-10-282-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This could cause message loss on systems under heavy load and was a change-of-behaviour to previous version. This is a regression most probably introduced in 5.9.0 (but did not try hard to find the exact point of its introduction).
* | | | milestone: action engine changed to partially support wrkr instance action ↵Rainer Gerhards2013-10-285-10/+26
| | | | | | | | | | | | | | | | interface
* | | | milestone: guard omfile writes by mutexRainer Gerhards2013-10-281-0/+8
| | | |
* | | | milestone: omfile supports buffering mechanismRainer Gerhards2013-10-282-33/+63
| | | |
* | | | milestone: stage work for omfile worker instance handlingRainer Gerhards2013-10-282-8/+36
| | | |
* | | | milestone: make default modules compile again (but they do NOT work!)Rainer Gerhards2013-10-279-2/+33
| | | |
* | | | milestone: change output module interface -- breaks build process!Rainer Gerhards2013-10-271-1/+39
| | | |
* | | | milestone: now shuffeling wti ptr correctly down to action handlerRainer Gerhards2013-10-273-19/+18
| | | | | | | | | | | | | | | | | | | | except if main queue is in direct mode -- this need smore work and thinking (probably via pthreads state variables, but let's see later)
* | | | milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-267-66/+71
| | | |
* | | | Merge branch 'master-var-refactor' into master-ruleengRainer Gerhards2013-10-267-3/+48
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-1/+3
| |\| |
| | * | Merge branch 'v7-stable'Rainer Gerhards2013-10-262-1/+3
| | |\|
| | | * require libestr 0.1.9Rainer Gerhards2013-10-262-1/+3
| | | |
| * | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-267-2/+45
| |\| |
| | * | make rsyslog version output include the number of bits used for RainerScriptRainer Gerhards2013-10-261-0/+5
| | | |
| | * | doc: add enhancement to ChangeLogRainer Gerhards2013-10-261-0/+2
| | | |