<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include, branch v0.12.2.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.12.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-05-31T11:17:54Z</updated>
<entry>
<title>http_protocol_handler: limit the number of starting newlines</title>
<updated>2018-05-31T11:17:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-26T19:17:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5e2e003cfba9f41fb739d15641d015d9689eb0d5'/>
<id>urn:sha1:5e2e003cfba9f41fb739d15641d015d9689eb0d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abstract_tcp_server2: timeout on RPC connections</title>
<updated>2018-05-31T11:17:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-26T18:34:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fd9019b37d6b2fd5a6117d1e168e7add248e169e'/>
<id>urn:sha1:fd9019b37d6b2fd5a6117d1e168e7add248e169e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http_protocol_handler: speedup newline discarding</title>
<updated>2018-05-31T11:17:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-26T18:33:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ccaa666cf9dbef3e865c2109ae619215b86805c6'/>
<id>urn:sha1:ccaa666cf9dbef3e865c2109ae619215b86805c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>console_handler: fix start_default_console use of prompt parameter</title>
<updated>2018-05-31T11:17:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-26T18:32:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ca7f0249eb47efecf782c4325107514305278db8'/>
<id>urn:sha1:ca7f0249eb47efecf782c4325107514305278db8</id>
<content type='text'>
It had not been updated to the function type change
</content>
</entry>
<entry>
<title>epee: Drop deprecated Boost.Thread header</title>
<updated>2018-04-25T21:23:42Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2018-04-19T06:55:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=76817605bda99aa7c30e56e400e902fa30c1ef2f'/>
<id>urn:sha1:76817605bda99aa7c30e56e400e902fa30c1ef2f</id>
<content type='text'>
In file included from src/cryptonote_basic/hardfork.cpp:33:
In file included from src/blockchain_db/blockchain_db.h:42:
In file included from src/cryptonote_basic/hardfork.h:31:
contrib/epee/include/syncobj.h:37:10: fatal error: 'boost/thread/v2/thread.hpp' file not found
#include &lt;boost/thread/v2/thread.hpp&gt;
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/rpc/daemon_handler.cpp:29:
In file included from src/rpc/daemon_handler.h:36:
In file included from src/p2p/net_node.h:41:
In file included from contrib/epee/include/net/levin_server_cp2.h:32:
In file included from contrib/epee/include/net/abstract_tcp_server2.h:324:
contrib/epee/include/net/abstract_tcp_server2.inl:44:10: fatal error: 'boost/thread/v2/thread.hpp' file not found
#include &lt;boost/thread/v2/thread.hpp&gt; // TODO
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

contrib/epee/include/math_helper.h: In member function 'bool epee::math_helper::average&lt;val, default_base&gt;::set_base()':
contrib/epee/include/syncobj.h:227:56: error: 'sleep_for' is not a member of 'boost::this_thread'
 #define  CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));}   epee::critical_region_t&lt;decltype(x)&gt;   critical_region_var(x)
                                                        ^
contrib/epee/include/syncobj.h:227:56: note: in definition of macro 'CRITICAL_REGION_LOCAL'
 #define  CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));}   epee::critical_region_t&lt;decltype(x)&gt;   critical_region_var(x)
                                                        ^~~~~~~~~
contrib/epee/include/syncobj.h:227:56: note: suggested alternative: 'sleep'
 #define  CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));}   epee::critical_region_t&lt;decltype(x)&gt;   critical_region_var(x)
                                                        ^
contrib/epee/include/syncobj.h:227:56: note: in definition of macro 'CRITICAL_REGION_LOCAL'
 #define  CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));}   epee::critical_region_t&lt;decltype(x)&gt;   critical_region_var(x)
                                                        ^~~~~~~~~
</content>
</entry>
<entry>
<title>Fix typos in various files</title>
<updated>2018-03-15T16:25:38Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2018-03-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57c0b1ed9f15ca27892a8737156c3b8e32a1625e'/>
<id>urn:sha1:57c0b1ed9f15ca27892a8737156c3b8e32a1625e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows</title>
<updated>2018-02-25T11:57:58Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2018-02-22T18:52:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=430268224d71bfc6a359f20c6db712462ce0bb25'/>
<id>urn:sha1:430268224d71bfc6a359f20c6db712462ce0bb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3243</title>
<updated>2018-02-20T15:46:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-20T15:46:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e3ad0c9ca631c88ad2752c978ad68220ea5c6d73'/>
<id>urn:sha1:e3ad0c9ca631c88ad2752c978ad68220ea5c6d73</id>
<content type='text'>
2bc8c3db epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow (stoffu)
</content>
</entry>
<entry>
<title>Merge pull request #3226</title>
<updated>2018-02-16T13:26:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:26:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4a6bc79d9a751480597aa007a1c6d315604f856'/>
<id>urn:sha1:f4a6bc79d9a751480597aa007a1c6d315604f856</id>
<content type='text'>
e4646379 keccak: fix mdlen bounds sanity checking (moneromooo-monero)
2e3e90ac pass large parameters by const ref, not value (moneromooo-monero)
61defd89 blockchain: sanity check number of precomputed hash of hash blocks (moneromooo-monero)
9af6b2d1 ringct: fix infinite loop in unused h2b function (moneromooo-monero)
8cea8d0c simplewallet: double check a new multisig wallet is multisig (moneromooo-monero)
9b98a6ac threadpool: catch exceptions in dtor, to avoid terminate (moneromooo-monero)
24803ed9 blockchain_export: fix buffer overflow in exporter (moneromooo-monero)
f3f7da62 perf_timer: rewrite to make it clear there is no division by zero (moneromooo-monero)
c6ea3df0 performance_tests: remove add_arg call stray extra param (moneromooo-monero)
fa6b4566 fuzz_tests: fix an uninitialized var in setup (moneromooo-monero)
03887f11 keccak: fix sanity check bounds test (moneromooo-monero)
ad11db91 blockchain_db: initialize m_open in base class ctor (moneromooo-monero)
bece67f9 miner: restore std::cout precision after modification (moneromooo-monero)
1aabd14c db_lmdb: check hard fork info drop succeeded (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #3252</title>
<updated>2018-02-16T13:24:30Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:24:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=64fabf2eb790a8a3e675f55757fc50a069ef0eea'/>
<id>urn:sha1:64fabf2eb790a8a3e675f55757fc50a069ef0eea</id>
<content type='text'>
f689a77e Fix #602 Turn on socket keepalive (Howard Chu)
</content>
</entry>
</feed>
