<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-03-27T13:48:36Z</updated>
<entry>
<title>fix lambda compile error on openbsd</title>
<updated>2018-03-27T13:48:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-27T13:47:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=11c933e1374a7ac18fe3a2e89ab19fbf290b8149'/>
<id>urn:sha1:11c933e1374a7ac18fe3a2e89ab19fbf290b8149</id>
<content type='text'>
</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>Stagenet</title>
<updated>2018-03-05T02:55:05Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T11:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af773211cbc620a1be54f517bd60e587d58a7e93'/>
<id>urn:sha1:af773211cbc620a1be54f517bd60e587d58a7e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: add testnet option dependencies</title>
<updated>2018-02-16T20:32:01Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-01-22T01:49:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b3b2d4d20cc3c3cf3206468e66f2590c3aed948a'/>
<id>urn:sha1:b3b2d4d20cc3c3cf3206468e66f2590c3aed948a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: remove testnet-* options</title>
<updated>2018-02-16T20:32:01Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-01-21T15:29:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05a12ccc2dc920f4a997e66e6965ae60c1a4c65e'/>
<id>urn:sha1:05a12ccc2dc920f4a997e66e6965ae60c1a4c65e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3181</title>
<updated>2018-02-16T13:19:54Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:19:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bdf0339dda929026cc4efef835be2c63bc1555a0'/>
<id>urn:sha1:bdf0339dda929026cc4efef835be2c63bc1555a0</id>
<content type='text'>
e3f0980a daemon: don't drop RPC with busy error when running offline (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #3165</title>
<updated>2018-02-16T13:18:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:18:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=04a676397f57e1f5adf6a994b2d83942550f5109'/>
<id>urn:sha1:04a676397f57e1f5adf6a994b2d83942550f5109</id>
<content type='text'>
7539603f Bootstrap daemon (stoffu)
</content>
</entry>
<entry>
<title>Merge pull request #3163</title>
<updated>2018-02-16T13:18:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:18:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=381faf06c7f9174ab5aaad909d57c66c612533de'/>
<id>urn:sha1:381faf06c7f9174ab5aaad909d57c66c612533de</id>
<content type='text'>
628b78ae Fix in_peers/out_peers RPC operations (Erik de Castro Lopo)
ece9bcf5 rpc_client: Fix error handling (Erik de Castro Lopo)
8f30350d Fix method name in invoke_http_json_rpc (Erik de Castro Lopo)
32c0f908 Allow the number of incoming connections to be limited (Erik de Castro Lopo)
d609a2c1 Rename delete_connections to delete_out_connections (Erik de Castro Lopo)
b927c0fc Rename connections_count to max_out_connection_count (Erik de Castro Lopo)
</content>
</entry>
<entry>
<title>Merge pull request #3161</title>
<updated>2018-02-16T13:18:29Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:18:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0bffd2ec6440af6dd9cd86682e647fccafb7c234'/>
<id>urn:sha1:0bffd2ec6440af6dd9cd86682e647fccafb7c234</id>
<content type='text'>
78a2e15b daemon: exit with 0 when successful (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #3094</title>
<updated>2018-02-16T13:17:46Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:17:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5d36ed6613d2a6c5f3c556ebf06b04f10d6419db'/>
<id>urn:sha1:5d36ed6613d2a6c5f3c556ebf06b04f10d6419db</id>
<content type='text'>
a85dbb3f Fixed typos and wording tweaks (Maxithi)
</content>
</entry>
</feed>
