<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/omrelp, branch v4.7.0</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>re-enabled pipe, tty and console in omfile</title>
<updated>2009-06-12T09:47:00+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-12T09:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e3d9843c85b1dfddabc937ac6ccb4057d626bf03'/>
<id>e3d9843c85b1dfddabc937ac6ccb4057d626bf03</id>
<content type='text'>
... by moving code to stream.c. Thanks to the new design, new cases are
not really needed, resulting in cleaner code.

I also did a cleanup of header file usage as a side-activity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... by moving code to stream.c. Thanks to the new design, new cases are
not really needed, resulting in cleaner code.

I also did a cleanup of header file usage as a side-activity.
</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>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>
<entry>
<title>cleanup of debugging messages (removed no longer needed ones)</title>
<updated>2008-07-14T09:39:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-07-14T09:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a6de2e589254dbfffd2746d8efbefc04f8ed3725'/>
<id>a6de2e589254dbfffd2746d8efbefc04f8ed3725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Remove .cvsignore files, add .gitignore.</title>
<updated>2008-06-11T15:03:47+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2008-06-11T14:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b6b53972e13a07facc1a43769c0d6a1065144220'/>
<id>b6b53972e13a07facc1a43769c0d6a1065144220</id>
<content type='text'>
Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>moved "family" variable to global data pool</title>
<updated>2008-04-17T07:25:03+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-04-17T07:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8c65706d22cb62d724a030b5f0a9603751daac2d'/>
<id>8c65706d22cb62d724a030b5f0a9603751daac2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some more cleanup</title>
<updated>2008-04-16T13:27:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-04-16T13:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d9b0c77d3e719d4c08361e62f3b067228c30f6a9'/>
<id>d9b0c77d3e719d4c08361e62f3b067228c30f6a9</id>
<content type='text'>
reduced dependencies, moved non-runtime files to its own directory except
for some whom's status is unclear
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reduced dependencies, moved non-runtime files to its own directory except
for some whom's status is unclear
</pre>
</div>
</content>
</entry>
<entry>
<title>made everything compile with the new runtime subdirectory</title>
<updated>2008-04-16T06:42:00+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-04-16T06:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d7f33053da7eb73a8c475956af6e3847e596c80a'/>
<id>d7f33053da7eb73a8c475956af6e3847e596c80a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed dependency on MAXHOSTNAMELEN as much as it made sense.</title>
<updated>2008-04-10T07:31:35+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-04-10T07:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a7860f4dab1afcf94698bc2f52413e94eed64b52'/>
<id>a7860f4dab1afcf94698bc2f52413e94eed64b52</id>
<content type='text'>
GNU/Hurd does not define it (because it has no limit), and we have taken
care for cases where it is undefined now. However, some very few places
remain where IMHO it currently is not worth fixing the code. If it is
not defined, we have used a generous value of 1K, which is above IETF
RFC's on hostname length at all. The memory consumption is no issue, as
there are only a handful of this buffers allocated *per run* -- that's
also the main reason why we consider it not worth to be fixed any further.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GNU/Hurd does not define it (because it has no limit), and we have taken
care for cases where it is undefined now. However, some very few places
remain where IMHO it currently is not worth fixing the code. If it is
not defined, we have used a generous value of 1K, which is above IETF
RFC's on hostname length at all. The memory consumption is no issue, as
there are only a handful of this buffers allocated *per run* -- that's
also the main reason why we consider it not worth to be fixed any further.
</pre>
</div>
</content>
</entry>
</feed>
