summaryrefslogtreecommitdiffstats
path: root/queue.c
Commit message (Expand)AuthorAgeFilesLines
...
* changed queue file name generation (to be more generic)Rainer Gerhards2008-01-101-0/+9
* some cleanup on object modelRainer Gerhards2008-01-091-33/+5
* changed queue class to use stream classRainer Gerhards2008-01-091-229/+18
* created a generic stream class (for file access)Rainer Gerhards2008-01-091-9/+2
* implemented queue object method to set the file name prefixRainer Gerhards2008-01-091-15/+45
* - implemented new GetSize() handler for config filesRainer Gerhards2008-01-091-3/+29
* - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-081-10/+27
* implemented queue disk reader to switch to multiple filesRainer Gerhards2008-01-081-29/+30
* fixed some memory leaks in new code -- thanks to varmojfekoj for the patchRainer Gerhards2008-01-081-0/+1
* worked a bit more on the queue, disk dequeing part (not complete yet)Rainer Gerhards2008-01-071-3/+13
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-9/+41
* implemented class type registryRainer Gerhards2008-01-071-1/+0
* implemented buffered read calls for the queue fileRainer Gerhards2008-01-071-20/+104
* implemented disk queue as far as I could without an object de-serializerRainer Gerhards2008-01-071-18/+111
* worked on object header (now also contains the size)Rainer Gerhards2008-01-061-4/+4
* worked a bit on object serializationRainer Gerhards2008-01-061-3/+3
* - added multiple worker thread capability to queue classRainer Gerhards2008-01-051-12/+30
* added the "direct" queueing mode to queue class (no queing at all)Rainer Gerhards2008-01-051-18/+71
* added capability for concurrent access to the msg class. Can be dynamicallyRainer Gerhards2008-01-051-6/+6
* changed queue object Construction/Startup interfaceRainer Gerhards2008-01-041-9/+22
* moved message destruction back to consumer - the consume should decide whatRainer Gerhards2008-01-041-5/+0
* utilized the new auto-destruction capability so that the queue can nowRainer Gerhards2008-01-041-2/+11
* removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-041-8/+4
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-041-1/+9
* begun working on disk queueing (not completed, do not use this mode!)Rainer Gerhards2008-01-031-8/+101
* added $MainMsgQueueType config parameterRainer Gerhards2008-01-031-1/+2
* simplified code and got rid of empty/full state variablesRainer Gerhards2008-01-031-21/+5
* added capability to use a linked list for queuing to the queue classRainer Gerhards2008-01-031-4/+135
* queue is now a full object and handles threading by itselfRainer Gerhards2008-01-031-26/+98
* implemented queue type "drivers"Rainer Gerhards2008-01-031-27/+90
* restructured queue interface to use rsRetVal and instances, removedRainer Gerhards2008-01-031-51/+79
* moved queue code to its own module (finally)Rainer Gerhards2008-01-031-0/+128