<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/immark, branch v3.16.1</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>applied patch from Michael Biebl to clean up build system</title>
<updated>2008-03-06T07:39:32+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-06T07:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=28dcc746bd463541a48bad64a37039658f1aa3f7'/>
<id>28dcc746bd463541a48bad64a37039658f1aa3f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- changed modules.c calling conventions to be interface-based</title>
<updated>2008-03-05T10:30:06+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-05T10:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=545346e697fe930b8b7b9bd0ede47890b26a4832'/>
<id>545346e697fe930b8b7b9bd0ede47890b26a4832</id>
<content type='text'>
- moved module loader from conf.c to module.c, where it belongs
- made the necessary plumbing to auto-load library modules
- upgraded debug system to include iRet in function exit message
- changed module interface so that instances need only to be supported by
    output plugins (if we actually need them for input plugins, we can
    always add it again...)
- milestone: first implementation of library modules (but do not get
    unloaded on exit/hup so far)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- moved module loader from conf.c to module.c, where it belongs
- made the necessary plumbing to auto-load library modules
- upgraded debug system to include iRet in function exit message
- changed module interface so that instances need only to be supported by
    output plugins (if we actually need them for input plugins, we can
    always add it again...)
- milestone: first implementation of library modules (but do not get
    unloaded on exit/hup so far)
</pre>
</div>
</content>
</entry>
<entry>
<title>- changed module interface to support querying obj interface (stage work)</title>
<updated>2008-03-04T10:27:45+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-03-04T10:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bc7d8ccebb0a9e7726a9c85cb10746d7407c28d8'/>
<id>bc7d8ccebb0a9e7726a9c85cb10746d7407c28d8</id>
<content type='text'>
- changed module interface version, as the interface change is quite large
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- changed module interface version, as the interface change is quite large
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed issue left over from debuging :(</title>
<updated>2008-02-01T17:50:05+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-02-01T17:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=4e7e3efc6955c426866b231f187bebb7b9b64111'/>
<id>4e7e3efc6955c426866b231f187bebb7b9b64111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- some cleanup</title>
<updated>2008-01-10T17:33:21+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-01-10T17:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=68efb41220a834870681f293481655ed47e7b197'/>
<id>68efb41220a834870681f293481655ed47e7b197</id>
<content type='text'>
- implemented management function for worker thread 0 in order to change
    queue workers dynamically -- stage work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- implemented management function for worker thread 0 in order to change
    queue workers dynamically -- stage work
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed a bug that caused a segfault on startup when no $WorkDir directive</title>
<updated>2008-01-10T14:27:26+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-01-10T14:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=28c44e9a7bf4f99279af94a96bac42d0379b27d0'/>
<id>28c44e9a7bf4f99279af94a96bac42d0379b27d0</id>
<content type='text'>
    was specified in rsyslog.conf
- fixed a bug that caused a segfault on queues with types other than "disk"
- removed the now longer needed thread TermSyncTool
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    was specified in rsyslog.conf
- fixed a bug that caused a segfault on queues with types other than "disk"
- removed the now longer needed thread TermSyncTool
</pre>
</div>
</content>
</entry>
<entry>
<title>added --enable-mudflap ./configure option</title>
<updated>2008-01-08T16:13:42+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-01-08T16:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e27555c46856475fc3686511ce8e393651de8e44'/>
<id>e27555c46856475fc3686511ce8e393651de8e44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applied Michael Biebl's patch to clean up the makefiles</title>
<updated>2008-01-03T14:08:58+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-01-03T14:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=fc761b9fdc5486a0072ee63d8b438f562127d057'/>
<id>fc761b9fdc5486a0072ee63d8b438f562127d057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- working on a potential race condition on the new input module interface.</title>
<updated>2007-12-20T08:54:51+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2007-12-20T08:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2eb19201b3f4be01057c1b958a077b5fb2fce107'/>
<id>2eb19201b3f4be01057c1b958a077b5fb2fce107</id>
<content type='text'>
    See newsgroup posting for details on the issue:
    http://groups.google.com/group/comp.programming.threads/msg/330b9675f17
    a1ad6 I tried some mutex operations but came to the conclusion that
    this does not really help. So I have now switched to plain thread
    cancellation, which so far seems to be OK. Need more practical
    experience with other input modules to make a final decision. Thus I
    leave all code in and have just disabled the problematic code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    See newsgroup posting for details on the issue:
    http://groups.google.com/group/comp.programming.threads/msg/330b9675f17
    a1ad6 I tried some mutex operations but came to the conclusion that
    this does not really help. So I have now switched to plain thread
    cancellation, which so far seems to be OK. Need more practical
    experience with other input modules to make a final decision. Thus I
    leave all code in and have just disabled the problematic code.
</pre>
</div>
</content>
</entry>
<entry>
<title>code cleanups thanks to Michael Biebl</title>
<updated>2007-12-18T14:44:39+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2007-12-18T14:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=4501b6c4e1efd31d7e275320ff693d5f22d70e62'/>
<id>4501b6c4e1efd31d7e275320ff693d5f22d70e62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
