summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
Commit message (Expand)AuthorAgeFilesLines
* changed statsobj interface and added better docRainer Gerhards2012-03-141-1/+1
* removed no longer needed codeRainer Gerhards2011-02-111-1/+0
* improved statistics-gathering subsystemRainer Gerhards2010-09-131-0/+6
* milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-151-0/+2
* somewhat improved direct mode queue performanceRainer Gerhards2010-06-091-1/+3
* adapted new atomic instruction emulation to v5 engineRainer Gerhards2010-04-271-0/+1
* Merge branch 'v4-devel' into masterRainer Gerhards2010-04-271-0/+1
|\
| * bugfix: problems with atomic operations emulationRainer Gerhards2010-04-271-0/+1
* | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-5/+5
* | added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-271-2/+2
* | removed no longer needed flag variableRainer Gerhards2009-10-271-1/+0
* | some cleanupRainer Gerhards2009-10-271-1/+0
* | bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-191-6/+0
* | added some debug settings plus improved shutdown sequenceRainer Gerhards2009-10-131-4/+5
* | simplified startup of queue DA modeRainer Gerhards2009-07-201-1/+0
* | further code simplificationRainer Gerhards2009-07-171-11/+0
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-8/+8
|\|
| * removed uniprocessor optimizationRainer Gerhards2009-06-191-7/+6
| * further optimized message objectRainer Gerhards2009-06-171-0/+1
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-0/+2
|\|
| * added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+2
* | solved design issue with queue terminationRainer Gerhards2009-05-261-0/+1
* | solved the intended-discard-during-dequeue issueRainer Gerhards2009-05-191-1/+1
* | queue size calculation now based on logical/physical dequeueRainer Gerhards2009-05-191-1/+2
* | removed queue's UngetObj() callRainer Gerhards2009-05-181-6/+0
* | t-delete list implemented, queue store drivers updated...Rainer Gerhards2009-05-181-5/+20
* | moving to a cleaner implementation of batchesRainer Gerhards2009-05-121-2/+3
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur...Rainer Gerhards2009-04-231-1/+2
* | now batches are handed down to the actual consumerRainer Gerhards2009-04-221-5/+4
* | first attempt at dequeueing multiple batches inside the queueRainer Gerhards2009-04-221-1/+3
|/
* integrated various patches for solarisRainer Gerhards2009-03-051-25/+25
* added a setting "$OptimizeForUniprocessor"Rainer Gerhards2008-10-221-0/+1
* begin building runtime convenience library (does not build!)Rainer Gerhards2008-04-151-0/+205