summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
* finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-1/+1
* Merge branch 'v4-devel'Rainer Gerhards2009-07-081-99/+34
|\
* | Merge branch 'v4-beta'Rainer Gerhards2009-07-071-2/+2
|\|
| * performance enhancement: much faster, up to twice as fastRainer Gerhards2009-07-061-2/+2
| * bugfix: subtle potential issue during queue shutdownRainer Gerhards2009-06-251-1/+1
* | bugfix: subtle synchronization issueRainer Gerhards2009-06-251-9/+4
* | added a few atomic operationsRainer Gerhards2009-06-251-9/+8
* | adapted (and improved) input batching to v5 engineRainer Gerhards2009-06-221-1/+2
* | bugfix: huge memory leak in queue engineRainer Gerhards2009-06-221-0/+1
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-3/+121
|\|
| * removed uniprocessor optimizationRainer Gerhards2009-06-191-15/+0
| * some cleanupRainer Gerhards2009-06-161-6/+4
| * implemented first version of multi-enqueue support, queue sideRainer Gerhards2009-06-161-0/+126
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-62/+68
|\|
| * added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+5
| * modified stream class and omfile to work with itRainer Gerhards2009-06-041-2/+1
| * cleaned up stream class ...Rainer Gerhards2009-06-041-44/+46
* | some cleanup & fix make distcheckRainer Gerhards2009-05-281-14/+3
* | some more fixes for queue engineRainer Gerhards2009-05-281-30/+37
* | fixing an issue during DA mode queue shutdownRainer Gerhards2009-05-281-62/+46
* | preserving current changesRainer Gerhards2009-05-281-12/+23
* | interim commit: working on failure casesRainer Gerhards2009-05-271-103/+211
* | solved design issue with queue terminationRainer Gerhards2009-05-261-95/+158
* | free last processed message in all casesRainer Gerhards2009-05-201-10/+41
* | yield() no longer needed on uniproc thanks to new algorithmsRainer Gerhards2009-05-201-7/+0
* | solved the intended-discard-during-dequeue issueRainer Gerhards2009-05-191-10/+12
* | some cleanupRainer Gerhards2009-05-191-86/+0
* | queue size calculation now based on logical/physical dequeueRainer Gerhards2009-05-191-48/+66
* | removed queue's UngetObj() callRainer Gerhards2009-05-181-99/+11
* | t-delete list implemented, queue store drivers updated...Rainer Gerhards2009-05-181-47/+306
* | moved user object destruction to queue itselfRainer Gerhards2009-05-131-3/+37
* | moving to a cleaner implementation of batchesRainer Gerhards2009-05-121-19/+30
* | fixed abort condition in DA modeRainer Gerhards2009-04-231-2/+1
* | fixing a small (newly-introduced) memory leakRainer Gerhards2009-04-231-10/+5
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur...Rainer Gerhards2009-04-231-12/+10
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-04-231-4/+4
|\|
| * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-231-6/+8
| |\
| | * bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-231-6/+8
| | * Merge branch 'beta'Rainer Gerhards2008-10-211-13/+32
| | |\
| | | * bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-13/+32
* | | | improving debugging info a bitRainer Gerhards2009-04-231-2/+4
* | | | now batches are handed down to the actual consumerRainer Gerhards2009-04-221-13/+17
* | | | first attempt at dequeueing multiple batches inside the queueRainer Gerhards2009-04-221-71/+111
* | | | some cleanupRainer Gerhards2009-04-171-39/+0
|/ / /
* | | fixed a platform issue the prevented building on solarisRainer Gerhards2009-03-061-0/+5
* | | integrated various patches for solarisRainer Gerhards2009-03-051-210/+210
* | | added a setting "$OptimizeForUniprocessor"Rainer Gerhards2008-10-221-1/+4
* | | bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-13/+32
* | | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-2/+3
* | | Merge branch 'master' into perfRainer Gerhards2008-10-091-1/+1
|\| |