Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed no longer needed "Initialized" logic and variable | Rainer Gerhards | 2008-01-14 | 1 | -47/+3 | |
| | ||||||
* | changed queue shutdown procedure a bit - stage work for queue shutdown | Rainer Gerhards | 2008-01-13 | 2 | -9/+7 | |
| | | | | timeout setting | |||||
* | renamed $MainMsgQueuePersistUpdateCount config file directive to | Rainer Gerhards | 2008-01-13 | 3 | -3/+8 | |
| | | | | $MainMsgQueueCheckpointInterval | |||||
* | added $MainMsgQueuePersistUpdateCount config file directive | Rainer Gerhards | 2008-01-13 | 4 | -7/+55 | |
| | ||||||
* | added forgotten file - thx to Michael Biebl for pointing that out | Rainer Gerhards | 2008-01-13 | 1 | -0/+39 | |
| | ||||||
* | support for reading back persistet queue information completed | Rainer Gerhards | 2008-01-13 | 9 | -111/+232 | |
| | ||||||
* | partial ability to read a disk queue back in (not completed, but would like | Rainer Gerhards | 2008-01-11 | 7 | -16/+158 | |
| | | | | to save source for the weekend) | |||||
* | support for de-serializing strm objects added | Rainer Gerhards | 2008-01-11 | 5 | -4/+69 | |
| | ||||||
* | added function to de-serialize a property bag (untested as other code is | Rainer Gerhards | 2008-01-11 | 5 | -23/+84 | |
| | | | | yet missing) | |||||
* | queue can now persist disk queue information on immediate shutdown | Rainer Gerhards | 2008-01-11 | 3 | -6/+17 | |
| | ||||||
* | support for object property bags added | Rainer Gerhards | 2008-01-11 | 6 | -15/+63 | |
| | ||||||
* | file stream objects are now persistet on immediate queue shutdown (queue | Rainer Gerhards | 2008-01-11 | 7 | -28/+161 | |
| | | | | itself is not yet fully persisted) | |||||
* | added $MainMsgQueueImmediateShutdown config directive | Rainer Gerhards | 2008-01-11 | 5 | -13/+16 | |
| | ||||||
* | - begun to permit queue to terminate without being drained | Rainer Gerhards | 2008-01-11 | 4 | -63/+91 | |
| | | | | | | - fixed a starvation condition in queueWorker (pthread_yield() was needed) could not be seen with any previously released code, came up during new development | |||||
* | - some cleanup | Rainer Gerhards | 2008-01-10 | 6 | -52/+111 | |
| | | | | | - implemented management function for worker thread 0 in order to change queue workers dynamically -- stage work | |||||
* | some cleanup | Rainer Gerhards | 2008-01-10 | 4 | -8/+8 | |
| | ||||||
* | - implemented strm object serializer (untested as the code required for | Rainer Gerhards | 2008-01-10 | 4 | -17/+53 | |
| | | | | test is not yet present - hen/egg problem...) | |||||
* | - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1a | Rainer Gerhards | 2008-01-10 | 13 | -55/+36 | |
| | | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool | |||||
* | preparing for 3.10.1v3-10-1 | Rainer Gerhards | 2008-01-10 | 2 | -9/+12 | |
| | ||||||
* | changed some config parameters and some cleanup | Rainer Gerhards | 2008-01-10 | 6 | -19/+18 | |
| | ||||||
* | changed some config file directives | Rainer Gerhards | 2008-01-10 | 1 | -2/+2 | |
| | ||||||
* | prepared for 3.10.1 release | Rainer Gerhards | 2008-01-10 | 1 | -1/+7 | |
| | ||||||
* | - added write functions for several types to stream class | Rainer Gerhards | 2008-01-10 | 6 | -157/+210 | |
| | | | | - changed objSerialize methods to work directly on the stream class | |||||
* | 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 | |
| |