summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc updates for 1.12.2v1-12-2Rainer Gerhards2006-02-154-194/+189
* preparing for 1.12.2 releaseRainer Gerhards2006-02-153-9/+6
* fixed a bug in debian startup scriptRainer Gerhards2006-02-022-1/+28
* fixed a bug that caused the default socket (usually /dev/log) to be openedRainer Gerhards2006-01-102-1/+3
* enhanced legacy syslog message parser so that it supports messages withoutRainer Gerhards2006-01-102-28/+28
* finalized field-support in property replacer (doc updated)Rainer Gerhards2005-12-233-199/+240
* finished field-based property replacer codeRainer Gerhards2005-12-233-28/+36
* added support for field-based text extraction in the property replacer.Rainer Gerhards2005-12-224-16/+85
* some code-cleanup; syslog-protocol proof-of-concept basically finishedRainer Gerhards2005-11-241-13/+20
* documentation on syslog-protocol support addedRainer Gerhards2005-11-241-0/+156
* done basic integration of new syslog-protocol properties and emulation ofRainer Gerhards2005-11-241-45/+316
* core parser for syslog-protocol addedRainer Gerhards2005-11-242-32/+390
* fixed a bug in RFC3339 timestamp generation; added support for 3339Rainer Gerhards2005-11-232-6/+6
* housekeeping/preparing for next releaseRainer Gerhards2005-11-233-2/+4
* removed turkish install pdf from the package doc due to size issue andv1-12-1Rainer Gerhards2005-11-231-1/+1
* doc updates for 1.12.1 releaseRainer Gerhards2005-11-234-816/+816
* streamlined internal log messages (removed the now-duplicate tag text)Rainer Gerhards2005-11-162-8/+10
* added tag to internally-generated messagesRainer Gerhards2005-11-161-1/+2
* added additional code to handle messages with missing hostname. NowRainer Gerhards2005-11-141-4/+35
* enhanced the message parser so that it (very often) properly identifiesRainer Gerhards2005-11-102-1/+42
* reflected new status of syslog-protocol featureRainer Gerhards2005-11-092-84/+82
* fixed a bug causing core dump when no TAG was in messageRainer Gerhards2005-11-042-2/+6
* fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed aRainer Gerhards2005-10-285-6/+10
* made multithreading work under BSDRainer Gerhards2005-10-263-10/+61
* preparing for 1.12.0 releasev1-12-0Rainer Gerhards2005-10-263-6/+9
* Doc updates to refelect 1.12.0 releaseRainer Gerhards2005-10-262-85/+84
* being doc updatesRainer Gerhards2005-10-251-0/+5
* BSD cleanupRainer Gerhards2005-10-251-2/+2
* removed a testing aid that accidently stayed in the codeRainer Gerhards2005-10-251-2/+2
* dual-threading code looks now fairly complete and stableRainer Gerhards2005-10-253-665/+714
* fixed some issues with TCP senderRainer Gerhards2005-10-253-10/+48
* fixed bug in tcp sender that could cause rsyslogd to dump coreRainer Gerhards2005-10-253-9/+24
* patch for BSD-Makefile PTHREADS featureRainer Gerhards2005-10-251-0/+1
* some minor cosmetic things (preparing for bsd tests)Rainer Gerhards2005-10-251-8/+8
* coming closer to a real dual-threading implementation. Now with queue.Rainer Gerhards2005-10-251-37/+163
* first steps with pthread, crashes at program endRainer Gerhards2005-10-243-35/+122
* doing some tests with cross-platform pthreads (mutex object as tester)Rainer Gerhards2005-10-241-0/+7
* some test implementation for mutexes. now testing on different targetRainer Gerhards2005-10-241-4/+39
* some non-intrusive preparations for dual-threadingRainer Gerhards2005-10-244-92/+154
* made sure no call to exit or die is done once rsyslogd is runningRainer Gerhards2005-10-243-41/+47
* fixed potential race condition with domark(); improved debug outputRainer Gerhards2005-10-202-27/+59
* preparation for next release (housekeeping)Rainer Gerhards2005-10-193-3/+5
* preparing for building 1.11.1v1-11-1Rainer Gerhards2005-10-191-2/+2
* doc updates for 1.11.1Rainer Gerhards2005-10-193-4/+25
* rsyslogd still shares some code with the sysklogd project. Some patches forRainer Gerhards2005-10-192-16/+58
* made "!progname" fully BSD-compliant; added property "programname"Rainer Gerhards2005-10-196-34/+111
* fixing a bug with the "startswith" comparison mode; more work on BSD-styleRainer Gerhards2005-10-194-12/+69
* added support for BSD-style host blocksRainer Gerhards2005-10-193-55/+184
* mostly finished BSD-style progname blockRainer Gerhards2005-10-181-0/+14
* begin implementing BSD-style program blocksRainer Gerhards2005-10-185-50/+218