summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - implemented $klogUseSyscallInterface config directiveRainer Gerhards2007-12-201-10/+19
| | | | - implemented $klogSymbolLookup config directive
* - working on a potential race condition on the new input module interface.Rainer Gerhards2007-12-201-3/+5
| | | | | | | | | | 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.
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-24/+30
| | | | - implemented $klogSymbolsTwice config directive
* code cleanup debugging fixed, should now go through standard debuggingRainer Gerhards2007-12-171-70/+12
| | | | facility
* limited debug outputRainer Gerhards2007-12-171-5/+3
|
* fix for compile problemRainer Gerhards2007-12-171-0/+1
|
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-0/+753