summaryrefslogtreecommitdiffstats
path: root/sysvar.c
Commit message (Collapse)AuthorAgeFilesLines
* added missing copyright statementsRainer Gerhards2008-04-241-0/+2
| | | | thanks to Michael Biebl for noticing
* changed some files to grant LGPLv3 extended persmissions on top of GPLv3Rainer Gerhards2008-04-151-9/+8
| | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library"
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-051-1/+4
|
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-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_tRainer Gerhards2008-02-291-1/+1
| | | | interface structure
* - added sysvar classRainer Gerhards2008-02-251-0/+198
- added PUSHSYSVAR operation to vm