index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
imfile
/
imfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
backporting patch for clean make distcheck
Rainer Gerhards
2011-03-16
1
-0
/
+8
*
added work-around for bug in gtls, which causes fd leak when using TLS
Bojan Smojver
2011-02-23
1
-0
/
+1
*
enhance: imfile did not yet support multiple rulesets, now added
Rainer Gerhards
2011-02-18
1
-0
/
+34
*
bugfix: very long running actions could prevent shutdown under some circumsta...
Rainer Gerhards
2011-02-11
1
-3
/
+3
*
enhanced imfile to support non-cancel input termination
Rainer Gerhards
2011-02-10
1
-6
/
+16
*
enhanced imfile to support multi-line messages
David Lang
2011-01-25
1
-1
/
+7
*
Merge branch 'v5-beta' into v5-devel
Rainer Gerhards
2010-11-25
1
-0
/
+1
|
\
|
*
imfile improvements
Rainer Gerhards
2010-10-27
1
-3
/
+17
|
*
Merge branch 'v4-devel' into v5-beta
Rainer Gerhards
2010-10-15
1
-1
/
+4
|
|
\
*
|
\
Merge branch 'v4-devel' into v5-devel
root
2010-10-20
1
-3
/
+17
|
\
\
\
|
*
|
|
imfile improvements
Rainer Gerhards
2010-10-24
1
-18
/
+17
|
|
|
/
|
|
/
|
|
*
|
fixed incomplete merge
Rainer Gerhards
2010-10-15
1
-0
/
+1
|
*
|
imfile: bugfixes in regard to large files (> 2GB)
Rainer Gerhards
2010-10-15
1
-1
/
+3
*
|
|
imfile: bug fixes
Rainer Gerhards
2010-10-15
1
-1
/
+4
|
|
/
|
/
|
*
|
my imfile cleanup was a bit too agressive ;)
Rainer Gerhards
2009-10-19
1
-0
/
+1
*
|
cosmetic: cleanup of imfile
Rainer Gerhards
2009-10-16
1
-35
/
+13
*
|
removed no longer needed msg_t property "bParseHOSTNAME"
Rainer Gerhards
2009-10-13
1
-1
/
+0
|
/
*
finished transition to using inputName property
Rainer Gerhards
2009-06-30
1
-1
/
+14
*
introduced the idea of detached properties
Rainer Gerhards
2009-06-29
1
-1
/
+1
*
optimized hostname processing
Rainer Gerhards
2009-06-23
1
-1
/
+1
*
optimized handling of MSG part in msg object
Rainer Gerhards
2009-06-18
1
-1
/
+1
*
optimized TAG handling in msg object
Rainer Gerhards
2009-06-18
1
-1
/
+3
*
cleaned up/optimized raw message handling in msg object
Rainer Gerhards
2009-06-18
1
-1
/
+1
*
Merge branch 'master' into omfile
Rainer Gerhards
2009-06-16
1
-2
/
+1
|
\
|
*
removed long-obsoleted property UxTradMsg
Rainer Gerhards
2009-06-16
1
-1
/
+0
|
*
some performance optimizations
Rainer Gerhards
2009-06-16
1
-1
/
+1
*
|
added $OMFileIOBufferSize config directive and plumbing
Rainer Gerhards
2009-06-04
1
-2
/
+1
*
|
cleaned up stream class ...
Rainer Gerhards
2009-06-04
1
-24
/
+27
|
/
*
added capability to run multiple tcp listeners (on different ports)
Rainer Gerhards
2009-05-22
1
-2
/
+3
*
consolidated time calls during msg object creation
Rainer Gerhards
2008-10-02
1
-1
/
+0
*
added properties "inputname" and "$myhostname"
Rainer Gerhards
2008-09-10
1
-0
/
+1
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-08-15
1
-3
/
+15
|
\
|
*
fixed cross-platform compile problem introduced with recent change
Rainer Gerhards
2008-08-15
1
-6
/
+13
|
*
bugfix: imfile could cause a segfault upon rsyslogd HUP and termination
Rainer Gerhards
2008-08-14
1
-2
/
+7
*
|
added (internal) error codes to error messages
Rainer Gerhards
2008-06-27
1
-5
/
+5
*
|
disabled compile warnings caused by third-party libraries
Rainer Gerhards
2008-06-23
1
-0
/
+6
*
|
moved host/domain-name related variables to global data pool
Rainer Gerhards
2008-04-17
1
-1
/
+1
*
|
modularization work
Rainer Gerhards
2008-04-17
1
-2
/
+6
*
|
some more cleanup
Rainer Gerhards
2008-04-16
1
-1
/
+1
|
/
*
Merge branch 'bsd-port'
Rainer Gerhards
2008-04-15
1
-0
/
+3
|
\
|
*
implemented high precision timestamps for the kernel log.
Rainer Gerhards
2008-04-12
1
-0
/
+3
*
|
some cleanup
Rainer Gerhards
2008-04-11
1
-1
/
+1
|
/
*
fixed memory leaks in stream class and imfile
Rainer Gerhards
2008-03-27
1
-0
/
+16
*
bugfix: fixed some minor memory leaks
Rainer Gerhards
2008-03-20
1
-1
/
+3
*
bugfix: memory leak in imfile
Rainer Gerhards
2008-03-14
1
-2
/
+8
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
1
-0
/
+1
*
bugfix: rsyslogd segfaulted when imfile read an empty line - thanks to
Rainer Gerhards
2008-03-12
1
-14
/
+19
*
(tried to) fix logerror() call under BSD (but can not yet compile, so this
Rainer Gerhards
2008-03-06
1
-0
/
+3
*
moved date/time handling functions to their own object (2nd pass)
Rainer Gerhards
2008-03-05
1
-1
/
+4
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-5
/
+8
[next]