Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-enable bPrevWasSuspended handling | Rainer Gerhards | 2013-11-06 | 2 | -1/+13 |
| | |||||
* | remove no longer used data member | Rainer Gerhards | 2013-11-05 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-05 | 3 | -7/+23 |
|\ | |||||
| * | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-05 | 3 | -7/+23 |
| |\ | |||||
| | * | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-05 | 2 | -6/+15 |
| | |\ | |||||
| | | * | improved checking of queue config parameters on startup | Rainer Gerhards | 2013-11-05 | 2 | -6/+8 |
| | | | | |||||
| | | * | emit warning message if queue.size is set dangerously low | Rainer Gerhards | 2013-11-05 | 1 | -0/+7 |
| | | | | |||||
| | * | | doc: amend queue parameter doc with live web link | Rainer Gerhards | 2013-11-05 | 1 | -1/+4 |
| | | | | |||||
| | * | | doc: clarify lower limit of queue.size parameter | Rainer Gerhards | 2013-11-05 | 1 | -1/+5 |
| | | | | |||||
* | | | | cleanup no longer used code | Rainer Gerhards | 2013-11-05 | 2 | -22/+0 |
| | | | | |||||
* | | | | re-enable main queue direct mode | Rainer Gerhards | 2013-11-05 | 4 | -19/+77 |
| | | | | |||||
* | | | | shuffle code to be in closer proximity of related functions | Rainer Gerhards | 2013-11-05 | 1 | -35/+35 |
| | | | | |||||
* | | | | fix potential deadlock | Rainer Gerhards | 2013-11-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | rename for clarity | Rainer Gerhards | 2013-11-05 | 1 | -11/+10 |
| | | | | |||||
* | | | | simplify submitToActionQ...() code path | Rainer Gerhards | 2013-11-05 | 2 | -54/+24 |
| | | | | |||||
* | | | | consistently use msg generation time in mark msg processing | Rainer Gerhards | 2013-11-05 | 1 | -5/+1 |
| | | | | |||||
* | | | | refactor: simplify code path | Rainer Gerhards | 2013-11-05 | 1 | -26/+14 |
| | | | | |||||
* | | | | refactor bShutdownImmediate handling | Rainer Gerhards | 2013-11-05 | 4 | -45/+49 |
| | | | | |||||
* | | | | remove no longer needed code | Rainer Gerhards | 2013-11-05 | 2 | -25/+0 |
| | | | | |||||
* | | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-05 | 5 | -4/+43 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/ruleset.c required refactoring of (asnyc) call code | ||||
| * | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-05 | 5 | -4/+47 |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: runtime/ruleset.c | ||||
| | * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-05 | 5 | -4/+47 |
| | |\| | |||||
| | | * | Merge branch 'v7-stable-call-ruleset-queue' into v7-stable | Rainer Gerhards | 2013-11-05 | 5 | -4/+47 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | | | * | bugfix: call to ruleset with async queue did not use the queue | Rainer Gerhards | 2013-06-26 | 5 | -4/+46 |
| | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=443 | ||||
* | | | | | support force termination in script engine | Rainer Gerhards | 2013-11-05 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | refactor: move pbShutdownImmediate to wti_t | Rainer Gerhards | 2013-11-05 | 6 | -11/+12 |
| | | | | | |||||
* | | | | | refactor: remove no longer needed elements from batch_t | Rainer Gerhards | 2013-11-04 | 2 | -5/+1 |
| | | | | | |||||
* | | | | | cleanup: multiple rulesets inside a single batch are now OK | Rainer Gerhards | 2013-11-04 | 2 | -17/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | They don't require special handling any longer, so do no longer care about them. | ||||
* | | | | | more cleanup | Rainer Gerhards | 2013-11-04 | 1 | -11/+0 |
| | | | | | |||||
* | | | | | cleanup: remove no longer needed code | Rainer Gerhards | 2013-11-04 | 1 | -55/+0 |
| | | | | | |||||
* | | | | | refactor script execution to work on one message at a time | Rainer Gerhards | 2013-11-04 | 1 | -233/+72 |
| | | | | | |||||
* | | | | | put retry processing on hold but document what we already know about it | Rainer Gerhards | 2013-11-04 | 1 | -0/+14 |
| | | | | | |||||
* | | | | | push bShutdownImmediate ptr down to commit process | Rainer Gerhards | 2013-11-04 | 3 | -12/+19 |
| | | | | | |||||
* | | | | | cosmetic: keep related code together | Rainer Gerhards | 2013-11-04 | 1 | -16/+15 |
| | | | | | |||||
* | | | | | experimentally split ruleset execution in exec and commit phase | Rainer Gerhards | 2013-11-04 | 5 | -34/+103 |
| | | | | | |||||
* | | | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-04 | 2 | -1/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: action.c | ||||
| * | | | | fix tryResume callback | Rainer Gerhards | 2013-11-04 | 2 | -5/+8 |
| | | | | | |||||
* | | | | | refactor: move batch "unrolling" up one layer | Rainer Gerhards | 2013-11-04 | 3 | -136/+90 |
| | | | | | |||||
* | | | | | fix async action queues | Rainer Gerhards | 2013-11-03 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | remove no longer needed vars from batch structure | Rainer Gerhards | 2013-11-03 | 2 | -15/+1 |
| | | | | | |||||
* | | | | | 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 |
| | | | |