<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/tests, branch v4.5.5</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>Merge branch 'v4-stable' into v4-beta</title>
<updated>2009-08-27T10:13:01+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-27T10:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8cd291a0c9eab23fa020d6560715a32c3370f78b'/>
<id>8cd291a0c9eab23fa020d6560715a32c3370f78b</id>
<content type='text'>
Conflicts:
	ChangeLog
	runtime/msg.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	runtime/msg.c
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: Java testing tools were required, even if testbench was disabled</title>
<updated>2009-08-24T10:21:28+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-24T10:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=03918b4478f5523873af32e3f9a62222f5ab7f20'/>
<id>03918b4478f5523873af32e3f9a62222f5ab7f20</id>
<content type='text'>
This resulted in build errors if no Java was present on the build system,
even though none of the selected option actually required Java.
(I forgot to backport a similar fix to newer releases).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resulted in build errors if no Java was present on the build system,
even though none of the selected option actually required Java.
(I forgot to backport a similar fix to newer releases).
</pre>
</div>
</content>
</entry>
<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>
</feed>
