summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: discard action did not work (did not discard messages)Rainer Gerhards2009-07-301-19/+37
* more code simplification, should also bring some performance enhancementRainer Gerhards2009-07-171-11/+0
* Merge branch 'v4-devel'Rainer Gerhards2009-07-091-1/+2
|\
| * small performance improvement and cleanupRainer Gerhards2009-07-091-1/+2
* | Merge branch 'master' into v5-develRainer Gerhards2009-06-261-2/+2
|\|
| * got rid of the recursive requirement for msg_t mutex (finally!)Rainer Gerhards2009-06-261-2/+2
| * bugfix: abort when using multiple mainMsgQueue worker threadsRainer Gerhards2009-06-241-16/+9
| * fixed a race condition: generated msg string store must be mutex protectedRainer Gerhards2009-06-231-11/+13
* | quick and dirty fix for one race conditionRainer Gerhards2009-06-241-4/+4
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-231-13/+7
|\|
| * restored repeated message reduction processingRainer Gerhards2009-06-231-14/+8
* | some post-merge cleanupRainer Gerhards2009-06-221-5/+2
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-63/+89
|\|
| * optimized template string generationRainer Gerhards2009-06-191-31/+72
| * optimized action.c a bitRainer Gerhards2009-06-191-19/+15
| * optimized handling of MSG part in msg objectRainer Gerhards2009-06-181-1/+2
| * cleaned up/optimized raw message handling in msg objectRainer Gerhards2009-06-181-1/+1
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-0/+4
|\|
| * added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+4
* | moved user object destruction to queue itselfRainer Gerhards2009-05-131-1/+0
* | action batch processing implementedRainer Gerhards2009-05-121-24/+132
* | moving to a cleaner implementation of batchesRainer Gerhards2009-05-121-12/+13
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-05-121-4/+7
|\|
| * added capability to draw configuration graphsRainer Gerhards2009-05-111-4/+7
* | fixed some bugs & added testing helpersRainer Gerhards2009-05-071-21/+86
* | first shot at action state machine implemention (untested)Rainer Gerhards2009-05-071-127/+335
* | minor cleanupRainer Gerhards2009-04-291-1/+2
* | begin implementation of new transactional output module interfaceRainer Gerhards2009-04-271-2/+9
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur...Rainer Gerhards2009-04-231-0/+4
* | now batches are handed down to the actual consumerRainer Gerhards2009-04-221-2/+28
|/
* added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-2/+30
* Merge branch 'omfile-errHandler'Rainer Gerhards2009-03-241-1/+7
|\
| * omfile bugfixingRainer Gerhards2009-03-181-1/+7
* | integrated various patches for solarisRainer Gerhards2009-03-051-22/+22
|/
* added new config directive $RepeatedMsgContainsOriginalMsgRainer Gerhards2009-02-021-8/+11
* fixed type in format string (s as string indicator missing)varmojfekoj2009-01-121-1/+1
* experimentally altered "last message repeated n times" to include msgRainer Gerhards2008-12-191-2/+7
* added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-0/+33
* cleanup of output timestamp generationRainer Gerhards2008-10-071-36/+2
* "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-1/+5
* very minor: performance optimization hint addedRainer Gerhards2008-10-021-0/+1
* TESTING COMMIT: commiting not fully correct codeRainer Gerhards2008-09-181-1/+30
* consolidated time() calls in rule engineRainer Gerhards2008-09-161-29/+72
* Merge branch 'beta'Rainer Gerhards2008-09-121-1/+1
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-09-121-1/+1
| |\
| | * bugfix: incorrect default discard severity could cause message lossRainer Gerhards2008-09-101-1/+1
* | | Merge branch 'beta'Rainer Gerhards2008-09-021-1/+4
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-0/+4
| |\|
| | * bugfix: action was not called when system time was set backwardsvarmojfekoj2008-09-011-0/+4
* | | added ability to execute actions only after the n-th call of the actionRainer Gerhards2008-08-071-2/+39
|/ /