summaryrefslogtreecommitdiffstats
path: root/plugins/imfile/imfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2010-11-251-0/+1
|\
| * Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-251-0/+1
| |\
| | * imfile improvementsRainer Gerhards2010-10-271-3/+17
| | * Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-151-1/+4
| | |\
* | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-201-3/+17
|\| | |
| * | | Merge branch 'v4-devel' into v5-develroot2010-10-201-3/+17
| |\ \ \
| | * | | imfile improvementsRainer Gerhards2010-10-241-18/+17
| | | |/ | | |/|
| | * | fixed incomplete mergeRainer Gerhards2010-10-151-0/+1
| | * | imfile: bugfixes in regard to large files (> 2GB)Rainer Gerhards2010-10-151-1/+3
* | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-151-1/+4
|\| | |
| * | | imfile: bug fixesRainer Gerhards2010-10-151-1/+4
| | |/ | |/|
* / | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-8/+8
|/ /
* | 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
* 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
|/
* 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
* 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