<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/net, branch v0.18.1.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-04-27T17:53:03Z</updated>
<entry>
<title>Change "Github" to "GitHub"</title>
<updated>2022-04-27T17:53:03Z</updated>
<author>
<name>Abdullah</name>
<email>73560425+zer-far@users.noreply.github.com</email>
</author>
<published>2022-04-27T17:53:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=070e41d88b79908107518f8716b9ce8418c4b194'/>
<id>urn:sha1:070e41d88b79908107518f8716b9ce8418c4b194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: Add missing headers via monero_find_all_headers macro</title>
<updated>2022-04-06T06:12:44Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-05T09:37:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4db6aed98cc7ff713fc58b9054412ed734b01aba'/>
<id>urn:sha1:4db6aed98cc7ff713fc58b9054412ed734b01aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>socks: ignore any exceptions in shutdown/close</title>
<updated>2021-10-22T20:00:29Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-10-05T17:42:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=797ca974abc281dd800486473c11437a06100df3'/>
<id>urn:sha1:797ca974abc281dd800486473c11437a06100df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quicker resource cleanup on p2p socks timeout</title>
<updated>2021-07-29T08:54:13Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2021-08-24T23:25:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2a8a51129f7fa916dac6fb721b774784f42b360d'/>
<id>urn:sha1:2a8a51129f7fa916dac6fb721b774784f42b360d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split epee/string_tools.h and encapsulate boost::lexical_cast</title>
<updated>2021-04-16T18:54:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2020-11-12T18:14:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc81e23e60f6539b5d273bd42024e765b6cdf2d5'/>
<id>urn:sha1:dc81e23e60f6539b5d273bd42024e765b6cdf2d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7088</title>
<updated>2021-03-30T01:05:00Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T01:05:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf1a95b67da8c9c8a6fb289f1e6059d35d594394'/>
<id>urn:sha1:cf1a95b67da8c9c8a6fb289f1e6059d35d594394</id>
<content type='text'>
386ef03 Add TLSA support to DNSSEC fetching (Lee Clagett)
</content>
</entry>
<entry>
<title>Remove unused variables in monero codebase</title>
<updated>2021-02-09T07:05:05Z</updated>
<author>
<name>Kevin Barbour</name>
<email>kevinbarbourd@gmail.com</email>
</author>
<published>2021-01-23T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85db1734e7dd456c1edb095a2c829527262b96c7'/>
<id>urn:sha1:85db1734e7dd456c1edb095a2c829527262b96c7</id>
<content type='text'>
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
</content>
</entry>
<entry>
<title>Add TLSA support to DNSSEC fetching</title>
<updated>2020-10-07T15:43:31Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-12-06T21:59:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=386ef03be3c1e8b183a70b2fc7048fd6e8ca2f79'/>
<id>urn:sha1:386ef03be3c1e8b183a70b2fc7048fd6e8ca2f79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net: fix get_tcp_endpoint, boost address_v4 ip in host byte order</title>
<updated>2020-08-29T18:07:46Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-08-29T18:07:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bdcf587c792d2e1c2a4a769dc9611d03fc6adb2e'/>
<id>urn:sha1:bdcf587c792d2e1c2a4a769dc9611d03fc6adb2e</id>
<content type='text'>
</content>
</entry>
</feed>
