summaryrefslogtreecommitdiffstats
path: root/runtime/obj.c
Commit message (Collapse)AuthorAgeFilesLines
* added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-1/+1
| | | | | | | | - added message property "inputname", which contains the name of the input (module) that generated it. Presence is depending on suport in each input module (else it is blank). - added system property "$myhostname", which contains the name of the local host as it knows itself.
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-1/+1
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-3/+3
|
* begun step-by-step guide for TLS protected syslogRainer Gerhards2008-06-181-1/+1
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-4/+2
|
* message reception via TCP work againRainer Gerhards2008-04-241-1/+1
| | | | | | ... at least in some cases ;) I assume there are still a couple of bugs inside the code. But at least we have something from where we can continue to work on.
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+1
| | | | | | | | | | - 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 files to the runtimeRainer Gerhards2008-04-161-0/+1336
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.