summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* forgotten to comment out some dprintf()s - fixed thatRainer Gerhards2007-07-051-5/+5
|
* removed some no-longer-necessary dprintf()s; worked towards more unsignedRainer Gerhards2007-07-051-28/+31
| | | | chars
* added $DynaFileCacheSize docRainer Gerhards2007-07-041-1/+55
|
* cleaned up some issues with $FileCreateModeRainer Gerhards2007-07-044-9/+35
|
* checks for extra (unexpected) characters in system config file lines haveRainer Gerhards2007-07-041-2/+16
| | | | been added
* some more unsigned char conversions...Rainer Gerhards2007-07-044-4/+4
|
* added $umask and $FileCreateMode config file directivesRainer Gerhards2007-07-042-29/+115
|
* added missing IPv6 doc fileRainer Gerhards2007-07-041-0/+48
|
* added a few links for easier readingRainer Gerhards2007-07-042-5/+11
|
* documented new dynamic file naming featureRainer Gerhards2007-07-042-765/+805
|
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-038-163/+165
| | | | number of char to unsigned char
* added support for dynamic file names in selector lines. Can now be createdRainer Gerhards2007-07-036-36/+232
| | | | with templates.
* bumped version number to do new workRainer Gerhards2007-07-032-2/+4
|
* updated rsyslogd man page with new options (-46A)v1-14-2Rainer Gerhards2007-07-034-3/+34
|
* fixed invalid link to changelogRainer Gerhards2007-07-031-1/+2
|
* preparing 1.14.2 releaseRainer Gerhards2007-07-032-4/+4
|
* fixed bug when obtaining port from /etc/servicesRainer Gerhards2007-07-032-4/+3
|
* restored "-r 0" /etc/service lookup; improved debug outputRainer Gerhards2007-07-023-24/+89
|
* added more doc on IPv6 specificsRainer Gerhards2007-07-023-3/+3
|
* Applied patch to make rsyslog compile under solaris. thanks to BartoszRainer Gerhards2007-07-021-2/+5
| | | | Kuźma for providing the patch.
* bumping up version numberRainer Gerhards2007-07-022-1/+3
|
* doc updates for 1.14.1 releasev1-14-1Rainer Gerhards2007-06-292-4/+4
|
* done integrating Peter's IPv6 TCP patchRainer Gerhards2007-06-292-2/+2
|
* fixed a bug in freeAllSockets() that caused core dump during syslogdRainer Gerhards2007-06-291-14/+33
| | | | termination; also done some cosmetic changes
* reviewing TCP IPv6, done some changes, also some other minor text changes.Rainer Gerhards2007-06-283-37/+59
| | | | Checking in before leaving to Genesis concert ;)
* use of port 0 as indicator for "default port" re-enabledRainer Gerhards2007-06-281-9/+25
|
* starting to work on new version - bumped version numberRainer Gerhards2007-06-282-1/+4
|
* applied Peter Vrabec's IPv6 TCP patch - many thanks! :)Rainer Gerhards2007-06-281-115/+187
|
* extremly minor: changed copyright year in makefilesv1-14-0Rainer Gerhards2007-06-284-4/+4
|
* doc updates for release 1.14.0Rainer Gerhards2007-06-283-104/+107
|
* added init script fixRainer Gerhards2007-06-281-0/+2
|
* done more IPv6 work, fixed memory leak on HUP due to new port stringbufferRainer Gerhards2007-06-282-46/+97
| | | | in struct filed.
* to solve bug similar toRainer Gerhards2007-06-261-14/+14
| | | | | http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245330 - thanks Peter Vrabec
* there was some program text duplicated for whatever reason. It had noRainer Gerhards2007-06-261-298/+0
| | | | effect, as it were mostly comments. I have fixed that now.