<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imdiag, 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>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>fix: import from beta accidently disable imdiag</title>
<updated>2009-05-29T12:31:50+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-29T12:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=eafafc63597a600fceda5ac9ada90acd6e2f037e'/>
<id>eafafc63597a600fceda5ac9ada90acd6e2f037e</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 'beta'</title>
<updated>2009-05-29T12:24:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-29T12:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=53fc3b9af9d257db5ad7b0f8019569e36dc35ce4'/>
<id>53fc3b9af9d257db5ad7b0f8019569e36dc35ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed problem in syslog-protocol (now RFC5424) parser</title>
<updated>2009-05-29T11:40:04+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-29T11:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=43c45bfebcc672d6fbec2d4d659609d1ea48eda6'/>
<id>43c45bfebcc672d6fbec2d4d659609d1ea48eda6</id>
<content type='text'>
... as well as some other minor issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as well as some other minor issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>greatly enhanced testbench</title>
<updated>2009-05-27T09:29:47+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-27T09:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a900a7c34b674573f4b86350af0d68838da6550a'/>
<id>a900a7c34b674573f4b86350af0d68838da6550a</id>
<content type='text'>
The imdiag module now can very effectively inject messages, which also
frees us from uncertainties of tcp reception and processing. All shell
script based tests have been modularized, what makes it far easier to
create new tests. Also, the test bench now executes more reliable and
much faster, because we can now rely on actual engine information where
we previously did just a dumb sleep.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The imdiag module now can very effectively inject messages, which also
frees us from uncertainties of tcp reception and processing. All shell
script based tests have been modularized, what makes it far easier to
create new tests. Also, the test bench now executes more reliable and
much faster, because we can now rely on actual engine information where
we previously did just a dumb sleep.
</pre>
</div>
</content>
</entry>
<entry>
<title>added new testing module imdiag</title>
<updated>2009-05-25T08:47:22+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-25T08:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=eb1615068c6a704287eda732d287280df4cc4c44'/>
<id>eb1615068c6a704287eda732d287280df4cc4c44</id>
<content type='text'>
which enables to talk to the rsyslog core at runtime. The current
implementation is only a beginning, but can be expanded over time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which enables to talk to the rsyslog core at runtime. The current
implementation is only a beginning, but can be expanded over time
</pre>
</div>
</content>
</entry>
<entry>
<title>made imdiag *just* compile &amp; some cleanup</title>
<updated>2009-05-20T15:35:21+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-20T15:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2aca3c2d33dd1a19daf44168e90a5f64bd4095b0'/>
<id>2aca3c2d33dd1a19daf44168e90a5f64bd4095b0</id>
<content type='text'>
imdiag was never finished (not even really begun), but now I need it.
I made the few things that are available compile, but more serious
work is required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
imdiag was never finished (not even really begun), but now I need it.
I made the few things that are available compile, but more serious
work is required.
</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>begun implementing a diagnostic plugin (not yet completed)</title>
<updated>2008-07-28T05:46:35+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-07-28T05:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b7c91420b0814ee20088d27953582a5064c9a467'/>
<id>b7c91420b0814ee20088d27953582a5064c9a467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
