<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imuxsock, branch master</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 'v6-stable' into beta</title>
<updated>2012-10-19T06:10:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-19T06:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=f2e64772488170f21c333cc0bfcf5f289007f457'/>
<id>f2e64772488170f21c333cc0bfcf5f289007f457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: imuxsock did not properly honor $LocalHostIPIF</title>
<updated>2012-10-19T06:08:46+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-19T06:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d4690ae053b1b26fd215485f08875d508d7c4eba'/>
<id>d4690ae053b1b26fd215485f08875d508d7c4eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Drop unused include path</title>
<updated>2012-10-18T10:58:04+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2012-10-04T20:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=482f89ab72d53acc60d77ce3e74ac23796e30abd'/>
<id>482f89ab72d53acc60d77ce3e74ac23796e30abd</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 'v6-stable' into beta</title>
<updated>2012-10-16T13:21:56+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-16T13:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=f3817aa885da93f7ab3441d6d8a4c6f4b2072d25'/>
<id>f3817aa885da93f7ab3441d6d8a4c6f4b2072d25</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 v6-stable</title>
<updated>2012-10-16T13:21:08+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-16T13:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3946d0f8dfaa629665b20c1f99ad16d5d254f266'/>
<id>3946d0f8dfaa629665b20c1f99ad16d5d254f266</id>
<content type='text'>
Conflicts:
	plugins/imuxsock/imuxsock.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	plugins/imuxsock/imuxsock.c
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: imuxsock truncated head of received message</title>
<updated>2012-10-16T13:01:16+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-10-16T13:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=6ed28016ca1a98f183f72d1d381a5027949ca965'/>
<id>6ed28016ca1a98f183f72d1d381a5027949ca965</id>
<content type='text'>
This happened only under some circumstances. Thanks to Marius
Tomaschwesky, Florian Piekert and Milan Bartos for their help in
solving this issue.

Note that Milan sent a patch, which solved the problem under some
conditions (can be found somewhat earlier in git history). However,
it did not handle the original root cause, and so did not fix the
problem always. The main reason was that the date parser modifies
the provided lenghts. That part of the API was not properly
used by the caller (who decremented the length once more).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This happened only under some circumstances. Thanks to Marius
Tomaschwesky, Florian Piekert and Milan Bartos for their help in
solving this issue.

Note that Milan sent a patch, which solved the problem under some
conditions (can be found somewhat earlier in git history). However,
it did not handle the original root cause, and so did not fix the
problem always. The main reason was that the date parser modifies
the provided lenghts. That part of the API was not properly
used by the caller (who decremented the length once more).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix problem with cutting first 16 characters from message with bAnnotate on modified: plugins/imuxsock/imuxsock.c</title>
<updated>2012-10-10T12:15:57+00:00</updated>
<author>
<name>Milan Bartos</name>
<email>mbartos@redhat.com</email>
</author>
<published>2012-07-31T15:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=18e1267d96bf37a3737d38885304a2dc1365abde'/>
<id>18e1267d96bf37a3737d38885304a2dc1365abde</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 'v6-devel'</title>
<updated>2012-09-27T14:25:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-09-27T14:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a96e4966677d21e8bda6ed47b2ee72f565478562'/>
<id>a96e4966677d21e8bda6ed47b2ee72f565478562</id>
<content type='text'>
Conflicts:
	ChangeLog
	action.c
	grammar/grammar.y
	runtime/modules.h
	runtime/rsconf.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	action.c
	grammar/grammar.y
	runtime/modules.h
	runtime/rsconf.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement input() support in imuxsock</title>
<updated>2012-09-26T12:51:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-09-26T12:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=90849d36eee2928fcbc9971aa7b38cc8f8587178'/>
<id>90849d36eee2928fcbc9971aa7b38cc8f8587178</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 'v6-devel'</title>
<updated>2012-09-12T13:11:15+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-09-12T13:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=79d4e59e713413849358a60e044b1dd36c6b8888'/>
<id>79d4e59e713413849358a60e044b1dd36c6b8888</id>
<content type='text'>
Conflicts:
	grammar/grammar.y
	grammar/lexer.l
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	grammar/grammar.y
	grammar/lexer.l
</pre>
</div>
</content>
</entry>
</feed>
