<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imfile, 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>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>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>Merge branch 'v3-stable' into beta</title>
<updated>2008-08-15T10:59:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-15T10:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8a1751d1c9cb463aeb3b9c80bff907bbe3d5cd8a'/>
<id>8a1751d1c9cb463aeb3b9c80bff907bbe3d5cd8a</id>
<content type='text'>
Conflicts:

	ChangeLog
	configure.ac
	doc/rsyslog_ng_comparison.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	ChangeLog
	configure.ac
	doc/rsyslog_ng_comparison.html
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed cross-platform compile problem introduced with recent change</title>
<updated>2008-08-15T10:21:26+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-15T10:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3aa86ed554aeb05c386e99d605ddc220250d35d2'/>
<id>3aa86ed554aeb05c386e99d605ddc220250d35d2</id>
<content type='text'>
...which fixed the imfile segfault issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...which fixed the imfile segfault issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: imfile could cause a segfault upon rsyslogd HUP and termination</title>
<updated>2008-08-14T09:19:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-08-14T09:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=7b456ce548030ff362d3a2be04b1e5c2c89e0dcb'/>
<id>7b456ce548030ff362d3a2be04b1e5c2c89e0dcb</id>
<content type='text'>
Thanks to lperr for an excellent bug report that helped detect this
problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to lperr for an excellent bug report that helped detect this
problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>added (internal) error codes to error messages</title>
<updated>2008-06-27T10:52:45+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-06-27T10:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3f6c73a8b7ff2c6d9c931876d823f2b4ef6bbea2'/>
<id>3f6c73a8b7ff2c6d9c931876d823f2b4ef6bbea2</id>
<content type='text'>
Also added redirector to web description of error codes
closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added redirector to web description of error codes
closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
</pre>
</div>
</content>
</entry>
</feed>
