<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imudp, branch v6.1.9</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: enhanced imudp config processing code disabled due to wrong merge</title>
<updated>2011-04-13T12:34:01+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-04-13T12:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=32974b890401a8b6b44890b150c1ea205ff029a0'/>
<id>32974b890401a8b6b44890b150c1ea205ff029a0</id>
<content type='text'>
(affected UDP realtime capabilities)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(affected UDP realtime capabilities)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v5-devel'</title>
<updated>2011-03-14T11:49:12+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-03-14T11:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ef45e0ff714767b58e9069a1db78d92ef370e498'/>
<id>ef45e0ff714767b58e9069a1db78d92ef370e498</id>
<content type='text'>
Conflicts:
	tests/diag.sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	tests/diag.sh
</pre>
</div>
</content>
</entry>
<entry>
<title>Fall back to epoll_create() if epoll_create1() is not available</title>
<updated>2011-03-14T08:18:43+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2011-03-13T11:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=4671cad51221f1cb03822481e46669ffba3c6d95'/>
<id>4671cad51221f1cb03822481e46669ffba3c6d95</id>
<content type='text'>
epoll_create1() was introduced in Linux kernel 2.6.27. If rsyslog was
compiled on a newer kernel but run on a kernel older than 2.6.27, remote
syslog fails. Apply a runtime check for epoll_create1() and fall back to
epoll_create() in this case.

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617996
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
epoll_create1() was introduced in Linux kernel 2.6.27. If rsyslog was
compiled on a newer kernel but run on a kernel older than 2.6.27, remote
syslog fails. Apply a runtime check for epoll_create1() and fall back to
epoll_create() in this case.

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617996
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v5-beta'</title>
<updated>2011-03-11T09:24:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-03-11T09:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=6c3ef4dacfa0a0fb0099299e30335c788704fe2a'/>
<id>6c3ef4dacfa0a0fb0099299e30335c788704fe2a</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	plugins/omlibdbi/omlibdbi.c
	tests/Makefile.am
	tests/diag.sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	plugins/omlibdbi/omlibdbi.c
	tests/Makefile.am
	tests/diag.sh
</pre>
</div>
</content>
</entry>
<entry>
<title>added work-around for bug in gtls, which causes fd leak when using TLS</title>
<updated>2011-02-23T10:25:43+00:00</updated>
<author>
<name>Bojan Smojver</name>
<email>bojan@rexursive.com</email>
</author>
<published>2011-02-23T10:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d1eb6e0edc51a78f3209448e800b25eda50340f2'/>
<id>d1eb6e0edc51a78f3209448e800b25eda50340f2</id>
<content type='text'>
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v5-devel'</title>
<updated>2011-02-01T11:22:36+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2011-02-01T11:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7974621502ae249a5e393dafb4f69895851b4014'/>
<id>7974621502ae249a5e393dafb4f69895851b4014</id>
<content type='text'>
Conflicts:
	plugins/imfile/imfile.c
	plugins/imudp/imudp.c
	plugins/ommysql/ommysql.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	plugins/imfile/imfile.c
	plugins/imudp/imudp.c
	plugins/ommysql/ommysql.c
</pre>
</div>
</content>
</entry>
<entry>
<title>improved imudp real-time scheduling support &amp; bugfix</title>
<updated>2011-01-10T11:39:23+00:00</updated>
<author>
<name>Dražen Kačar</name>
<email>dave@fly.srk.fer.hr</email>
</author>
<published>2011-01-10T11:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7742b2182fc017ca4c9fcfe3b26f4c8d68a9bd58'/>
<id>7742b2182fc017ca4c9fcfe3b26f4c8d68a9bd58</id>
<content type='text'>
The original code had quite some issues, which are fixed by this
commit. Also we do more error checking now.

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original code had quite some issues, which are fixed by this
commit. Also we do more error checking now.

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v5-devel'</title>
<updated>2010-12-17T12:20:55+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-12-17T12:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bcc3b2aef74534cebc39f1351927756d144a7942'/>
<id>bcc3b2aef74534cebc39f1351927756d144a7942</id>
<content type='text'>
Conflicts:
	ChangeLog
	action.c
	plugins/imudp/imudp.c
	runtime/glbl.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	action.c
	plugins/imudp/imudp.c
	runtime/glbl.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-devel' into v5-devel</title>
<updated>2010-12-17T11:39:59+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-12-17T11:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=68c13f3f6a691c7f854e6fa4caff43295896dbde'/>
<id>68c13f3f6a691c7f854e6fa4caff43295896dbde</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/imfile.html
	doc/manual.html
	plugins/imudp/imudp.c
	runtime/msg.h
	tools/syslogd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/imfile.html
	doc/manual.html
	plugins/imudp/imudp.c
	runtime/msg.h
	tools/syslogd.c
</pre>
</div>
</content>
</entry>
<entry>
<title>added $IMUDPSchedulingPolicy and $IMUDPSchedulingPriority config settings</title>
<updated>2010-12-17T11:21:17+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2010-12-17T11:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=cc8237736d11b54a3d6089d836da7ccb6972a29c'/>
<id>cc8237736d11b54a3d6089d836da7ccb6972a29c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
