summaryrefslogtreecommitdiffstats
path: root/conf.h
Commit message (Collapse)AuthorAgeFilesLines
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-1/+0
| | | | | | | | | | | - moved module loader from conf.c to module.c, where it belongs - made the necessary plumbing to auto-load library modules - upgraded debug system to include iRet in function exit message - changed module interface so that instances need only to be supported by output plugins (if we actually need them for input plugins, we can always add it again...) - milestone: first implementation of library modules (but do not get unloaded on exit/hup so far)
* - added class tcpsRainer Gerhards2008-03-021-10/+0
| | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken
* converted conf.c to an abstract classRainer Gerhards2008-02-291-1/+18
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-0/+1
| | | | class loading)
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-2/+2
| | | | rsyslog (now) and also much easier to type
* - moved config file code to its own fileRainer Gerhards2008-02-191-0/+46
- finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor)