summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.c
Commit message (Collapse)AuthorAgeFilesLines
* 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