<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include, branch v0.17.3.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.17.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-10-14T00:43:57Z</updated>
<entry>
<title>fix median overflow bug</title>
<updated>2021-10-14T00:43:57Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2021-08-13T11:57:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=945665ff70efc01e93cb4cac15b81e3247be9a32'/>
<id>urn:sha1:945665ff70efc01e93cb4cac15b81e3247be9a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: don't log raw packet data</title>
<updated>2021-10-05T23:58:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-01-03T14:41:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=14df8ad7a6add74f88f1ff2179458fca89308f2c'/>
<id>urn:sha1:14df8ad7a6add74f88f1ff2179458fca89308f2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support cors wildcard</title>
<updated>2021-09-18T01:24:37Z</updated>
<author>
<name>woodser</name>
<email>woodser@protonmail.com</email>
</author>
<published>2021-08-20T18:17:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8a7f692aabfbe5b08a9fa6323808689bbf13c6ec'/>
<id>urn:sha1:8a7f692aabfbe5b08a9fa6323808689bbf13c6ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: remove blocked addresses/hosts from peerlist</title>
<updated>2021-08-05T19:05:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-07-27T10:02:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8eb2b79baddd20d02751d950ee3e2358ba94d203'/>
<id>urn:sha1:8eb2b79baddd20d02751d950ee3e2358ba94d203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix boost 1.76.0 compatibility</title>
<updated>2021-05-24T03:32:24Z</updated>
<author>
<name>loqs</name>
<email>loqs@users.noreply.github.com</email>
</author>
<published>2021-05-23T19:29:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c28d2f7c110c0a2161fa02d6c20df94a60a41965'/>
<id>urn:sha1:c28d2f7c110c0a2161fa02d6c20df94a60a41965</id>
<content type='text'>
Add missing header boost/mpl/contains.hpp
monero-project/monero/issues/7728
</content>
</entry>
<entry>
<title>Merge pull request #7615</title>
<updated>2021-03-30T01:54:25Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T01:54:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eed63cef36b8d7ee012c72b07db700452e026200'/>
<id>urn:sha1:eed63cef36b8d7ee012c72b07db700452e026200</id>
<content type='text'>
9ca9f12 Fixed issues found by static analysis (SChernykh)
</content>
</entry>
<entry>
<title>Fixed issues found by static analysis</title>
<updated>2021-03-18T20:57:13Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-03-18T20:57:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ca9f1214a1da15001736246dc1f00b22c930bdd'/>
<id>urn:sha1:9ca9f1214a1da15001736246dc1f00b22c930bdd</id>
<content type='text'>
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
</content>
</entry>
<entry>
<title>async_protocol_handler_config: fix deadlock</title>
<updated>2021-03-12T11:59:05Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-03-12T11:59:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d5b78c08b6550a3f99d50ce8bb873b6da5f39eee'/>
<id>urn:sha1:d5b78c08b6550a3f99d50ce8bb873b6da5f39eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>async_protocol_handler_config: remove connection correctly</title>
<updated>2021-02-19T22:27:28Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-02-19T22:27:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7fd140e4f7830061ba66707c63ae141acc7933e6'/>
<id>urn:sha1:7fd140e4f7830061ba66707c63ae141acc7933e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>boosted_tcp_server: fix connection lifetime</title>
<updated>2021-01-19T17:16:01Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-01-19T17:09:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6d5e2106b3cff5daf6f948e4268af052090fd162'/>
<id>urn:sha1:6d5e2106b3cff5daf6f948e4268af052090fd162</id>
<content type='text'>
</content>
</entry>
</feed>
