<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/runtime, branch v5.7.4</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>bugfix: fixed compile problem due to empty structs</title>
<updated>2011-02-16T17:20:59+00:00</updated>
<author>
<name>Dražen Kačar</name>
<email>dave@fly.srk.fer.hr</email>
</author>
<published>2011-02-16T17:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7052d3c378ff600f9f03a05b1918d8eda6b76e2b'/>
<id>7052d3c378ff600f9f03a05b1918d8eda6b76e2b</id>
<content type='text'>
this occured only on some platforms/compilers. thanks to Dražen Kačar
for the fix

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this occured only on some platforms/compilers. thanks to Dražen Kačar
for the fix

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>improved error reporting for $WorkDirectory</title>
<updated>2011-02-15T10:06:15+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-02-15T10:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=49c2bc380c34c346dafffe5c5a4059fa2f604680'/>
<id>49c2bc380c34c346dafffe5c5a4059fa2f604680</id>
<content type='text'>
non-existance and other detectable problems are now reported,
and the work directory is NOT set in this case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
non-existance and other detectable problems are now reported,
and the work directory is NOT set in this case
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: very long running actions could prevent shutdown under some circumstances</title>
<updated>2011-02-11T16:47:30+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-02-11T16:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=f3d354da3e373f9c4890a78e5274a6ba02f1c8cb'/>
<id>f3d354da3e373f9c4890a78e5274a6ba02f1c8cb</id>
<content type='text'>
This has now been solved, at least for common situations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has now been solved, at least for common situations.
</pre>
</div>
</content>
</entry>
<entry>
<title>removed no longer needed code</title>
<updated>2011-02-11T16:06:20+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-02-11T16:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=6a18d25cbec2676a7910ff038170716293abe89f'/>
<id>6a18d25cbec2676a7910ff038170716293abe89f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: queue engine did not properly slow down inputs in FULL_DELAY mode...</title>
<updated>2011-02-11T13:56:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-02-11T13:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=121f5ab4ec4e766aeae5671005325a6aef4a1806'/>
<id>121f5ab4ec4e766aeae5671005325a6aef4a1806</id>
<content type='text'>
...when in disk-assisted mode. This especially affected imfile, which
created unnecessarily queue files if a large set of input file data was
to process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...when in disk-assisted mode. This especially affected imfile, which
created unnecessarily queue files if a large set of input file data was
to process.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: abort if imfile reads file line of more than 64KiB</title>
<updated>2011-02-10T16:50:41+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-02-10T16:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1f66eb6efaf2c4bea18242645c85b51fe5236fb9'/>
<id>1f66eb6efaf2c4bea18242645c85b51fe5236fb9</id>
<content type='text'>
Thanks to Peter Eisentraut for reporting and analysing this problem.
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Peter Eisentraut for reporting and analysing this problem.
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic: making comments in stream.c a bit more readable</title>
<updated>2011-02-10T16:46:04+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-02-10T16:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=df6bad70d4df6b9142f988bd4ed859555756fd15'/>
<id>df6bad70d4df6b9142f988bd4ed859555756fd15</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 'v5-stable' into v5-devel</title>
<updated>2011-01-26T12:03:19+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-01-26T12:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b231db5253d68f1b707433aa708497b898aeb4ac'/>
<id>b231db5253d68f1b707433aa708497b898aeb4ac</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-stable' into v5-stable</title>
<updated>2011-01-26T11:38:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-01-26T11:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=464103820b9213e840bc8bfb5da55c77f18a6e9f'/>
<id>464103820b9213e840bc8bfb5da55c77f18a6e9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enhanced imfile to support multi-line messages</title>
<updated>2011-01-25T13:24:50+00:00</updated>
<author>
<name>David Lang</name>
<email>david@lang.hm</email>
</author>
<published>2011-01-25T13:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=9813a12789d08a00fa96c11f113cd531c7f2ce7b'/>
<id>9813a12789d08a00fa96c11f113cd531c7f2ce7b</id>
<content type='text'>
Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
