Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added ability to monitor file accross rotation | Rainer Gerhards | 2008-02-13 | 1 | -2/+3 |
| | |||||
* | - introduced a new, more powerful, message submission interface submitMsg() | Rainer Gerhards | 2008-02-13 | 1 | -0/+1 |
| | | | | | | in additon to logmsg() - a first, rough implementation of imfile that is able to read files (but does not persist or handle rotation or whatever) | ||||
* | bugfix: having fun with 32/64 bit portability - after 15 years, I finally | Rainer Gerhards | 2008-01-31 | 1 | -4/+4 |
| | | | | | was trapped again ;) -- now fixed, sizes > 2GB supported on 32bit platforms | ||||
* | - implemented limiting disk space allocated to queues | Rainer Gerhards | 2008-01-30 | 1 | -0/+1 |
| | | | | | - addded $MainMsgQueueMaxDiskSpace config directive - addded $ActionQueueMaxDiskSpace config directive | ||||
* | worked on threading | Rainer Gerhards | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | - implemented $MainMsgQueueTimeoutActionCompletion config directive | Rainer Gerhards | 2008-01-14 | 1 | -1/+2 |
| | | | | | | - implemented $MainMsgQueueTimeoutEnqueue config directive - implemented $MainMsgQueueTimeoutShutdown config directive - some cleanup | ||||
* | support for reading back persistet queue information completed | Rainer Gerhards | 2008-01-13 | 1 | -0/+2 |
| | |||||
* | partial ability to read a disk queue back in (not completed, but would like | Rainer Gerhards | 2008-01-11 | 1 | -1/+1 |
| | | | | to save source for the weekend) | ||||
* | support for de-serializing strm objects added | Rainer Gerhards | 2008-01-11 | 1 | -1/+1 |
| | |||||
* | file stream objects are now persistet on immediate queue shutdown (queue | Rainer Gerhards | 2008-01-11 | 1 | -4/+6 |
| | | | | itself is not yet fully persisted) | ||||
* | - implemented strm object serializer (untested as the code required for | Rainer Gerhards | 2008-01-10 | 1 | -7/+6 |
| | | | | test is not yet present - hen/egg problem...) | ||||
* | - added write functions for several types to stream class | Rainer Gerhards | 2008-01-10 | 1 | -9/+13 |
| | | | | - changed objSerialize methods to work directly on the stream class | ||||
* | data record support added to stream output writer | Rainer Gerhards | 2008-01-10 | 1 | -0/+1 |
| | |||||
* | added buffered output to stream class | Rainer Gerhards | 2008-01-10 | 1 | -2/+13 |
| | |||||
* | made queue file names better readable | Rainer Gerhards | 2008-01-10 | 1 | -1/+4 |
| | |||||
* | changed queue file name generation (to be more generic) | Rainer Gerhards | 2008-01-10 | 1 | -0/+2 |
| | |||||
* | some cleanup on object model | Rainer Gerhards | 2008-01-09 | 1 | -2/+4 |
| | |||||
* | changed queue class to use stream class | Rainer Gerhards | 2008-01-09 | 1 | -0/+9 |
| | |||||
* | created a generic stream class (for file access) | Rainer Gerhards | 2008-01-09 | 1 | -0/+83 |