summaryrefslogtreecommitdiffstats
path: root/plugins/imfile
Commit message (Expand)AuthorAgeFilesLines
* my imfile cleanup was a bit too agressive ;)Rainer Gerhards2009-10-191-0/+1
* cosmetic: cleanup of imfileRainer Gerhards2009-10-161-35/+13
* removed no longer needed msg_t property "bParseHOSTNAME"Rainer Gerhards2009-10-131-1/+0
* finished transition to using inputName propertyRainer Gerhards2009-06-301-1/+14
* introduced the idea of detached propertiesRainer Gerhards2009-06-291-1/+1
* optimized hostname processingRainer Gerhards2009-06-231-1/+1
* optimized handling of MSG part in msg objectRainer Gerhards2009-06-181-1/+1
* optimized TAG handling in msg objectRainer Gerhards2009-06-181-1/+3
* cleaned up/optimized raw message handling in msg objectRainer Gerhards2009-06-181-1/+1
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-2/+1
|\
| * removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-1/+0
| * some performance optimizationsRainer Gerhards2009-06-161-1/+1
* | added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-2/+1
* | cleaned up stream class ...Rainer Gerhards2009-06-041-24/+27
|/
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-2/+3
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
* consolidated time calls during msg object creationRainer Gerhards2008-10-021-1/+0
* added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-0/+1
* Merge branch 'v3-stable' into betaRainer Gerhards2008-08-151-3/+15
|\
| * fixed cross-platform compile problem introduced with recent changeRainer Gerhards2008-08-151-6/+13
| * bugfix: imfile could cause a segfault upon rsyslogd HUP and terminationRainer Gerhards2008-08-141-2/+7
* | added (internal) error codes to error messagesRainer Gerhards2008-06-271-5/+5
* | disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-0/+6
* | moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-1/+1
* | modularization workRainer Gerhards2008-04-171-2/+6
* | some more cleanupRainer Gerhards2008-04-161-1/+1
* | made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
|/
* Merge branch 'bsd-port'Rainer Gerhards2008-04-151-0/+3
|\
| * implemented high precision timestamps for the kernel log.Rainer Gerhards2008-04-121-0/+3
* | some cleanupRainer Gerhards2008-04-111-1/+1
|/
* fixed memory leaks in stream class and imfileRainer Gerhards2008-03-271-0/+16
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-201-1/+3
* bugfix: memory leak in imfileRainer Gerhards2008-03-141-2/+8
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-0/+1
* bugfix: rsyslogd segfaulted when imfile read an empty line - thanks toRainer Gerhards2008-03-121-14/+19
* (tried to) fix logerror() call under BSD (but can not yet compile, so thisRainer Gerhards2008-03-061-0/+3
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-051-1/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-5/+8
* bugfix: omfile used invalid obj-call (newly introduced bug)Rainer Gerhards2008-03-051-1/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-17/+0
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-8/+9
* bugfix: imfile could abort under extreme stress conditions (when it wasRainer Gerhards2008-02-271-3/+7
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-2/+2
* - added new facility and severity syntaxes to cfsysline handlerRainer Gerhards2008-02-141-10/+10
* - improved file polling algorithm for more rapid file data deliveryRainer Gerhards2008-02-141-26/+30
* error handling and cleanup in imfileRainer Gerhards2008-02-141-23/+28
* - enhanced file monitor docRainer Gerhards2008-02-141-7/+13
* some cleanupRainer Gerhards2008-02-131-3/+3
* - fixed a race condition in DoDie() - cosmetic issue in debugging mode,Rainer Gerhards2008-02-131-17/+105