Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved runtime files into their own directory | Rainer Gerhards | 2008-04-16 | 1 | -624/+0 |
| | |||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-04-15 | 1 | -7/+8 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c | ||||
| * | 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" | ||||
* | | begun working on time-window based dequeueing (and rate limiting in | Rainer Gerhards | 2008-04-02 | 1 | -0/+1 |
|/ | | | | general) | ||||
* | 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/+3 |
| | | | | | | | | | - 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 | ||||
* | - wrote doc on how to use the expression engine | Rainer Gerhards | 2008-02-28 | 1 | -1/+0 |
| | | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations | ||||
* | bugfix: during queue shutdown, an assert invalidly triggered when the | Rainer Gerhards | 2008-02-27 | 1 | -0/+2 |
| | | | | | | primary queue's DA worker was terminated while the DA queue's regular worker was still executing. This could result in a segfault during shutdown. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=41 | ||||
* | bugfix: queue cancel cleanup handler could be called with invalid pointer | Rainer Gerhards | 2008-02-27 | 1 | -4/+0 |
| | | | | if dequeue failed | ||||
* | worked on queue stability | Rainer Gerhards | 2008-02-26 | 1 | -6/+3 |
| | |||||
* | removed left-over dbgprintf which could even cause multi-threading troubles | Rainer Gerhards | 2008-02-26 | 1 | -1/+0 |
| | |||||
* | - implemented $ActionLibdbiDriverDirectory config directive | Rainer Gerhards | 2008-02-15 | 1 | -2/+0 |
| | | | | | - some cleanup - doc improvements | ||||
* | added input-plugin interface specification in form of a (copy) template | Rainer Gerhards | 2008-02-01 | 1 | -2/+0 |
| | | | | input module | ||||
* | - renamed Msg object to usual all-lowercase object name (else we ran into | Rainer Gerhards | 2008-01-30 | 1 | -24/+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) | ||||
* | implemented naming for all objects (mostly as a debug aid, but you never | Rainer Gerhards | 2008-01-29 | 1 | -1/+0 |
| | | | | know what else it will be good for) | ||||
* | cleanup to prepare for release | Rainer Gerhards | 2008-01-28 | 1 | -15/+15 |
| | |||||
* | some more testing and cleanup with the queue class (pretty stable now) | Rainer Gerhards | 2008-01-28 | 1 | -1/+2 |
| | |||||
* | some more fixing and cleanup on the queue shutdown sequence | Rainer Gerhards | 2008-01-27 | 1 | -1/+24 |
| | |||||
* | fixed a bug when shutting down DA queue | Rainer Gerhards | 2008-01-27 | 1 | -4/+2 |
| | |||||
* | reduced number of unnecessary wakeups of DA worker thread when high water | Rainer Gerhards | 2008-01-27 | 1 | -2/+0 |
| | | | | mark is not yet reached | ||||
* | fixed the situation where message processing could be stalled for some | Rainer Gerhards | 2008-01-27 | 1 | -1/+3 |
| | | | | period after DA mode turn off | ||||
* | disk-assisted queue mode finally begins to look good ;) | Rainer Gerhards | 2008-01-25 | 1 | -27/+24 |
| | |||||
* | restructured queue shutdown so that the queue timeout is properly applied | Rainer Gerhards | 2008-01-25 | 1 | -18/+14 |
| | | | | before terminatiing the queue | ||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -143/+169 |
| | | | | | | 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... | ||||
* | initial creation of wti class (still under development) | Rainer Gerhards | 2008-01-21 | 1 | -0/+608 |