summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.c
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up stream class ...Rainer Gerhards2009-06-041-2/+0
| | | | | | ... and also made it callable via an rsyslog interface rather then relying on the OS loader (important if we go for using it inside loadbale modules, which we soon possible will)
* integrated various patches for solarisRainer Gerhards2009-03-051-1/+1
| | | | | | | | | Unfortunatley, I do not have the full list of contributors available. The patch set was compiled by Ben Taylor, and I made some further changes to adopt it to the news rsyslog branch. Others provided much of the base work, but I can not find the names of the original authors. If you happen to be one of them, please let me know so that I can give proper credits.
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-5/+5
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* bugfix: a recent change effectively disabled error messagesRainer Gerhards2008-04-181-0/+13
|
* completed better modularity of runtimeRainer Gerhards2008-04-171-0/+20
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* moved "glblModPath" variable inside global data poolRainer Gerhards2008-04-171-0/+3
| | | | (but still as a variable, not part of glbl object)
* modularization workRainer Gerhards2008-04-171-3/+23
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* prevented segfault during runtime library init phaseRainer Gerhards2008-04-161-0/+15
|
* provided ability to initialize the runtimeRainer Gerhards2008-04-161-0/+166