summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* fixed typosRainer Gerhards2007-07-131-4/+1
|
* I just needed to add a small fact about today's date - seems to be a goodRainer Gerhards2007-07-131-1/+1
| | | | one for a brand-new build system ;)
* preparing for release 1.16.0Rainer Gerhards2007-07-131-1/+4
|
* made "make dist" workRainer Gerhards2007-07-131-0/+3
|
* - removed some now-unused fields from struct filedRainer Gerhards2007-07-131-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; movedRainer Gerhards2007-07-131-39/+2
| | | | type definitions to a separate file
* dded the -x option to disable hostname dns reslution thanks to varmojfekojRainer Gerhards2007-07-131-0/+4
| | | | for the patch
* fixed a bug that caused rsyslogd to segfault when TCP listening wasRainer Gerhards2007-07-111-0/+2
| | | | disabled and it terminated
* removed SYSV preprocessor macro; replaced with autotools equivalentRainer Gerhards2007-07-111-0/+1
|
* upgrading to autotools build system - thank Peter Vrabec for patches andRainer Gerhards2007-07-101-0/+956
the idea