<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/main.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-09-18T19:32:02Z</updated>
<entry>
<title>epee: optionally restrict HTTP service to a configurable user agent</title>
<updated>2016-09-18T19:32:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-07T20:38:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eeb2bbc0fcc9c5afa2c3aa12915b4d3f31115e56'/>
<id>urn:sha1:eeb2bbc0fcc9c5afa2c3aa12915b4d3f31115e56</id>
<content type='text'>
This is intended to catch traffic coming from a web browser,
so we avoid issues with a web page sending a transfer RPC to
the wallet. Requiring a particular user agent can act as a
simple password scheme, while we wait for 0MQ and proper
authentication to be merged.
</content>
</entry>
<entry>
<title>daemon: log version when starting</title>
<updated>2016-09-16T19:47:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-16T19:47:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=423776f9b166606c1fec32908ddeb42badd4b4e7'/>
<id>urn:sha1:423776f9b166606c1fec32908ddeb42badd4b4e7</id>
<content type='text'>
Helps with investigating bug reports
</content>
</entry>
<entry>
<title>cmake,common: flag for stack trace</title>
<updated>2016-07-27T05:52:33Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-07-27T05:02:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f990d018357413d5eab36b361aa9236e6b8795d'/>
<id>urn:sha1:0f990d018357413d5eab36b361aa9236e6b8795d</id>
<content type='text'>
By default the flag is enabled whenever libunwind is found on the
system, with the exception of static build on OSX (for which we can't
install the throw hook #932 due to lack of support for --wrap in OSX
ld64 linker).
</content>
</entry>
<entry>
<title>daemon: print exception errors when failing to parse config file</title>
<updated>2016-06-30T21:15:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-30T21:15:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=459ec6040e95444a19de9cfbf34b5b9c94e09060'/>
<id>urn:sha1:459ec6040e95444a19de9cfbf34b5b9c94e09060</id>
<content type='text'>
When an exception happens while reading the config file, we need
to print the error, as the logging system isn't initialized yet,
so the generic catch will not print anything.
</content>
</entry>
<entry>
<title>Merge pull request #775</title>
<updated>2016-06-19T19:14:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-06-19T19:14:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e97d96ccfbb639f621cc4f4336c54cc02fa43485'/>
<id>urn:sha1:e97d96ccfbb639f621cc4f4336c54cc02fa43485</id>
<content type='text'>
e409e59 Print stack trace on exceptions (moneromooo-monero)
ef4ff42 connection_basic: avoid gratuitous exception (moneromooo-monero)
</content>
</entry>
<entry>
<title>Print stack trace on exceptions</title>
<updated>2016-04-28T22:34:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-28T18:00:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e409e59d29cd8f8480947d80582ac8e93b495e22'/>
<id>urn:sha1:e409e59d29cd8f8480947d80582ac8e93b495e22</id>
<content type='text'>
if libunwind is found.

Useful for debugging logs.
</content>
</entry>
<entry>
<title>add a --max-concurrency flag</title>
<updated>2016-04-28T19:33:59Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-28T19:25:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=513a658c87b5fa23533a6b6db36e6d36af6a861d'/>
<id>urn:sha1:513a658c87b5fa23533a6b6db36e6d36af6a861d</id>
<content type='text'>
It sets the max number of threads to use for a parallel job.
This is different that the number of total threads, since monero
binaries typically start a lot of them.
</content>
</entry>
<entry>
<title>move g_test_dbg_lock_sleep from a global to a function level static</title>
<updated>2016-02-22T19:34:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-22T19:34:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5e3557d2c30f9f1a206d93441897793a993f3618'/>
<id>urn:sha1:5e3557d2c30f9f1a206d93441897793a993f3618</id>
<content type='text'>
This avoids the need to define that variable in every program
which uses epee.
</content>
</entry>
<entry>
<title>update version</title>
<updated>2015-12-31T21:12:13Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T21:12:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c71f5d13ebb5db5743f81161382a831f9fa8450'/>
<id>urn:sha1:5c71f5d13ebb5db5743f81161382a831f9fa8450</id>
<content type='text'>
</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>
</feed>
