summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.c
Commit message (Expand)AuthorAgeFilesLines
* final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-151-1/+1
* cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-38/+38
* provided ability to discard non-kernel messages present in the kernel msg bufferRainer Gerhards2008-04-141-36/+59
* implemented high precision timestamps for the kernel log.Rainer Gerhards2008-04-121-42/+35
* implemented klog driver for BSDRainer Gerhards2008-04-091-4/+3
* changed imklog to a driver interfaceRainer Gerhards2008-04-081-468/+31
* bugfix: imklog leaked several hundered KB on each HUP. Thanks toRainer Gerhards2008-03-191-0/+3
* added flow control options to other input sourcesRainer Gerhards2008-03-191-1/+1
* some minor things in regard to portabilityRainer Gerhards2008-03-061-4/+10
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-1/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-12/+0
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
* some cleanupRainer Gerhards2008-02-181-16/+0
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-0/+3
* changed interface of logmsg() to make it more straightforwardRainer Gerhards2008-02-131-1/+1
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-1/+1
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-3/+3
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-1/+0
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-8/+2
* fixed old references to rklogd - thanks to Michael Biebl for spotting them.Rainer Gerhards2008-01-031-2/+2
* some cleanupRainer Gerhards2007-12-271-1/+1
* changed termination sync typeRainer Gerhards2007-12-201-1/+1
* - implemented $klogUseSyscallInterface config directiveRainer Gerhards2007-12-201-10/+19
* - working on a potential race condition on the new input module interface.Rainer Gerhards2007-12-201-3/+5
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-24/+30
* code cleanup debugging fixed, should now go through standard debuggingRainer Gerhards2007-12-171-70/+12
* 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