Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | did some portability changes to make rsyslog compile on HP UX | Rainer Gerhards | 2008-03-05 | 1 | -0/+2 |
| | |||||
* | - added "debug" command to debug environment settings | Rainer Gerhards | 2008-02-29 | 1 | -0/+4 |
| | | | | | | | | | - 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. | ||||
* | changed obj base object's calling interface to use the new obj_if_t | Rainer Gerhards | 2008-02-29 | 1 | -1/+2 |
| | | | | interface structure | ||||
* | bugfix: queue cancel cleanup handler could be called with invalid pointer | Rainer Gerhards | 2008-02-27 | 1 | -2/+0 |
| | | | | if dequeue failed | ||||
* | worked on queue stability | Rainer Gerhards | 2008-02-26 | 1 | -0/+36 |
| | |||||
* | reduced volume of debug output | Rainer Gerhards | 2008-02-12 | 1 | -6/+0 |
| | |||||
* | fixed bug during cancel processing | Rainer Gerhards | 2008-01-30 | 1 | -0/+1 |
| | |||||
* | - renamed Msg object to usual all-lowercase object name (else we ran into | Rainer Gerhards | 2008-01-30 | 1 | -23/+3 |
| | | | | | | troubles with the framework, also it was somewhat ugly...) - fixed a memory leak in object destruction (was recently introduced by object naming, not present in any released version) | ||||
* | cleanup to prepare for release | Rainer Gerhards | 2008-01-28 | 1 | -56/+1 |
| | |||||
* | fixed a bug when shutting down DA queue | Rainer Gerhards | 2008-01-27 | 1 | -8/+2 |
| | |||||
* | fixed worker timeout which was accidently not set (and thus 0) | Rainer Gerhards | 2008-01-25 | 1 | -0/+1 |
| | |||||
* | disk-assisted queue mode finally begins to look good ;) | Rainer Gerhards | 2008-01-25 | 1 | -10/+55 |
| | |||||
* | restructured queue shutdown so that the queue timeout is properly applied | Rainer Gerhards | 2008-01-25 | 1 | -1/+11 |
| | | | | before terminatiing the queue | ||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -20/+33 |
| | | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS... | ||||
* | continued implementing wti class | Rainer Gerhards | 2008-01-21 | 1 | -46/+184 |
| | |||||
* | initial creation of wti class (worker implementation missing) | Rainer Gerhards | 2008-01-20 | 1 | -0/+310 |