Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed no longer needed reference to "AcceptRemote" | Rainer Gerhards | 2007-12-26 | 1 | -2/+3 | |
| | ||||||
* | removed global variable LogPort | Rainer Gerhards | 2007-12-26 | 1 | -4/+51 | |
| | ||||||
* | removed active INET code from syslogd.c - still some auxiliary things | Rainer Gerhards | 2007-12-26 | 1 | -0/+1 | |
| | | | | remain | |||||
* | removed imudp code dependency on "finet" | Rainer Gerhards | 2007-12-26 | 1 | -13/+18 | |
| | ||||||
* | moved some of the udp input code to its right place | Rainer Gerhards | 2007-12-25 | 1 | -1/+5 | |
| | ||||||
* | - created an initial version of imudp.c. The majority of UDP reception code | Rainer Gerhards | 2007-12-21 | 1 | -1/+61 | |
| | | | | | | | | | | is now in that module and it is dynamically loadable. HOWEVER, that doesn't mean it is a proper module. There are still many, many dependencies on global variables, cross-module calls and such. However, havin the code base separated allows me to carry out some other cleanup before I return to create a really clean implementation of these modules. So it is kind of a stage work. Just don't mistake it with "the real thing"... | |||||
* | prepared for imudp | Rainer Gerhards | 2007-12-21 | 1 | -0/+142 | |