<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rrdbot/common, branch v0.9.6</title>
<subtitle>An snmp polling daemon</subtitle>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/'/>
<entry>
<title>Skip local socket types that the OS doesn't support.</title>
<updated>2009-10-29T03:11:05+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-29T03:11:05+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=e1cb7bdd2e79e3fc39f3764c2c9c8fd0cfdf55e8'/>
<id>e1cb7bdd2e79e3fc39f3764c2c9c8fd0cfdf55e8</id>
<content type='text'>
When binding to local addresses, certain OS configurations will
return 'not supported' for various socket types, like ipv6.
Skip those socket types when they come up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When binding to local addresses, certain OS configurations will
return 'not supported' for various socket types, like ipv6.
Skip those socket types when they come up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support bracketted addresses.</title>
<updated>2009-10-24T14:28:17+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-24T14:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=97e97c0b6f86079d57e6bdf1190fa0555a53eb20'/>
<id>97e97c0b6f86079d57e6bdf1190fa0555a53eb20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include necessary header</title>
<updated>2009-10-24T14:10:44+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-24T14:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=e3205e63314fa68426e83f1ffce6e8ac0e81e273'/>
<id>e3205e63314fa68426e83f1ffce6e8ac0e81e273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for multiple local sockets (ie: INET + INET6)</title>
<updated>2009-10-24T14:10:41+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-24T14:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=0af1b01b5ca61422c779b40a9c99cd0b29b40049'/>
<id>0af1b01b5ca61422c779b40a9c99cd0b29b40049</id>
<content type='text'>
 * Allows us to make ipv6 queries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Allows us to make ipv6 queries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back support for ports in snmp urls.</title>
<updated>2009-10-24T14:10:37+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-24T14:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=54c751ffc4f79dcd916b4dffe690f59615c7146d'/>
<id>54c751ffc4f79dcd916b4dffe690f59615c7146d</id>
<content type='text'>
 * Note that for urls like: snmp://host1,host2:161/xxx the
   port applies to both hosts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Note that for urls like: snmp://host1,host2:161/xxx the
   port applies to both hosts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usage of sock_any calls.</title>
<updated>2009-10-24T14:10:33+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-24T14:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=b6c94d893237f4c339a1ad9ede7b809811001f77'/>
<id>b6c94d893237f4c339a1ad9ede7b809811001f77</id>
<content type='text'>
 * This allows us to properly handle complex addresses with
   things like %eth0 on the end, etc...
 * Also removes support for unix sockets, which didn't really
   make sense in an snmp context anyway. Not sure how that code
   was usable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * This allows us to properly handle complex addresses with
   things like %eth0 on the end, etc...
 * Also removes support for unix sockets, which didn't really
   make sense in an snmp context anyway. Not sure how that code
   was usable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem in parsing bracketed IPv6 addresses.</title>
<updated>2009-10-24T14:10:30+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-24T14:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=3d37e877286da4943924843625e22fbb4057314b'/>
<id>3d37e877286da4943924843625e22fbb4057314b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for OpenSolaris 0906</title>
<updated>2009-10-24T14:10:25+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-10-24T14:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=9145a2db71a85064aa6a198c44da3cf753241131'/>
<id>9145a2db71a85064aa6a198c44da3cf753241131</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear correct variable.</title>
<updated>2009-09-24T19:45:54+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-09-24T19:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=6347e420fb1c8ba486cad717db496cf242a82c28'/>
<id>6347e420fb1c8ba486cad717db496cf242a82c28</id>
<content type='text'>
Minor fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak on exit.</title>
<updated>2009-09-24T19:45:53+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@memberwebs.com</email>
</author>
<published>2009-09-24T19:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://thewalter.net/git/cgit.cgi/rrdbot/commit/?id=5d9c6850cf8f0d43ad2fc4ad85dd34560b06d897'/>
<id>5d9c6850cf8f0d43ad2fc4ad85dd34560b06d897</id>
<content type='text'>
Memory leak on exit (not a big deal) where host-&gt;prepared was not
freed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Memory leak on exit (not a big deal) where host-&gt;prepared was not
freed.
</pre>
</div>
</content>
</entry>
</feed>
