summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\| |
| * | Merge branch 'beta'Rainer Gerhards2008-10-091-1/+1
| |\|
| | * Merge branch 'v3-stable' into betaRainer Gerhards2008-10-091-1/+1
* | | minor: reorder to slightly reduce size of critical sectionRainer Gerhards2008-10-091-1/+1
* | | added experimental pthread_yield()Rainer Gerhards2008-10-091-0/+5
* | | reordered imudp processing.Rainer Gerhards2008-10-081-2/+0
* | | slightly improved lock contention situation by moving out ofRainer Gerhards2008-10-071-3/+9
|/ /
* | improved threadingRainer Gerhards2008-09-301-1/+6
* | some more threading cleanupRainer Gerhards2008-09-261-6/+2
* | bugfix: potential race condition when adding messages to queueRainer Gerhards2008-09-181-6/+6
* | some very minor cleanupRainer Gerhards2008-08-121-1/+0
|/
* bugfix: bad memory leak in disk-based queue modesRainer Gerhards2008-07-091-21/+8
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-18/+18
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+0
* modularization workRainer Gerhards2008-04-171-7/+9
* some more cleanupRainer Gerhards2008-04-161-1/+1
* begin building runtime convenience library (does not build!)Rainer Gerhards2008-04-151-0/+2322