summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | platforms
* 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
| | | | this shared code have been brought over from the sysklogd CVS.
* 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
| | | | host blocks
* 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
|
* added capability to specify listen port for rfc3195dRainer Gerhards2005-10-143-4/+27
|
* some restructuring, mostly preparation for an eventual move to aRainer Gerhards2005-10-134-138/+173
| | | | dual-threading model
* fixed some make issues when compiling without rfc 3195 supportv1-11-0Rainer Gerhards2005-10-123-6/+24
|
* final touches for 1.11.0Rainer Gerhards2005-10-123-2/+20
|
* updated doc to reflect 1.11.0Rainer Gerhards2005-10-124-12/+15
|
* added man page for rfc3195dRainer Gerhards2005-10-123-1/+82
|
* added first (simple) version of rfc3195 receiver; some bug fixes andRainer Gerhards2005-10-124-187/+293
| | | | supporting changes to rsyslogd
* begin implementing RFC 3195 supportRainer Gerhards2005-10-067-13/+183
|
* updated docs to reflect new stable release 1.0.2Rainer Gerhards2005-10-052-2/+6
|
* perparing for next release (housekeeping stuff)Rainer Gerhards2005-09-274-4/+6
|
* minor doc changev1-10-2Rainer Gerhards2005-09-271-1/+1
|
* updated sample config; better error reporting on allowedSendersRainer Gerhards2005-09-273-4/+69
|
* updated config file doc to match new featuresRainer Gerhards2005-09-273-63/+162
|
* updated man page to refelect new command line optionRainer Gerhards2005-09-272-2/+7
|
* updated features doc to reflect new featuresRainer Gerhards2005-09-271-5/+9
|
* added allowedSender support for TCPRainer Gerhards2005-09-275-24/+71
|
* fixed 'logerror' issue in DBErrorHandler which caused an endless loopMichael Meckelein2005-09-271-1/+3
|
* completed allowedSender support for UDP (TCP to come next)Rainer Gerhards2005-09-272-38/+110
|
* nearing completion of allowedSenders functionalityRainer Gerhards2005-09-274-52/+279
|
* (working but partial) evening snap for udp_allowed_sendersRainer Gerhards2005-09-261-12/+62
|
* begin support for allowed sendersRainer Gerhards2005-09-262-28/+110
|
* added the "startwith" property-filter comparison operationRainer Gerhards2005-09-265-11/+50
|
* added isequal comparison operation; ability to negat comparison operationsRainer Gerhards2005-09-267-48/+172
| | | | fixed some bugs
* doc updatesRainer Gerhards2005-09-232-12/+16
|