Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved runtime files into their own directory | Rainer Gerhards | 2008-04-16 | 1 | -131/+0 |
| | |||||
* | changed some files to grant LGPLv3 extended persmissions on top of GPLv3 | Rainer Gerhards | 2008-04-15 | 1 | -7/+8 |
| | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library" | ||||
* | - added "debug" command to debug environment settings | Rainer Gerhards | 2008-02-29 | 1 | -0/+6 |
| | | | | | | | | | - changed the object/interface system to use a new way of calling, giving up the numerical object ID. This was necessary as we needed more extensibility for third-party modules (which don't play at all with the previous fixed object ID). This is stage work for the object loader. Please note that I needed to change the object (de)serializer, I can't outrule that I have introduced bugs there. | ||||
* | - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just | Rainer Gerhards | 2008-02-27 | 1 | -0/+2 |
| | | | | | | | | | initiated but not fully initialized (a race condition) - bugfix: queue properties sizeOnDisk, bytesRead were persisted to disk with wrong data type (long instead of int64) - could cause problems on 32 bit machines - fixed a problem introduced today, on-disk queue size was now wrongly calculated (but not in any released version) | ||||
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -1/+1 |
| | | | | rsyslog (now) and also much easier to type | ||||
* | 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 |