summaryrefslogtreecommitdiffstats
path: root/plugins/omtesting
Commit message (Collapse)AuthorAgeFilesLines
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
|
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
| | | | - changed module interface version, as the interface change is quite large
* - begun to permit queue to terminate without being drainedRainer Gerhards2008-01-111-0/+1
| | | | | | - fixed a starvation condition in queueWorker (pthread_yield() was needed) could not be seen with any previously released code, came up during new development
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
|
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-3/+3
|
* created omtesting, a debug and development aid output module. This is stageRainer Gerhards2007-12-313-0/+199
work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;)