Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-31 | 1 | -1/+2 |
|\ | |||||
| * | doc: update ChangeLog | Rainer Gerhards | 2013-10-31 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-29 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | prepare for 7.4.6 releasev7.4.6 | Rainer Gerhards | 2013-10-29 | 3 | -3/+3 |
| | | | |||||
* | | | omfile: small aid for debug testing | Rainer Gerhards | 2013-10-31 | 1 | -3/+3 |
| | | | |||||
* | | | doc: mention which modules are not supported in v8 | Rainer Gerhards | 2013-10-31 | 1 | -17/+17 |
| | | | |||||
* | | | fix v8 output interface transaction begin handling | Rainer Gerhards | 2013-10-31 | 2 | -16/+28 |
| | | | |||||
* | | | dev doc: add some info on how to access ES for testing | Rainer Gerhards | 2013-10-30 | 1 | -0/+4 |
| | | | |||||
* | | | remove pData from tryResume callback | Rainer Gerhards | 2013-10-30 | 3 | -5/+4 |
| | | | |||||
* | | | omelasticsearch: upgrade to v8 ouptut module interface | Rainer Gerhards | 2013-10-30 | 2 | -100/+123 |
| | | | | | | | | | | | | Note that this code here has NOT yet been tested. | ||||
* | | | doc: clarify rulesets and main queues | Rainer Gerhards | 2013-10-30 | 1 | -0/+9 |
| | | | |||||
* | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-30 | 1 | -0/+8 |
|\| | | |||||
| * | | build system: add missing doc filest to tarball | Rainer Gerhards | 2013-10-30 | 1 | -0/+7 |
| | | | | | | | | | | | | Thanks to Pavel Levshin for alerting us on the missing files. | ||||
| * | | build: add mmsequence to doc set in tarball | Rainer Gerhards | 2013-10-30 | 1 | -0/+1 |
| | | | |||||
* | | | call freeWrkrInstance() on worker thread termination | Rainer Gerhards | 2013-10-29 | 3 | -8/+25 |
| | | | |||||
* | | | milestone: action mutex removed | Rainer Gerhards | 2013-10-29 | 3 | -31/+12 |
| | | | | | | | | | | | | | | | This means actions may now be called concurrently and must make provisions themselves to handle multi-threading. | ||||
* | | | add debug output for worker actions | Rainer Gerhards | 2013-10-29 | 3 | -1/+3 |
| | | | |||||
* | | | impstats: cleanup | Rainer Gerhards | 2013-10-29 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-29 | 12 | -17/+616 |
|\| | | |||||
| * | | doc: mmsequence was missing in ChangeLogv7.5.6 | Rainer Gerhards | 2013-10-29 | 1 | -0/+2 |
| | | | |||||
| * | | prepare for 7.5.6 release | Rainer Gerhards | 2013-10-16 | 3 | -3/+3 |
| | | | |||||
| * | | add debug output for global vars (unsupported!) during property filter ↵ | Rainer Gerhards | 2013-10-16 | 1 | -3/+3 |
| | | | | | | | | | | | | evaluation | ||||
| * | | refactor regression fix: misadressing in property name debug output | Rainer Gerhards | 2013-10-16 | 1 | -1/+3 |
| | | | |||||
| * | | doc: mention new features in ChangeLog | Rainer Gerhards | 2013-10-16 | 1 | -2/+7 |
| | | | |||||
| * | | Merge branch 'master' into tmp | Rainer Gerhards | 2013-10-16 | 2 | -3/+14 |
| |\ \ | |||||
| | * | | undo "localhostname property handling simplification", which broke things | Rainer Gerhards | 2013-10-16 | 2 | -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 mmsequence | Pavel Levshin | 2013-10-16 | 6 | -2/+574 |
| | | | | |||||
| * | | | Merge branch 'master-var-refactor' into tmp | Rainer Gerhards | 2013-10-16 | 16 | -578/+357 |
| |\ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-29 | 2 | -3/+10 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | doc: update ChangeLog | Rainer Gerhards | 2013-10-29 | 1 | -0/+4 |
| | | | | |||||
| | * | | bugfix: abort if "if $syslogfacility-text..." was being used | Pavel Levshin | 2013-10-29 | 1 | -3/+6 |
| | | | | |||||
* | | | | add freeWrkrInstance to output module interface | Rainer Gerhards | 2013-10-29 | 10 | -2/+41 |
| | | | | |||||
* | | | | move all builtin-modules to new wrkr activation interface; make this mandatory | Rainer Gerhards | 2013-10-29 | 7 | -9/+34 |
| | | | | | | | | | | | | | | | | This intentionally breaks build of modules not yet converted. | ||||
* | | | | mmanon: update to new output module interface (partial) | Rainer Gerhards | 2013-10-28 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-28 | 4 | -23/+52 |
|\| | | | |||||
| * | | | refactor: simplify localHostName property handling | Rainer Gerhards | 2013-10-28 | 2 | -15/+3 |
| | | | | |||||
| * | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-28 | 2 | -6/+42 |
| |\| | | |||||
| | * | | remove memleak introduced by GenerateLocalHostName HUP bugfix | Rainer Gerhards | 2013-10-28 | 1 | -13/+32 |
| | | | | |||||
| | * | | bugfix: potential abort during HUP | Rainer Gerhards | 2013-10-28 | 2 | -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 Gerhards | 2013-10-28 | 2 | -2/+7 |
| |\| | | |||||
| | * | | bugfix: imtcp flowControl parameter incorrectly defaulted to "off" | Rainer Gerhards | 2013-10-28 | 2 | -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 Gerhards | 2013-10-28 | 5 | -10/+26 |
| | | | | | | | | | | | | | | | | interface | ||||
* | | | | milestone: guard omfile writes by mutex | Rainer Gerhards | 2013-10-28 | 1 | -0/+8 |
| | | | | |||||
* | | | | milestone: omfile supports buffering mechanism | Rainer Gerhards | 2013-10-28 | 2 | -33/+63 |
| | | | | |||||
* | | | | milestone: stage work for omfile worker instance handling | Rainer Gerhards | 2013-10-28 | 2 | -8/+36 |
| | | | | |||||
* | | | | milestone: make default modules compile again (but they do NOT work!) | Rainer Gerhards | 2013-10-27 | 9 | -2/+33 |
| | | | | |||||
* | | | | milestone: change output module interface -- breaks build process! | Rainer Gerhards | 2013-10-27 | 1 | -1/+39 |
| | | | | |||||
* | | | | milestone: now shuffeling wti ptr correctly down to action handler | Rainer Gerhards | 2013-10-27 | 3 | -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 functions | Rainer Gerhards | 2013-10-26 | 7 | -66/+71 |
| | | | | |||||
* | | | | Merge branch 'master-var-refactor' into master-ruleeng | Rainer Gerhards | 2013-10-26 | 7 | -3/+48 |
|\ \ \ \ | | |_|/ | |/| | |