<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/tests, branch v4.5.2</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>legacy syslog parser changed so that it now accepts date stamps in wrong case.</title>
<updated>2009-08-17T12:44:42+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-17T12:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=aa10f7a16415112c014c6c628f2f25f4eb4beaa2'/>
<id>aa10f7a16415112c014c6c628f2f25f4eb4beaa2</id>
<content type='text'>
Some devices seem to create them and I do not see any harm in supporting that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some devices seem to create them and I do not see any harm in supporting that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-beta' into v4-devel</title>
<updated>2009-07-09T14:35:13+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-09T14:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ab40107149038898ef24479a6911d9cd7770a56c'/>
<id>ab40107149038898ef24479a6911d9cd7770a56c</id>
<content type='text'>
Conflicts:
	tests/nettester.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	tests/nettester.c
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: message could be truncated after TAG, often when forwarding</title>
<updated>2009-07-09T14:32:14+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-09T14:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9de685929e4c202d470e07ec28fda41a5efc8eaf'/>
<id>9de685929e4c202d470e07ec28fda41a5efc8eaf</id>
<content type='text'>
This was a result of an internal processing error if maximum field
sizes had been specified in the property replacer.
Also did some testbench improvements, including omstdout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was a result of an internal processing error if maximum field
sizes had been specified in the property replacer.
Also did some testbench improvements, including omstdout.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed a bug introduced today that lead to an abort in queue disk mode</title>
<updated>2009-07-07T15:18:51+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-07T15:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=26227091faac8c3cc9bc282eb4e4fc408635f8d2'/>
<id>26227091faac8c3cc9bc282eb4e4fc408635f8d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>solved a race condition</title>
<updated>2009-07-07T10:09:41+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-07T10:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=f53aa966e1fad03c478de342f5a878e57405de13'/>
<id>f53aa966e1fad03c478de342f5a878e57405de13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved zip part to writer thread</title>
<updated>2009-07-06T17:44:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-06T17:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=53b055b6aabd87fa096edf70a6e58eea6c87f38b'/>
<id>53b055b6aabd87fa096edf70a6e58eea6c87f38b</id>
<content type='text'>
... this is necessary in preparation for the final solution (we need
to have a "unified" writer). If it causes worse performance to have the
zip writher togehter with the synchronous write, we may do an async write...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... this is necessary in preparation for the final solution (we need
to have a "unified" writer). If it causes worse performance to have the
zip writher togehter with the synchronous write, we may do an async write...
</pre>
</div>
</content>
</entry>
<entry>
<title>first shot at asynchronous stream writer with timeout capability</title>
<updated>2009-07-06T14:38:09+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-06T14:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e3040285dbf0854443bc2443e0de5ac59f6f839e'/>
<id>e3040285dbf0854443bc2443e0de5ac59f6f839e</id>
<content type='text'>
... seems to work on quick testing, but needs a far more testing
and improvement. Good milestone commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... seems to work on quick testing, but needs a far more testing
and improvement. Good milestone commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>omfile itself no longer needs zlib</title>
<updated>2009-07-02T15:06:00+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-02T15:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b37a1eb0f8422102c11c597f15139d64c2d51c13'/>
<id>b37a1eb0f8422102c11c597f15139d64c2d51c13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>updated testbench to new init() behavior</title>
<updated>2009-06-29T09:37:29+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-29T09:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=4822715a6e1ecc48d50a5450f93f02f785b8745a'/>
<id>4822715a6e1ecc48d50a5450f93f02f785b8745a</id>
<content type='text'>
the deferred activation of input modules broke part of the testbench -
but this was a testbench issue, not one of the patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the deferred activation of input modules broke part of the testbench -
but this was a testbench issue, not one of the patch
</pre>
</div>
</content>
</entry>
</feed>
