Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | data record support added to stream output writer | Rainer Gerhards | 2008-01-10 | 2 | -19/+72 |
| | |||||
* | added buffered output to stream class | Rainer Gerhards | 2008-01-10 | 3 | -23/+113 |
| | |||||
* | made queue file names better readable | Rainer Gerhards | 2008-01-10 | 7 | -33/+118 |
| | |||||
* | needed to create obj-types.h to break circular references | Rainer Gerhards | 2008-01-10 | 1 | -0/+117 |
| | |||||
* | changed queue file name generation (to be more generic) | Rainer Gerhards | 2008-01-10 | 5 | -18/+34 |
| | |||||
* | some cleanup on object model | Rainer Gerhards | 2008-01-09 | 5 | -195/+93 |
| | |||||
* | changed queue class to use stream class | Rainer Gerhards | 2008-01-09 | 6 | -239/+85 |
| | |||||
* | created a generic stream class (for file access) | Rainer Gerhards | 2008-01-09 | 6 | -14/+455 |
| | |||||
* | implemented $MainMsgQueueFilePrefix configuration directive | Rainer Gerhards | 2008-01-09 | 2 | -2/+15 |
| | |||||
* | implemented queue object method to set the file name prefix | Rainer Gerhards | 2008-01-09 | 3 | -21/+58 |
| | |||||
* | implemented $MainMsgQueueMaxFileSize config directive | Rainer Gerhards | 2008-01-09 | 1 | -1/+7 |
| | |||||
* | - implemented new GetSize() handler for config files | Rainer Gerhards | 2008-01-09 | 6 | -17/+135 |
| | | | | - implemented $MainMsgQueueMaxFileSize configuration directive | ||||
* | completed object deserializer | Rainer Gerhards | 2008-01-08 | 3 | -16/+48 |
| | |||||
* | completed deserialization support in msg object (but not deserializer | Rainer Gerhards | 2008-01-08 | 2 | -8/+18 |
| | | | | itself) | ||||
* | added --enable-mudflap ./configure option | Rainer Gerhards | 2008-01-08 | 12 | -22/+46 |
| | |||||
* | - first implementation of "disk" queue mode finished. It still needs some | Rainer Gerhards | 2008-01-08 | 7 | -25/+128 |
| | | | | | | | 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 | ||||
* | modload info added (v3) | Michael Meckelein | 2008-01-08 | 1 | -1/+12 |
| | |||||
* | implemented queue disk reader to switch to multiple files | Rainer Gerhards | 2008-01-08 | 4 | -31/+33 |
| | |||||
* | fixed some memory leaks in new code -- thanks to varmojfekoj for the patch | Rainer Gerhards | 2008-01-08 | 2 | -4/+7 |
| | |||||
* | fixed doc bug | Rainer Gerhards | 2008-01-08 | 1 | -11/+11 |
| | |||||
* | fixed doc bug -- thanks to varmojfekoj for pointing it out | Rainer Gerhards | 2008-01-08 | 1 | -5/+5 |
| | |||||
* | worked a bit more on the queue, disk dequeing part (not complete yet) | Rainer Gerhards | 2008-01-07 | 2 | -3/+15 |
| | |||||
* | - MsgSetProperty() implemented | Rainer Gerhards | 2008-01-07 | 10 | -75/+435 |
| | | | | | - defined a property class - implemented deserializer (needs some more work) | ||||
* | implemented class type registry | Rainer Gerhards | 2008-01-07 | 6 | -3/+40 |
| | |||||
* | implemented buffered read calls for the queue file | Rainer Gerhards | 2008-01-07 | 3 | -20/+110 |
| | |||||
* | implemented disk queue as far as I could without an object de-serializer | Rainer Gerhards | 2008-01-07 | 4 | -25/+129 |
| | |||||
* | performance-tuned stringbuf class | Rainer Gerhards | 2008-01-07 | 6 | -39/+78 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-01-07 | 2 | -1/+3 |
| | |||||
* | fixed invalid link | Rainer Gerhards | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | preparing for 3.10.0v3-10-0 | Rainer Gerhards | 2008-01-07 | 1 | -1/+2 |
| | |||||
* | preparing for 3.10.0 release | Rainer Gerhards | 2008-01-07 | 3 | -10/+13 |
| | |||||
* | preparing for initial 3.10.0 release | Rainer Gerhards | 2008-01-07 | 2 | -7/+21 |
| | |||||
* | added some more information | Rainer Gerhards | 2008-01-07 | 1 | -0/+19 |
| | |||||
* | worked on object header (now also contains the size) | Rainer Gerhards | 2008-01-06 | 4 | -44/+66 |
| | |||||
* | completed serializer for msg (but needs review) | Rainer Gerhards | 2008-01-06 | 4 | -42/+63 |
| | |||||
* | adjusted to recent IETF developments | Rainer Gerhards | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | worked a bit on object serialization | Rainer Gerhards | 2008-01-06 | 6 | -22/+170 |
| | |||||
* | - fixed a bug with integer conversion in srUtils.c | Rainer Gerhards | 2008-01-06 | 2 | -4/+5 |
| | | | | | - changed some lib functions to work on long instead of int to care for 64 bit platforms (just to be on the save side) | ||||
* | removed some no-longer-needed code (thanks Michael Biebl for the help) | Rainer Gerhards | 2008-01-05 | 4 | -19/+0 |
| | |||||
* | added newst config directive changes | Rainer Gerhards | 2008-01-05 | 1 | -2/+4 |
| | |||||
* | - added multiple worker thread capability to queue class | Rainer Gerhards | 2008-01-05 | 3 | -17/+46 |
| | | | | - implemented $MainMsgQueueWorkerThreads config directive | ||||
* | added the "direct" queueing mode to queue class (no queing at all) | Rainer Gerhards | 2008-01-05 | 4 | -22/+89 |
| | |||||
* | added capability for concurrent access to the msg class. Can be dynamically | Rainer Gerhards | 2008-01-05 | 4 | -106/+280 |
| | | | | activated. If active, locking is employed. | ||||
* | changed queue object Construction/Startup interface | Rainer Gerhards | 2008-01-04 | 5 | -13/+29 |
| | |||||
* | moved message destruction back to consumer - the consume should decide what | Rainer Gerhards | 2008-01-04 | 3 | -13/+1 |
| | | | | | to do with the object. It may pass it on to someone else. So this would have creatd some headache in the future (maybe...). | ||||
* | utilized the new auto-destruction capability so that the queue can now | Rainer Gerhards | 2008-01-04 | 6 | -11/+26 |
| | | | | destruct user objects if needed | ||||
* | removed serialization pointer from queue; used new base class instead | Rainer Gerhards | 2008-01-04 | 5 | -21/+13 |
| | |||||
* | - begun some work on Msg Object serializiation | Rainer Gerhards | 2008-01-04 | 9 | -5/+295 |
| | | | | - created a kind of general base class | ||||
* | begun working on disk queueing (not completed, do not use this mode!) | Rainer Gerhards | 2008-01-03 | 5 | -10/+170 |
| | |||||
* | added $MainMsgQueueFilePrefix config parameter | Rainer Gerhards | 2008-01-03 | 1 | -2/+8 |
| |