summaryrefslogtreecommitdiffstats
path: root/plugins/immark
Commit message (Collapse)AuthorAgeFilesLines
* fixed issue left over from debuging :(Rainer Gerhards2008-02-011-2/+1
|
* - some cleanupRainer Gerhards2008-01-101-1/+0
| | | | | - implemented management function for worker thread 0 in order to change queue workers dynamically -- stage work
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-1/+0
| | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
|
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-4/+2
|
* - working on a potential race condition on the new input module interface.Rainer Gerhards2007-12-201-0/+1
| | | | | | | | | | See newsgroup posting for details on the issue: http://groups.google.com/group/comp.programming.threads/msg/330b9675f17 a1ad6 I tried some mutex operations but came to the conclusion that this does not really help. So I have now switched to plain thread cancellation, which so far seems to be OK. Need more practical experience with other input modules to make a final decision. Thus I leave all code in and have just disabled the problematic code.
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-181-2/+2
|
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-0/+5
| | | | - implemented $klogSymbolsTwice config directive
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-3/+1
|
* command $ResetConfigVariables implemented for immark.cRainer Gerhards2007-12-171-1/+11
|
* implemented $MarkMessagePeriod config directiveRainer Gerhards2007-12-171-4/+10
|
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-17/+13
|
* tried to work-around zlib compile problem in immark.c on some platformsRainer Gerhards2007-12-171-1/+1
|
* graceful termination now supportedRainer Gerhards2007-12-141-1/+2
|
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-4/+12
|
* - begun to create input module interface and macrosRainer Gerhards2007-12-141-6/+40
| | | | - changed module interface to include function to query type
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-142-14/+16
|
* begin work on on immark, the first input module. In the long term this willRainer Gerhards2007-12-144-0/+127
lead to a complete rewrite of the input system