<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee, branch v0.17.2.3</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.2.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.2.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-08-27T01:10:56Z</updated>
<entry>
<title>Merge pull request #7825</title>
<updated>2021-08-27T01:10:56Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-27T01:10:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d98787eb1ba9363bb0eeb73107626ea38bc0e552'/>
<id>urn:sha1:d98787eb1ba9363bb0eeb73107626ea38bc0e552</id>
<content type='text'>
ccfed60 cmake: test is a reserved keyword (selsta)
f0fa959 cmake: fix ccache detection (anon)
8dbe2e5 Daemon: Update average block size table (rbrunner7)
94bad34 wallet2: Don't auto lock device on process parsed blocks (tobtoht)
3c23aca ledger: don't lock for software device (tobtoht)
49beb8d ledger: use software device if we have view key (tobtoht)
d188b5f wallet_api: getPassword (tobtoht)
a395f36 depends, docker: fix bintray links (selsta)
0fecd7e blocks: fix cmake syntax (selsta)
76824bf Stop adding more outputs than bulletproof allows (Alex Opie)
67ba733 unit_tests: fix wipeable_string parse_hexstr test with latest gtest (xiphon)
402ba04 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta)
1565bcb epee: include public openssl header in cmake (selsta)
2e9af2a cmake: treat warnings as error in compiler flag tests (selsta)
db564ef wallet_api: fix typo in exportKeyImages (selsta)
8507917 depends: add getmonero package mirror (selsta)
8716d2a cmake: fix non portable code (selsta)
</content>
</entry>
<entry>
<title>epee: link with Boost_SYSTEM_LIBRARY</title>
<updated>2021-08-19T17:06:05Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-08-19T16:37:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e48fae3177273a1e11b7c8716998a1af7cf75d9c'/>
<id>urn:sha1:e48fae3177273a1e11b7c8716998a1af7cf75d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7810</title>
<updated>2021-08-12T02:36:50Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-08-12T02:36:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9f93fe1539b62f287388cc112fb8755be445d999'/>
<id>urn:sha1:9f93fe1539b62f287388cc112fb8755be445d999</id>
<content type='text'>
8eb2b79 p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero)
</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>epee: include public openssl header in cmake</title>
<updated>2021-08-01T13:47:08Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-05-09T20:22:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1565bcb1fb17ff632209994fbb7f2649e04819ab'/>
<id>urn:sha1:1565bcb1fb17ff632209994fbb7f2649e04819ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: fix undefined symbols and multiple definitions</title>
<updated>2021-07-13T06:01:23Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-04-27T12:06:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ceb8e7c508042a4ad7bddd8fd205d44d486a1a17'/>
<id>urn:sha1:ceb8e7c508042a4ad7bddd8fd205d44d486a1a17</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>
</feed>
