Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added $ActionSendStreamDriverMode config directive | Rainer Gerhards | 2008-04-28 | 1 | -0/+6 |
| | |||||
* | added forgotten file | Rainer Gerhards | 2008-04-24 | 1 | -0/+42 |
| | |||||
* | Merge branch 'sock-abstract' into tls | Rainer Gerhards | 2008-04-24 | 1 | -4/+19 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/netstrm.c runtime/nsd.h runtime/nsd_ptcp.c runtime/rsyslog.h | ||||
| * | added new netstrms class | Rainer Gerhards | 2008-04-23 | 1 | -4/+19 |
| | | | | | | | | netstrms is at the top layer of the socket abstraction | ||||
* | | Merge branch 'master' into tls | Rainer Gerhards | 2008-04-18 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | bugfix: a recent change effectively disabled error messages | Rainer Gerhards | 2008-04-18 | 1 | -0/+1 |
| | | |||||
* | | converted netstrm into generic netstrm and the nsd_pctp driver | Rainer Gerhards | 2008-04-18 | 1 | -0/+2 |
| | | |||||
* | | improvements in omfwd and cleanup of omgssapi | Rainer Gerhards | 2008-04-17 | 1 | -4/+30 |
| | | | | | | | | | | - some (small) cleanup of omgssapi - optimized omfwed, now loads TCP code only if this is actually necessary | ||||
* | | modified omfwd to work with netstrm (and also did some cleanup) | Rainer Gerhards | 2008-04-17 | 1 | -303/+238 |
|/ | |||||
* | completed better modularity of runtime | Rainer Gerhards | 2008-04-17 | 2 | -6/+18 |
| | | | | | | | | | | - 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 pool | Rainer Gerhards | 2008-04-17 | 1 | -1/+0 |
| | | | | (but still as a variable, not part of glbl object) | ||||
* | moved host/domain-name related variables to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -17/+20 |
| | |||||
* | moved "DisableDNS" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -2/+1 |
| | |||||
* | moved "option_DisallowWarning" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -5/+1 |
| | |||||
* | moved "bDropMalPTRMsgs" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -5/+2 |
| | |||||
* | moved "family" variable to global data pool | Rainer Gerhards | 2008-04-17 | 2 | -5/+8 |
| | |||||
* | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -12/+8 |
| | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it | ||||
* | prevented segfault during runtime library init phase | Rainer Gerhards | 2008-04-16 | 1 | -3/+3 |
| | |||||
* | removed no longer needed things | Rainer Gerhards | 2008-04-16 | 2 | -54/+1 |
| | | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out). | ||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 18 | -0/+7371 |
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear |