summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 1.16.0 releasev1-16-0Rainer Gerhards2007-07-131-3/+3
|
* 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
|
* updated doc to reflect new build systemRainer Gerhards2007-07-132-184/+159
|
* disabled a check that I do not get right, so that I can releaseRainer Gerhards2007-07-131-8/+9
|
* added missing filesRainer Gerhards2007-07-131-4/+4
|
* file is no longer correct, will re-add when I receive a new versionRainer Gerhards2007-07-131-0/+0
|
* this is an output file, does not belong in cvsRainer Gerhards2007-07-131-9195/+0
|
* made "make dist" workRainer Gerhards2007-07-134-54/+744
|
* ... and I also was too quick in re-adding it. Done more work - it's a plainRainer Gerhards2007-07-131-685/+0
| | | | | output file, nothing that belongs in cvs. I now use make dist and all pain has ceased ;)
* removed no longer needed includeRainer Gerhards2007-07-131-3/+0
|
* added man filesRainer Gerhards2007-07-131-0/+2
|
* I was too quick with deleting this file, it obviously is required forRainer Gerhards2007-07-131-0/+685
| | | | | ./configure, so I'd rather like to have it in cvs (let's see if I change my mind some time...)
* config.h.in is an output file of autoheader - does not belong in cvsRainer Gerhards2007-07-131-274/+0
|
* shuffled more defintions; defined new type msg_t for struct msgRainer Gerhards2007-07-132-90/+92
|
* - removed some now-unused fields from struct filedRainer Gerhards2007-07-134-19/+18
| | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file)
* automake output file - does not belong in cvsRainer Gerhards2007-07-131-685/+0
|
* fixed forgotten multi-include preventionRainer Gerhards2007-07-131-0/+5
|
* begun to better modularize syslogd.c - this is an ongoing project; movedRainer Gerhards2007-07-133-333/+325
| | | | type definitions to a separate file
* removed old build systemRainer Gerhards2007-07-137-453/+0
|
* dded the -x option to disable hostname dns reslution thanks to varmojfekojRainer Gerhards2007-07-133-11/+26
| | | | for the patch
* added new properties "syslogfacility-text" and "syslogseverity-text" thanksRainer Gerhards2007-07-121-1/+74
| | | | to varmojfekoj for the patch
* added new propertiesRainer Gerhards2007-07-111-1/+8
|
* fixed a bug that caused rsyslogd to segfault when TCP listening wasRainer Gerhards2007-07-112-2/+3
| | | | disabled and it terminated
* remove file, its autotools output file and does not belong in CVSRainer Gerhards2007-07-114-288/+43
|
* this is an autotools output file, does not belong in CVSRainer Gerhards2007-07-111-685/+0
|
* removed SYSV preprocessor macro; replaced with autotools equivalentRainer Gerhards2007-07-1110-53/+29
|
* moving towards autotools build system - config.h include forgotten & nowRainer Gerhards2007-07-1111-12/+34
| | | | fixed
* moving to autotoolsRainer Gerhards2007-07-102-0/+958
|
* taking advantage of new build system - in the process of removing SYSVRainer Gerhards2007-07-101-6/+3
|
* upgraded to autotools build system - thanks Peter Vrabec for patches andRainer Gerhards2007-07-101-1/+1
| | | | the idea
* upgrading to autotools build system - thank Peter Vrabec for patches andRainer Gerhards2007-07-1014-972/+13182
| | | | the idea
* moving to autotools build system - version.h contents now in config.hRainer Gerhards2007-07-101-2/+0
|
* preparing for 1.15.1 releasev1-15-1Rainer Gerhards2007-07-106-133/+148
|
* removed a testing aidRainer Gerhards2007-07-101-2/+1
|
* adding uchar type for easy refRainer Gerhards2007-07-101-1/+6
|
* re-enabled the "last message repeated n times" featureRainer Gerhards2007-07-103-200/+309
|
* added system properties: $NOW, $YEAR, $MONTH, $DAY, $HOUR, $MINUTERainer Gerhards2007-07-101-2/+81
|
* added doc to the $NOW family of propertiesRainer Gerhards2007-07-101-1/+10
|
* removed duplicate (conditional) codeRainer Gerhards2007-07-091-4/+0
|
* fixed a bug that caused compilation without SYSLOG_INET to failRainer Gerhards2007-07-091-14/+27
|
* optimized memory layout in struct filed when compiled with MySQL supportRainer Gerhards2007-07-061-38/+39
|
* changed is...() functions with (int) cast for clean BSD compileRainer Gerhards2007-07-061-23/+23
|
* added upcoming features - thanks to tbird for suggestionsRainer Gerhards2007-07-061-2/+15
|
* improved template processing for dynaFiles; templates are now only lookedRainer Gerhards2007-07-051-11/+14
| | | | up during initialization - speeds up processing
* fixed a bug that caused a dynaFile selector to stall when there was an openRainer Gerhards2007-07-052-17/+39
| | | | error with one file
* bumped version numberRainer Gerhards2007-07-051-1/+1
|
* preparing for release 1.15.0v1-15-0Rainer Gerhards2007-07-054-9/+6
|
* implemented a cache for selectors with dynamic file namesRainer Gerhards2007-07-051-46/+248
|