<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/doc, branch v5.5.6</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>preparing for 5.5.6 release</title>
<updated>2010-07-21T12:46:10+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-07-21T12:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=490518ae18290b546510fb4bd112e01f23002d5f'/>
<id>490518ae18290b546510fb4bd112e01f23002d5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added new parser modules</title>
<updated>2010-07-13T14:15:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-07-13T14:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=73ebadd5980f91079416a14ba6463d576ecb6207'/>
<id>73ebadd5980f91079416a14ba6463d576ecb6207</id>
<content type='text'>
most importantly pmlastmsg, which handles the pathetic "last message
repeated n times" messages that some syslogd's emit.
Also some minor fixes, like wrong files names in make dist (for new
files introduced after last release)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
most importantly pmlastmsg, which handles the pathetic "last message
repeated n times" messages that some syslogd's emit.
Also some minor fixes, like wrong files names in make dist (for new
files introduced after last release)
</pre>
</div>
</content>
</entry>
<entry>
<title>milestone(BUGGY): batch now pushed down to action</title>
<updated>2010-06-15T12:02:34+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-06-15T12:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=802f6d8a8f39e5ba578e0183e4500bef8e3a198c'/>
<id>802f6d8a8f39e5ba578e0183e4500bef8e3a198c</id>
<content type='text'>
at least in important cases (not for non-direct action queues and some
other minor things). This version is definitely buggy, but may be tried
with success on a non-production system. I will continue to work on the
correctness, but needed to commit now to get a baseline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at least in important cases (not for non-direct action queues and some
other minor things). This version is definitely buggy, but may be tried
with success on a non-production system. I will continue to work on the
correctness, but needed to commit now to get a baseline.
</pre>
</div>
</content>
</entry>
<entry>
<title>main msg q consumer now preprocesses messages before doing rule processing</title>
<updated>2010-06-09T13:37:00+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-06-09T13:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8fbcea483710faae468ecf0ba706adc7e60ed41d'/>
<id>8fbcea483710faae468ecf0ba706adc7e60ed41d</id>
<content type='text'>
things like ACL check and message parsing. This leads to a greater level
of concurrent processing. Beware, though, that this commit duplicates
some messages. May be a regression from this or an earlier commit. I will
soon sort out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
things like ACL check and message parsing. This leads to a greater level
of concurrent processing. Beware, though, that this commit duplicates
some messages. May be a regression from this or an earlier commit. I will
soon sort out.
</pre>
</div>
</content>
</entry>
<entry>
<title>performance enhancement: implemented stage 1 firehose mode for actions</title>
<updated>2010-06-08T10:46:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-06-08T10:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3e49a1075ab6750135e1a38cf0c213579fa30b4a'/>
<id>3e49a1075ab6750135e1a38cf0c213579fa30b4a</id>
<content type='text'>
... plus some other tests, namely string generation in parallel to action
processing. The code is not yet solid and not fully compatible to
older versions. But it is good enough for an early commit and some
early testing/gaining of experience.

The optimization was done based on the fine-grained partitioning
paradigm worked on the past couple of weeks -- seems to work out
really great :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... plus some other tests, namely string generation in parallel to action
processing. The code is not yet solid and not fully compatible to
older versions. But it is good enough for an early commit and some
early testing/gaining of experience.

The optimization was done based on the fine-grained partitioning
paradigm worked on the past couple of weeks -- seems to work out
really great :)
</pre>
</div>
</content>
</entry>
<entry>
<title> bugfix: regression caused more locking action in msg.c than necessary</title>
<updated>2010-06-08T06:25:56+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-06-08T06:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=220c57e7ebc49a56cc91fa31308b1563f83a95fb'/>
<id>220c57e7ebc49a56cc91fa31308b1563f83a95fb</id>
<content type='text'>
also: bugfix: mutexes used to similate atomic instructions were not destructed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also: bugfix: mutexes used to similate atomic instructions were not destructed
</pre>
</div>
</content>
</entry>
<entry>
<title>finshed implementation of strgen modules</title>
<updated>2010-06-04T10:45:31+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-06-04T10:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d9e64c16e52357bae1eb00fc8403c4e63d6365ca'/>
<id>d9e64c16e52357bae1eb00fc8403c4e63d6365ca</id>
<content type='text'>
and also provided four build-in modules for the most common use
cases, hopefully resulting in a speedup of around 5% for typical
rsyslog processing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and also provided four build-in modules for the most common use
cases, hopefully resulting in a speedup of around 5% for typical
rsyslog processing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-devel'</title>
<updated>2010-05-20T14:46:56+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-05-20T14:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=4b906fe9cf75948ebb600a8734ad440edc741f38'/>
<id>4b906fe9cf75948ebb600a8734ad440edc741f38</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 'v4-stable' into v4-devel</title>
<updated>2010-05-20T14:45:41+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-05-20T14:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1bac66db05ecbc078d009c40fcb40093cc7b0bc8'/>
<id>1bac66db05ecbc078d009c40fcb40093cc7b0bc8</id>
<content type='text'>
Conflicts:
	ChangeLog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
</pre>
</div>
</content>
</entry>
<entry>
<title>some doc fixes; incorrect config samples could cause confusion</title>
<updated>2010-05-20T14:43:46+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-05-20T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=fcb747c57d2b8beacade7194f99fa1de8fb0a4fb'/>
<id>fcb747c57d2b8beacade7194f99fa1de8fb0a4fb</id>
<content type='text'>
thanks to Anthony Edwards for pointing the problems out
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks to Anthony Edwards for pointing the problems out
</pre>
</div>
</content>
</entry>
</feed>
