<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/net, 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>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>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>
<entry>
<title>Fix #602 Turn on socket keepalive</title>
<updated>2018-02-11T23:32:37Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2018-02-11T23:20:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f689a77e568f3349118258d97fda3e407dab1be6'/>
<id>urn:sha1:f689a77e568f3349118258d97fda3e407dab1be6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pass large parameters by const ref, not value</title>
<updated>2018-02-02T19:36:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-02T18:45:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2e3e90acbe62272901046f754b62ee7ec0d516d9'/>
<id>urn:sha1:2e3e90acbe62272901046f754b62ee7ec0d516d9</id>
<content type='text'>
Coverity 136394 136397 136409 136526 136529 136533 175302
</content>
</entry>
<entry>
<title>Allow the number of incoming connections to be limited</title>
<updated>2018-01-29T00:14:02Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2018-01-20T21:44:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32c0f908cd753f9319909e2f43d2b4657ebaf664'/>
<id>urn:sha1:32c0f908cd753f9319909e2f43d2b4657ebaf664</id>
<content type='text'>
It was already possible to limit outgoing connections. One might want
to do this on home network connections with high bandwidth but low
usage caps.
</content>
</entry>
</feed>
