summaryrefslogtreecommitdiffstats
path: root/runtime/obj-types.h
Commit message (Collapse)AuthorAgeFilesLines
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-2/+2
|
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-2/+2
|
* message reception via TCP work againRainer Gerhards2008-04-241-2/+6
| | | | | | ... 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.
* fixed abort on rsyslogd terminationRainer Gerhards2008-04-181-3/+0
|
* converted netstrm into generic netstrm and the nsd_pctp driverRainer Gerhards2008-04-181-2/+2
|
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-0/+10
|
* modularization workRainer Gerhards2008-04-171-12/+7
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* moved files to the runtimeRainer Gerhards2008-04-161-0/+406
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.