Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | temporarily remove bExecWhenPrevWasSuspended handling | Rainer Gerhards | 2013-11-02 | 3 | -61/+23 |
| | | | | | | | also add comments on howto re-implement it inside the script engine (but we do not do this right now as we would like to do this together when we touch the script engine -- for now focussing on action handling). | ||||
* | re-enable state handling after endTransaction() | Rainer Gerhards | 2013-11-02 | 1 | -8/+0 |
| | |||||
* | refactor output side of action queue - main shot | Rainer Gerhards | 2013-11-02 | 2 | -301/+82 |
| | | | | | this needs refinement, but basically we now do no longer rely on batches for the sub-functions. | ||||
* | refactor: move action resume retry counter to wti_t | Rainer Gerhards | 2013-11-01 | 3 | -5/+24 |
| | |||||
* | some debug aids & useful commments for going forward | Rainer Gerhards | 2013-11-01 | 2 | -2/+24 |
| | |||||
* | refactor: move handling too-frequent tryResume == OK to wti_t | Rainer Gerhards | 2013-11-01 | 3 | -7/+24 |
| | |||||
* | refactor: move action state to wti (as we are now on a per-thread basis) | Rainer Gerhards | 2013-11-01 | 5 | -75/+88 |
| | |||||
* | cosmetic: remove commented-out code | Rainer Gerhards | 2013-11-01 | 1 | -2/+0 |
| | |||||
* | omtesting: support v8 omod interface | Rainer Gerhards | 2013-11-01 | 1 | -1/+12 |
| | |||||
* | doc: omstdout now works under v8 | Rainer Gerhards | 2013-11-01 | 1 | -1/+1 |
| | |||||
* | doc: omruleset now supported on v8 | Rainer Gerhards | 2013-11-01 | 1 | -1/+1 |
| | |||||
* | omjournal: support v8 omod interface | Rainer Gerhards | 2013-11-01 | 2 | -1/+16 |
| | |||||
* | omstdout: support v8 omod interface | Rainer Gerhards | 2013-11-01 | 1 | -3/+18 |
| | |||||
* | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-31 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: plugins/ommysql/ommysql.c | ||||
| * | ommysql cosmetic: change some historic names | Rainer Gerhards | 2013-10-31 | 1 | -21/+21 |
| | | |||||
| * | doc: add missing ChangeLog entry | Rainer Gerhards | 2013-10-31 | 1 | -0/+1 |
| | | |||||
* | | ommysql cosmetic: change some historic names | Rainer Gerhards | 2013-10-31 | 1 | -36/+36 |
| | | |||||
* | | omruleset: make work with v8 omod interface | Rainer Gerhards | 2013-10-31 | 1 | -3/+14 |
| | | |||||
* | | module omruleset is no longer enabled by default. | Rainer Gerhards | 2013-10-31 | 2 | -1/+7 |
| | | | | | | | | | | | | Note that it has been deprecated in v7 and been replaced by the "call" statement. Also, it can still be build without problems, the option must just explicitely be given. | ||||
* | | remove pData emulation from v8 omod interface | Rainer Gerhards | 2013-10-31 | 7 | -6/+13 |
| | | | | | | | | | | breaks compilation of not converted modules - but these won't work anyways. So better change this now. | ||||
* | | ommysql: add support for v8 output module interface | Rainer Gerhards | 2013-10-31 | 2 | -54/+62 |
| | | |||||
* | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-31 | 2 | -8/+5 |
|\| | |||||
| * | bugfix: ommysql lost configfile/section parameters after first close | Rainer Gerhards | 2013-10-31 | 2 | -8/+5 |
| | | | | | | | | | | This means that when a connection was broken, it was probably re-instantiated with different parameters than configured. | ||||
* | | omshell: make play well with v8 output module interface | Rainer Gerhards | 2013-10-31 | 1 | -5/+2 |
| | | | | | | | | | | Note that this module is deprecated and only the bare necessary things are done. | ||||
* | | ompipe: make play well with v8 output module interface | Rainer Gerhards | 2013-10-31 | 1 | -0/+6 |
| | | |||||
* | | 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 |
| |\ \ |