<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libtins.git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.gnuabordo.com.br/libtins.git/atom?h=master</id>
<link rel='self' href='http://git.gnuabordo.com.br/libtins.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/'/>
<updated>2021-05-14T15:59:54+00:00</updated>
<entry>
<title>Merge pull request #439 from adriancostin6/dns-comment-fix</title>
<updated>2021-05-14T15:59:54+00:00</updated>
<author>
<name>Matias Fontanini</name>
<email>matias.fontanini@gmail.com</email>
</author>
<published>2021-05-14T15:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=585813226188c2bb73c755396d7a6ca097d528c4'/>
<id>urn:sha1:585813226188c2bb73c755396d7a6ca097d528c4</id>
<content type='text'>
Fix getter being labeled as setter in dns header file comments</content>
</entry>
<entry>
<title>Fix getter being labeled as setter in dns header file comments</title>
<updated>2021-04-23T22:04:24+00:00</updated>
<author>
<name>Adrian Costin</name>
<email>adriancostin6@gmail.com</email>
</author>
<published>2021-04-23T22:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=16f5795243cc664d684f8134ae9560446dfea7ee'/>
<id>urn:sha1:16f5795243cc664d684f8134ae9560446dfea7ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #437 from ceerRep/master</title>
<updated>2021-03-28T16:08:30+00:00</updated>
<author>
<name>Matias Fontanini</name>
<email>matias.fontanini@gmail.com</email>
</author>
<published>2021-03-28T16:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=e90e377b73ba9d8181a9cb97586c7f1255d21eed'/>
<id>urn:sha1:e90e377b73ba9d8181a9cb97586c7f1255d21eed</id>
<content type='text'>
Fix wrong address endian</content>
</entry>
<entry>
<title>Fix wrong address endian</title>
<updated>2021-03-24T10:41:59+00:00</updated>
<author>
<name>ceerrep</name>
<email>ceerrep@gmail.com</email>
</author>
<published>2021-03-24T10:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=222611b37728526d496a96c88cee5a3108547301'/>
<id>urn:sha1:222611b37728526d496a96c88cee5a3108547301</id>
<content type='text'>
Host endian has been implicitly converted to big endian in "IPv4Address::operator uint32_t()"
</content>
</entry>
<entry>
<title>Merge pull request #433 from visuve/master</title>
<updated>2021-03-06T19:34:51+00:00</updated>
<author>
<name>Matias Fontanini</name>
<email>matias.fontanini@gmail.com</email>
</author>
<published>2021-03-06T19:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=b447c664e10d6cc78e27644aa2a70c71ac4f0de0'/>
<id>urn:sha1:b447c664e10d6cc78e27644aa2a70c71ac4f0de0</id>
<content type='text'>
Close socket when setsockopt fails</content>
</entry>
<entry>
<title>Close socket when setsockopt fails</title>
<updated>2021-03-04T21:55:29+00:00</updated>
<author>
<name>visuve</name>
<email>veli-matti.visuri@iki.fi</email>
</author>
<published>2021-03-04T21:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=468159e6d2687243fcd6c647986d0c747192e19d'/>
<id>urn:sha1:468159e6d2687243fcd6c647986d0c747192e19d</id>
<content type='text'>
- Prevent resource leak
</content>
</entry>
<entry>
<title>Merge pull request #427 from nhutchinson-te/bsd-routing-table</title>
<updated>2021-01-05T02:44:06+00:00</updated>
<author>
<name>Matias Fontanini</name>
<email>matias.fontanini@gmail.com</email>
</author>
<published>2021-01-05T02:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=cd40b232e737117e3057a80fb5321530f8183b73'/>
<id>urn:sha1:cd40b232e737117e3057a80fb5321530f8183b73</id>
<content type='text'>
Fix infinite loop when querying BSD routing table</content>
</entry>
<entry>
<title>Fix infinite loop when querying BSD routing table</title>
<updated>2021-01-04T12:02:03+00:00</updated>
<author>
<name>Nick Hutchinson</name>
<email>nhutchinson@thousandeyes.com</email>
</author>
<published>2021-01-04T11:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=1166094a2f0e34ed5308f8729cbd7a637e64e5b1'/>
<id>urn:sha1:1166094a2f0e34ed5308f8729cbd7a637e64e5b1</id>
<content type='text'>
Fix `query_route_table()` returning a buffer padded with extra '\0'
bytes because it ignored the buffer size returned by `sysctl()`.

This caused `route_entries()` / `route6_entries()` to fall into an
infinite loop, forever trying to parse a 0-length routing entry.
</content>
</entry>
<entry>
<title>Merge pull request #426 from theDogOfPavlov/master</title>
<updated>2020-12-29T16:52:34+00:00</updated>
<author>
<name>Matias Fontanini</name>
<email>matias.fontanini@gmail.com</email>
</author>
<published>2020-12-29T16:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=b3d874d6a86e29735818518e8d0d5cf4cc381a82'/>
<id>urn:sha1:b3d874d6a86e29735818518e8d0d5cf4cc381a82</id>
<content type='text'>
Added RFC8335 Extended echo types to headers</content>
</entry>
<entry>
<title>Added RFC8335 Extended Echo types</title>
<updated>2020-12-29T08:36:30+00:00</updated>
<author>
<name>Martin O'Neal</name>
<email>16515369+theDogOfPavlov@users.noreply.github.com</email>
</author>
<published>2020-12-29T08:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/libtins.git/commit/?id=553b1fb2557684838a929bee9f8749c3634f511b'/>
<id>urn:sha1:553b1fb2557684838a929bee9f8749c3634f511b</id>
<content type='text'>
</content>
</entry>
</feed>
