<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/connection_basic.cpp, branch v0.10.1</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.10.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-06-19T19:25:52Z</updated>
<entry>
<title>Merge pull request #846</title>
<updated>2016-06-19T19:25:52Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-06-19T19:25:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ba61f37f9cb04b456157d6eec502440500453dbc'/>
<id>urn:sha1:ba61f37f9cb04b456157d6eec502440500453dbc</id>
<content type='text'>
de030d9 fix: error: -Werror=misleading-indentation (moneroexample)
c2d7300 contrib: epee: add exception spec to throwing destructors (redfish)
6898741 src: p2p: add exception spec to throwing destructors (redfish)
21dbc95 crypto: slow-hash: fix misleading indent (redfish)
70f3634 crypto: slow-hash: remove unused hash list for ARM (redfish)
1a7772f crypto: oaes_lib: remove unused _NR array (redfish)
6462a3a crypto: fix compile error: use named type in sizeof (redfish)
</content>
</entry>
<entry>
<title>src: p2p: add exception spec to throwing destructors</title>
<updated>2016-05-18T05:02:21Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-05-18T04:57:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=68987416adb755337714964b38db3ada08ec2203'/>
<id>urn:sha1:68987416adb755337714964b38db3ada08ec2203</id>
<content type='text'>
The destructors get a noexcept(true) spec by default, but these
destructors in fact throw exceptions. An alternative fix might be to not
throw (most if not all of these throws are non-essential
error-reporting/logging).
</content>
</entry>
<entry>
<title>connection_basic: avoid gratuitous exception</title>
<updated>2016-03-28T17:59:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-28T17:59:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ef4ff4252ac9c04f8c028f5518fa7088dc3b4f98'/>
<id>urn:sha1:ef4ff4252ac9c04f8c028f5518fa7088dc3b4f98</id>
<content type='text'>
The remote endpoint is usually invalid, so use a version of the
call that returns an error code instead.
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>properly decrement p2p socket count</title>
<updated>2015-06-06T17:24:33Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-06-06T17:24:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d7df08d6ec9ce491b8c1d6e5ac3884946f7c0f7d'/>
<id>urn:sha1:d7df08d6ec9ce491b8c1d6e5ac3884946f7c0f7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaning up, removing redundant files, renaming, fixing incorrect licenses</title>
<updated>2015-05-31T11:40:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-05-31T11:40:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e01d32e52d862d590ec23a17d3460066639a3803'/>
<id>urn:sha1:e01d32e52d862d590ec23a17d3460066639a3803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/terget/target/</title>
<updated>2015-05-17T12:16:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-05-17T12:16:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f278fe3883f7d708082a19856eda02fddaf2fc56'/>
<id>urn:sha1:f278fe3883f7d708082a19856eda02fddaf2fc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>print limits when running limit commands with no arguments</title>
<updated>2015-05-17T12:15:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-05-17T12:13:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d8ee0a95c7e3a1aba2aa79173f2d55f2db6f31cd'/>
<id>urn:sha1:d8ee0a95c7e3a1aba2aa79173f2d55f2db6f31cd</id>
<content type='text'>
It's more user friendly that an error message saying the command
does not exist.
</content>
</entry>
<entry>
<title>[fix] Network 1.8: unlimited the RPC connections</title>
<updated>2015-04-08T17:54:07Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-04-08T17:54:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9bfa593eee5a528c70dfaed39feb140a7b10e8b5'/>
<id>urn:sha1:9bfa593eee5a528c70dfaed39feb140a7b10e8b5</id>
<content type='text'>
works for unit tests build, too
</content>
</entry>
<entry>
<title>2014 network limit 1.3 fix log/path/data +utils</title>
<updated>2015-02-24T19:12:56Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-02-24T19:12:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0198ffb2201e6e089aa385f80a1407e450a9856b'/>
<id>urn:sha1:0198ffb2201e6e089aa385f80a1407e450a9856b</id>
<content type='text'>
+toc -doc -drmonero

Fixed the windows path, and improved logging and data
(for graph) logging, fixed some locks and added more checks.

Still there is a locking error,
not added by my patches, but present in master version
(locking of map/list of peers).
</content>
</entry>
</feed>
