summaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
* added new cancel-reduced action thread termination methodRainer Gerhards2010-05-171-3/+9
* Merge branch 'v5-stable'Rainer Gerhards2010-04-261-4/+23
|\
| * cosmetic: removed left-over debug messageRainer Gerhards2010-04-261-1/+0
| * bugfix(kind of): output plugin retry behaviour could cause engine to loopRainer Gerhards2010-04-261-4/+24
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-11/+11
|\ \
| * | solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-10/+10
* | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-1/+1
| |\|
| | * bugfix: potential re-use of free()ed file stream object in omfileRainer Gerhards2010-03-231-1/+1
| * | backporting bugfixes from 5.2.2Rainer Gerhards2010-01-271-2/+2
* | | bugfix: queues in direct mode could case a segfault,...Rainer Gerhards2010-01-261-3/+3
* | | Merge branch 'beta'Rainer Gerhards2010-01-121-3/+13
|\| |
| * | bugfix: ompgsql did not properly check the server connection in tryResume()Rainer Gerhards2009-12-161-8/+0
| * | bugfix: error during beginTransaction() was not properly handledRainer Gerhards2009-12-161-2/+20
* | | Merge branch 'beta' into masterRainer Gerhards2009-11-261-6/+11
|\| |
| * | bugfix: commit transaction was not properly conveyed to message layer,Rainer Gerhards2009-11-261-4/+11
* | | enhanced module debug outputRainer Gerhards2009-11-251-0/+3
|/ /
* | some light performance enhancementRainer Gerhards2009-11-121-6/+6
* | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-1/+2
|\|
| * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-1/+2
| |\
| | * bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-121-1/+2
| * | minor: optimized dbgprintf() useRainer Gerhards2009-09-101-17/+17
* | | some module cleanupRainer Gerhards2009-11-121-0/+14
* | | moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-041-1/+0
* | | added omruleset output module, which provides great flexibility in action pro...Rainer Gerhards2009-11-021-4/+15
* | | some more cleanup - action config line handlers are now defined in action.cRainer Gerhards2009-10-271-41/+28
* | | action processing optimized for queue shutdownRainer Gerhards2009-10-271-23/+15
* | | Begun to work on partial batch deletes...Rainer Gerhards2009-10-221-2/+2
* | | bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-191-2/+4
* | | new queue engine - initial commit (probably not 100% working!)Rainer Gerhards2009-10-141-1/+2
* | | added some debug settings plus improved shutdown sequenceRainer Gerhards2009-10-131-6/+6
* | | minor: optimized dbgprintf() calling sequenceRainer Gerhards2009-09-101-17/+17
* | | reduced number of debug messages a bit againRainer Gerhards2009-08-261-9/+0
* | | added new config option $ActionWriteAllMarkMessagesRainer Gerhards2009-08-201-2/+7
* | | 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