<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/runtime, branch v4.4.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>Merge branch 'v4.3.2' (v4-beta) into v4-stable</title>
<updated>2009-08-21T08:19:56+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-21T08:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bd7542b51593739893922e8ec8fb6d7195d06cbe'/>
<id>bd7542b51593739893922e8ec8fb6d7195d06cbe</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	tests/Makefile.am
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	tests/Makefile.am
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into v4-stable</title>
<updated>2009-06-24T13:16:35+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-24T13:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=736a3631e63955175294311988090e22dac93a8e'/>
<id>736a3631e63955175294311988090e22dac93a8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: invalid mutex release in msg.c</title>
<updated>2009-06-24T13:15:49+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-24T13:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=af2dfd1c514cd2b33494f77e8bd88f9c401085b4'/>
<id>af2dfd1c514cd2b33494f77e8bd88f9c401085b4</id>
<content type='text'>
Detected under threading debugger, seems not to have any impact on
actual deployments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detected under threading debugger, seems not to have any impact on
actual deployments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2009-06-18T09:11:59+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T09:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a6ed4b59cc39fe802d06f113f238f1ffe90b7cf6'/>
<id>a6ed4b59cc39fe802d06f113f238f1ffe90b7cf6</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 'v3-stable' into beta</title>
<updated>2009-06-18T09:11:07+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T09:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=17133f2cd18a2b5376d40a01b87c970b3a47c265'/>
<id>17133f2cd18a2b5376d40a01b87c970b3a47c265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some minor bugfixes</title>
<updated>2009-06-18T09:10:28+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T09:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bca66bc1399d1b9bcc370c64b5a8befb2244695d'/>
<id>bca66bc1399d1b9bcc370c64b5a8befb2244695d</id>
<content type='text'>
- bugfix: invalid error message issued if $inlcudeConfig was on an empty
  set of files (e.g. *.conf, where none such files existed)
  thanks to Michael Biebl for reporting this bug
- bugfix: when run in foreground (but not in debug mode), a
  debug message ("DoDie called") was emitted at shutdown. Removed.
  thanks to Michael Biebl for reporting this bug
- bugfix: some garbagge was emitted to stderr on shutdown. This
  garbage consisted of file names, which were written during
  startup (key point: not a pointer error)
  thanks to Michael Biebl for reporting this bug
- bugfix: startup and shutdown message were emitted to stdout
  thanks to Michael Biebl for reporting this bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bugfix: invalid error message issued if $inlcudeConfig was on an empty
  set of files (e.g. *.conf, where none such files existed)
  thanks to Michael Biebl for reporting this bug
- bugfix: when run in foreground (but not in debug mode), a
  debug message ("DoDie called") was emitted at shutdown. Removed.
  thanks to Michael Biebl for reporting this bug
- bugfix: some garbagge was emitted to stderr on shutdown. This
  garbage consisted of file names, which were written during
  startup (key point: not a pointer error)
  thanks to Michael Biebl for reporting this bug
- bugfix: startup and shutdown message were emitted to stdout
  thanks to Michael Biebl for reporting this bug
</pre>
</div>
</content>
</entry>
<entry>
<title>removed long-obsoleted property UxTradMsg</title>
<updated>2009-06-16T10:31:27+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-16T10:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=74b2b24f508be90d20961304d5e3cce648f3eb7c'/>
<id>74b2b24f508be90d20961304d5e3cce648f3eb7c</id>
<content type='text'>
... as well as some cleanup (some commented-out code is left to
support UxTradMsg again is someone really complains ;)).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as well as some cleanup (some commented-out code is left to
support UxTradMsg again is someone really complains ;)).
</pre>
</div>
</content>
</entry>
<entry>
<title>done various optimizations to the stringbuf and its users</title>
<updated>2009-06-16T09:36:05+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-16T09:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=f7579e68a67364c8040966be57c2eae4c9550ee5'/>
<id>f7579e68a67364c8040966be57c2eae4c9550ee5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some performance optimizations</title>
<updated>2009-06-16T06:46:45+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-16T06:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=015d17ca70e81ad998e32cdfeed3cd925fd7dedc'/>
<id>015d17ca70e81ad998e32cdfeed3cd925fd7dedc</id>
<content type='text'>
- saved gettimeofday() calls in imtcp (and increased reception buffer)
- somewhat optimized stringbuf.c
- some other optimizations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- saved gettimeofday() calls in imtcp (and increased reception buffer)
- somewhat optimized stringbuf.c
- some other optimizations
</pre>
</div>
</content>
</entry>
<entry>
<title>backported macros necessary to create output modules with transaction support</title>
<updated>2009-06-04T08:32:12+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-04T08:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e893a5916473c45d6b90dc2401637fe713133291'/>
<id>e893a5916473c45d6b90dc2401637fe713133291</id>
<content type='text'>
this does not mean the v4 engine will support batches and output
transactions, but I can now write plugins that will work equally well
with v4 AND v5. I consider this useful during the rewrite of omfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this does not mean the v4 engine will support batches and output
transactions, but I can now write plugins that will work equally well
with v4 AND v5. I consider this useful during the rewrite of omfile.
</pre>
</div>
</content>
</entry>
</feed>
