Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added parsing code for $RepeatedLineReduction and | Rainer Gerhards | 2007-07-15 | 1 | -0/+3 | |
| | | | | | $EscapeControlCharacetersOnReceive config file options (but not yet actual feature code yet) | |||||
* | fixed typos | Rainer Gerhards | 2007-07-13 | 1 | -4/+1 | |
| | ||||||
* | I just needed to add a small fact about today's date - seems to be a good | Rainer Gerhards | 2007-07-13 | 1 | -1/+1 | |
| | | | | one for a brand-new build system ;) | |||||
* | preparing for release 1.16.0 | Rainer Gerhards | 2007-07-13 | 1 | -1/+4 | |
| | ||||||
* | made "make dist" work | Rainer Gerhards | 2007-07-13 | 1 | -0/+3 | |
| | ||||||
* | - removed some now-unused fields from struct filed | Rainer Gerhards | 2007-07-13 | 1 | -0/+3 | |
| | | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file) | |||||
* | begun to better modularize syslogd.c - this is an ongoing project; moved | Rainer Gerhards | 2007-07-13 | 1 | -39/+2 | |
| | | | | type definitions to a separate file | |||||
* | dded the -x option to disable hostname dns reslution thanks to varmojfekoj | Rainer Gerhards | 2007-07-13 | 1 | -0/+4 | |
| | | | | for the patch | |||||
* | fixed a bug that caused rsyslogd to segfault when TCP listening was | Rainer Gerhards | 2007-07-11 | 1 | -0/+2 | |
| | | | | disabled and it terminated | |||||
* | removed SYSV preprocessor macro; replaced with autotools equivalent | Rainer Gerhards | 2007-07-11 | 1 | -0/+1 | |
| | ||||||
* | upgrading to autotools build system - thank Peter Vrabec for patches and | Rainer Gerhards | 2007-07-10 | 1 | -0/+956 | |
the idea |