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
*
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
*
bugfix: omfile used invalid obj-call (newly introduced bug)
Rainer Gerhards
2008-03-05
1
-1
/
+1
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-17
/
+0
*
- changed module interface to support querying obj interface (stage work)
Rainer Gerhards
2008-03-04
1
-8
/
+9
*
bugfix: imfile could abort under extreme stress conditions (when it was
Rainer Gerhards
2008-02-27
1
-3
/
+7
*
changed rsCStrObj name to cstr_t, which is more inline with the rest of
Rainer Gerhards
2008-02-21
1
-2
/
+2
*
- added new facility and severity syntaxes to cfsysline handler
Rainer Gerhards
2008-02-14
1
-10
/
+10
*
- improved file polling algorithm for more rapid file data delivery
Rainer Gerhards
2008-02-14
1
-26
/
+30
*
error handling and cleanup in imfile
Rainer Gerhards
2008-02-14
1
-23
/
+28
*
- enhanced file monitor doc
Rainer Gerhards
2008-02-14
1
-7
/
+13
*
some cleanup
Rainer Gerhards
2008-02-13
1
-3
/
+3
*
- fixed a race condition in DoDie() - cosmetic issue in debugging mode,
Rainer Gerhards
2008-02-13
1
-17
/
+105
*
added ability to monitor file accross rotation
Rainer Gerhards
2008-02-13
1
-5
/
+8
*
- introduced a new, more powerful, message submission interface submitMsg()
Rainer Gerhards
2008-02-13
1
-13
/
+20
*
changed interface of logmsg() to make it more straightforward
Rainer Gerhards
2008-02-13
1
-1
/
+1
*
cleaned up imfile.c
Rainer Gerhards
2008-02-13
1
-283
/
+19
*
very quickly hacked a rought outline of the file monitor (without any
Rainer Gerhards
2008-02-01
1
-0
/
+633