<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imfile, branch v4.8.0</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>imfile improvements</title>
<updated>2010-10-24T12:31:12+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-10-24T12:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ffd08f2a6caaaddb86ccbec4206bf560d34fcfd7'/>
<id>ffd08f2a6caaaddb86ccbec4206bf560d34fcfd7</id>
<content type='text'>
- added the $InputFilePersistStateInterval config directive to imfile
- changed imfile so that the state file is never deleted (makes imfile
  more robust in regard to fatal failures)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added the $InputFilePersistStateInterval config directive to imfile
- changed imfile so that the state file is never deleted (makes imfile
  more robust in regard to fatal failures)
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed incomplete merge</title>
<updated>2010-10-15T14:47:31+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-10-15T14:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=c27a2ab6867897ec379ec1e9afb216c99070b33e'/>
<id>c27a2ab6867897ec379ec1e9afb216c99070b33e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>imfile: bugfixes in regard to large files (&gt; 2GB)</title>
<updated>2010-10-15T14:39:10+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-10-15T14:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=90933057bc2f014fd2124ba7d830652e9b1ead96'/>
<id>90933057bc2f014fd2124ba7d830652e9b1ead96</id>
<content type='text'>
- bugfix: a couple of problems that imfile had on some platforms, namely
  Ubuntu (not their fault, but occured there)
- bugfix: imfile utilizes 32 bit to track offset. Most importantly,
  this problem can not experienced on Fedora 64 bit OS (which has
  64 bit long's!)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bugfix: a couple of problems that imfile had on some platforms, namely
  Ubuntu (not their fault, but occured there)
- bugfix: imfile utilizes 32 bit to track offset. Most importantly,
  this problem can not experienced on Fedora 64 bit OS (which has
  64 bit long's!)
</pre>
</div>
</content>
</entry>
<entry>
<title>finished transition to using inputName property</title>
<updated>2009-06-30T13:21:15+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-30T13:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e397c34d2a6c7c1e4c116fd2363cb173e32eb2a2'/>
<id>e397c34d2a6c7c1e4c116fd2363cb173e32eb2a2</id>
<content type='text'>
... plus some celanup and adding minor missing functionality
(the rule debug info again tell the property name, not just number).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... plus some celanup and adding minor missing functionality
(the rule debug info again tell the property name, not just number).
</pre>
</div>
</content>
</entry>
<entry>
<title>introduced the idea of detached properties</title>
<updated>2009-06-29T14:53:26+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-29T14:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=de84a12f8a5f140c0f7b8e00f4cac92ef13cd866'/>
<id>de84a12f8a5f140c0f7b8e00f4cac92ef13cd866</id>
<content type='text'>
some things inside the message can be used over a large number of
messages and need to to be allocated and re-written every time. I now
begin to implement this as a "prop_t" object, first use for the inputName.
Some input modules are already converted, some others to go. Will do
a little performance check on the new method before I go further.

Also, this commit has some cleanup and a few bug fixes that prevented
compiliation in debug mode (I overlooked this as I did not compile
for debug, what I normally do, and the automatted test also does not
do that)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some things inside the message can be used over a large number of
messages and need to to be allocated and re-written every time. I now
begin to implement this as a "prop_t" object, first use for the inputName.
Some input modules are already converted, some others to go. Will do
a little performance check on the new method before I go further.

Also, this commit has some cleanup and a few bug fixes that prevented
compiliation in debug mode (I overlooked this as I did not compile
for debug, what I normally do, and the automatted test also does not
do that)
</pre>
</div>
</content>
</entry>
<entry>
<title>optimized hostname processing</title>
<updated>2009-06-23T14:32:29+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-23T14:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=662ad3e4bf8dbd317d18aa1afcbf3e8b9e424506'/>
<id>662ad3e4bf8dbd317d18aa1afcbf3e8b9e424506</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>optimized handling of MSG part in msg object</title>
<updated>2009-06-18T14:51:40+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T14:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2de4964affabc1ccf61bc72426a468fc871a54d0'/>
<id>2de4964affabc1ccf61bc72426a468fc871a54d0</id>
<content type='text'>
WARNING: currently, message repeation processing is disabled, must
be reenabled (but prefer to do some other tests first)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WARNING: currently, message repeation processing is disabled, must
be reenabled (but prefer to do some other tests first)
</pre>
</div>
</content>
</entry>
<entry>
<title>optimized TAG handling in msg object</title>
<updated>2009-06-18T12:30:21+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T12:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2f86678c577ee469852ffae35123c4a90b12d214'/>
<id>2f86678c577ee469852ffae35123c4a90b12d214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleaned up/optimized raw message handling in msg object</title>
<updated>2009-06-18T11:22:21+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T11:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8628312396b1535c41124e499d292f4d1e77d955'/>
<id>8628312396b1535c41124e499d292f4d1e77d955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into omfile</title>
<updated>2009-06-16T10:59:55+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-16T10:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=98348ae03d217d1971c54ff135b6a5ce1dff7087'/>
<id>98348ae03d217d1971c54ff135b6a5ce1dff7087</id>
<content type='text'>
Conflicts:
	ChangeLog
	runtime/msg.h
	tcps_sess.c
	tcpsrv.c
	tools/syslogd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	runtime/msg.h
	tcps_sess.c
	tcpsrv.c
	tools/syslogd.c
</pre>
</div>
</content>
</entry>
</feed>
