Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for reading back persistet queue information completed | Rainer Gerhards | 2008-01-13 | 1 | -1/+1 |
| | |||||
* | partial ability to read a disk queue back in (not completed, but would like | Rainer Gerhards | 2008-01-11 | 1 | -0/+1 |
| | | | | to save source for the weekend) | ||||
* | added function to de-serialize a property bag (untested as other code is | Rainer Gerhards | 2008-01-11 | 1 | -0/+1 |
| | | | | yet missing) | ||||
* | support for object property bags added | Rainer Gerhards | 2008-01-11 | 1 | -0/+1 |
| | |||||
* | file stream objects are now persistet on immediate queue shutdown (queue | Rainer Gerhards | 2008-01-11 | 1 | -2/+8 |
| | | | | itself is not yet fully persisted) | ||||
* | - implemented strm object serializer (untested as the code required for | Rainer Gerhards | 2008-01-10 | 1 | -0/+2 |
| | | | | test is not yet present - hen/egg problem...) | ||||
* | changed some config parameters and some cleanup | Rainer Gerhards | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | - added write functions for several types to stream class | Rainer Gerhards | 2008-01-10 | 1 | -8/+7 |
| | | | | - changed objSerialize methods to work directly on the stream class | ||||
* | made queue file names better readable | Rainer Gerhards | 2008-01-10 | 1 | -0/+28 |
| | |||||
* | some cleanup on object model | Rainer Gerhards | 2008-01-09 | 1 | -123/+3 |
| | |||||
* | changed queue class to use stream class | Rainer Gerhards | 2008-01-09 | 1 | -0/+10 |
| | |||||
* | created a generic stream class (for file access) | Rainer Gerhards | 2008-01-09 | 1 | -5/+34 |
| | |||||
* | completed object deserializer | Rainer Gerhards | 2008-01-08 | 1 | -1/+1 |
| | |||||
* | - first implementation of "disk" queue mode finished. It still needs some | Rainer Gerhards | 2008-01-08 | 1 | -2/+3 |
| | | | | | | | work and the deserializer needs also to be expanded, but the queue at least performs well now. - fixed a race condition that could occur when input modules were terminated | ||||
* | - MsgSetProperty() implemented | Rainer Gerhards | 2008-01-07 | 1 | -7/+36 |
| | | | | | - defined a property class - implemented deserializer (needs some more work) | ||||
* | implemented class type registry | Rainer Gerhards | 2008-01-07 | 1 | -1/+5 |
| | |||||
* | performance-tuned stringbuf class | Rainer Gerhards | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | worked on object header (now also contains the size) | Rainer Gerhards | 2008-01-06 | 1 | -2/+3 |
| | |||||
* | completed serializer for msg (but needs review) | Rainer Gerhards | 2008-01-06 | 1 | -1/+7 |
| | |||||
* | worked a bit on object serialization | Rainer Gerhards | 2008-01-06 | 1 | -3/+21 |
| | |||||
* | utilized the new auto-destruction capability so that the queue can now | Rainer Gerhards | 2008-01-04 | 1 | -1/+1 |
| | | | | destruct user objects if needed | ||||
* | removed serialization pointer from queue; used new base class instead | Rainer Gerhards | 2008-01-04 | 1 | -2/+3 |
| | |||||
* | - begun some work on Msg Object serializiation | Rainer Gerhards | 2008-01-04 | 1 | -0/+82 |
- created a kind of general base class |