Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved runtime files into their own directory | Rainer Gerhards | 2008-04-16 | 1 | -175/+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 | -2/+2 |
| | | | | | | | | | - 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/+1 |
| | | | | interface structure | ||||
* | first steps in implementing object interfaces (stage work for later dynamic | Rainer Gerhards | 2008-02-21 | 1 | -23/+49 |
| | | | | class loading) | ||||
* | first steps in implementing object interfaces (stage work for later dynamic | Rainer Gerhards | 2008-02-21 | 1 | -7/+13 |
| | | | | class loading) | ||||
* | cleanup for 3.11.4v3-11-4 | Rainer Gerhards | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | used new classes in expr.c | Rainer Gerhards | 2008-02-20 | 1 | -1/+42 |
| | |||||
* | created initial vmprg class | Rainer Gerhards | 2008-02-20 | 1 | -0/+101 |