summaryrefslogtreecommitdiffstats
path: root/plugins/imtemplate
Commit message (Collapse)AuthorAgeFilesLines
* fixed a few remaining logerror() calls - thanks to Michael Biebl forRainer Gerhards2008-03-061-15/+3
| | | | pointing that out
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
|
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-17/+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)
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-6/+3
| | | | | | | message submission interface. Part of the ongoing modularization effort. - bugfix: invalid kernel log format -- see bug http://bugzilla.adiscon.com/show_bug.cgi?id=1
* - improved file polling algorithm for more rapid file data deliveryRainer Gerhards2008-02-141-1/+2
| | | | - some more cleanup
* interface change for logmsg()Rainer Gerhards2008-02-131-1/+1
|
* added some more comments on how to create messages and submit them to theRainer Gerhards2008-02-011-2/+52
| | | | main message queue
* added input-plugin interface specification in form of a (copy) templateRainer Gerhards2008-02-012-0/+446
input module