<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imklog, branch v4.4.2</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>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>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>added capability to run multiple tcp listeners (on different ports)</title>
<updated>2009-05-22T15:06:52+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-22T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=aba90e82484118f3568ec51c01de5ba845da589a'/>
<id>aba90e82484118f3568ec51c01de5ba845da589a</id>
<content type='text'>
Well, actually this and a lot of related things. I improved the
testbench so that the new capabilities are automatically tested and
also did some general cleanup. The current multiple tcp listener
solution will probably receive some further cleanup, too, but looks
quite OK so far. I also reviewed the way tcpsrv et all work, in
preparation of using this code for imdiag. I need to document the
findings, especially as the code is rather complicated "thanks" to
the combination of plain tcp and gssapi transport modes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Well, actually this and a lot of related things. I improved the
testbench so that the new capabilities are automatically tested and
also did some general cleanup. The current multiple tcp listener
solution will probably receive some further cleanup, too, but looks
quite OK so far. I also reviewed the way tcpsrv et all work, in
preparation of using this code for imdiag. I need to document the
findings, especially as the code is rather complicated "thanks" to
the combination of plain tcp and gssapi transport modes.
</pre>
</div>
</content>
</entry>
<entry>
<title>update project status &amp; cleanup</title>
<updated>2009-04-17T13:10:06+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-04-17T13:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=09ca443377ec85364160e965920ab6f56a374d88'/>
<id>09ca443377ec85364160e965920ab6f56a374d88</id>
<content type='text'>
removed some warning in imklog compilation, but may not have
solved a lurking issue (but placed comment so that we know if
something surfaces)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removed some warning in imklog compilation, but may not have
solved a lurking issue (but placed comment so that we know if
something surfaces)
</pre>
</div>
</content>
</entry>
<entry>
<title>added O_CLOEXEC to open() calls</title>
<updated>2009-04-02T13:12:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-04-02T13:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=eb807027af9e126a212b0630c5873dddae48963b'/>
<id>eb807027af9e126a212b0630c5873dddae48963b</id>
<content type='text'>
to make sure only the minimum number of file handles is left open
during a exec call. This is not a 100% solution, as there are also
some fopen() calls and, more importantly, file descriptors opened
by libraries. But it is better than nothing (and it was quick, at
least until we run into platform hell, what we will for sure ;)).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to make sure only the minimum number of file handles is left open
during a exec call. This is not a 100% solution, as there are also
some fopen() calls and, more importantly, file descriptors opened
by libraries. But it is better than nothing (and it was quick, at
least until we run into platform hell, what we will for sure ;)).
</pre>
</div>
</content>
</entry>
<entry>
<title>make all cflags and libs variables uppercase</title>
<updated>2009-02-24T12:09:44+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2009-02-06T17:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1448e2486e9a2ad6cf6fa6d5ddbef203118b2c9b'/>
<id>1448e2486e9a2ad6cf6fa6d5ddbef203118b2c9b</id>
<content type='text'>
pkg-config uses uppercase for its _CFLAGS and _LIBS variable names.
So we follow suit and convert all _cflags and _libs variables to
uppercase for more consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkg-config uses uppercase for its _CFLAGS and _LIBS variable names.
So we follow suit and convert all _cflags and _libs variables to
uppercase for more consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: imklog did not compile on freeBSD</title>
<updated>2008-11-24T16:48:12+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@hq.adiscon.com</email>
</author>
<published>2008-11-24T16:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2275a915e02ca4fd1cd1b3c450b0089ae98bc907'/>
<id>2275a915e02ca4fd1cd1b3c450b0089ae98bc907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>consolidated time calls during msg object creation</title>
<updated>2008-10-02T13:52:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-10-02T13:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=02bb3c901d9b14e8a08b111dde151f1ed4d2d1da'/>
<id>02bb3c901d9b14e8a08b111dde151f1ed4d2d1da</id>
<content type='text'>
...this improves performance and consistency and also fixes
a bug where subsecond time properties generated by imfile, imklog and
internal messages could be slightly inconsistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...this improves performance and consistency and also fixes
a bug where subsecond time properties generated by imfile, imklog and
internal messages could be slightly inconsistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>added properties "inputname" and "$myhostname"</title>
<updated>2008-09-10T13:59:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-09-10T13:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=262f61d869b95f63b393ae48d683b13e70322478'/>
<id>262f61d869b95f63b393ae48d683b13e70322478</id>
<content type='text'>
- added message property "inputname", which contains the name of the
  input (module) that generated it. Presence is depending on suport in
  each input module (else it is blank).
- added system property "$myhostname", which contains the name of the
  local host as it knows itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added message property "inputname", which contains the name of the
  input (module) that generated it. Presence is depending on suport in
  each input module (else it is blank).
- added system property "$myhostname", which contains the name of the
  local host as it knows itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>removed compile time fixed message size limit (was 2K)</title>
<updated>2008-09-02T09:38:31+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-09-02T09:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1a9ac0ced72dd163228438af4f31f233fab20529'/>
<id>1a9ac0ced72dd163228438af4f31f233fab20529</id>
<content type='text'>
The limit can now be set via $MaxMessageSize global config
directive (finally gotten rid of MAXLINE ;))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The limit can now be set via $MaxMessageSize global config
directive (finally gotten rid of MAXLINE ;))
</pre>
</div>
</content>
</entry>
</feed>
