<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/daemon.cpp, branch v0.9.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.9.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T17:09:00Z</updated>
<entry>
<title>Nicer looking exit when blockchain.bin is found</title>
<updated>2015-12-31T17:09:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-31T17:09:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1e07110a7aabf7374f1b1197a1fbbac614acb386'/>
<id>urn:sha1:1e07110a7aabf7374f1b1197a1fbbac614acb386</id>
<content type='text'>
Do not print the exception message, and write the important bit
in red, since people will only read the last line otherwise.
</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>Strip redundant includes</title>
<updated>2015-12-21T16:23:59Z</updated>
<author>
<name>hyc</name>
<email>hyc@symas.com</email>
</author>
<published>2015-12-21T16:21:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9428d53d6f9bb4a269579cfbdc993e270726bdd4'/>
<id>urn:sha1:9428d53d6f9bb4a269579cfbdc993e270726bdd4</id>
<content type='text'>
In particular, &lt;boost/program_options.hpp&gt; blows up daemon.cpp.obj,
making it too big to compile in debug mode on Win32. Even on a
release build it drops daemon.cpp.o on Linux from 31MB to 20MB.
This has no effect on the final linked binary size.
</content>
</entry>
<entry>
<title>daemon: fix crash exiting with ^C</title>
<updated>2015-12-13T23:56:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T23:56:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fefc0b555634ae782b6b378fcd655ea1137a85da'/>
<id>urn:sha1:fefc0b555634ae782b6b378fcd655ea1137a85da</id>
<content type='text'>
We need to stop the p2p layer, which causes the rest to shutdown
gracefully. Hitting ^C was still going through another path.
</content>
</entry>
<entry>
<title>daemon: fix an exit crash</title>
<updated>2015-06-13T23:31:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-06-13T23:30:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9b361be8a32fec2cc6ef0f835e4b8077b713753'/>
<id>urn:sha1:f9b361be8a32fec2cc6ef0f835e4b8077b713753</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ^D exit for bitmonerod</title>
<updated>2015-06-03T21:43:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-06-03T21:42:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35b160edea51492c9f98b59f7e175490c7cc2590'/>
<id>urn:sha1:35b160edea51492c9f98b59f7e175490c7cc2590</id>
<content type='text'>
It uses the async console handler differently than simplewallet,
and wasn't running the same exit code, causing it to never actually
exit after breaking out of the console entry loop.
</content>
</entry>
<entry>
<title>remerged; commands JSON. logging upgrade. doxygen</title>
<updated>2015-04-01T17:00:45Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-04-01T17:00:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c511abf0058b8c1d020255faaad418b0ffd2eb26'/>
<id>urn:sha1:c511abf0058b8c1d020255faaad418b0ffd2eb26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore daemon interactive mode</title>
<updated>2015-03-27T12:01:30Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-03-27T12:01:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0590d29cd9949c65a4cd67630a84410a30d33fe'/>
<id>urn:sha1:a0590d29cd9949c65a4cd67630a84410a30d33fe</id>
<content type='text'>
Daemon interactive mode is now working again.

RPC mapped calls in daemon and wallet have both had connection_context
removed as an argument as that argument was not being used anywhere.
</content>
</entry>
<entry>
<title>Daemonize changes pulled in -- daemon builds</title>
<updated>2015-02-24T05:05:19Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-01-29T22:10:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9193d6fb5be92df732af18b08b1e052f84cc2f9d'/>
<id>urn:sha1:9193d6fb5be92df732af18b08b1e052f84cc2f9d</id>
<content type='text'>
many RPC functions added by the daemonize changes
(and related changes on the upstream dev branch that were not merged)
were commented out (apart from return).  Other than that, this *should*
work...at any rate, it builds, and that's something.
</content>
</entry>
<entry>
<title>year updated in license</title>
<updated>2015-01-02T16:52:46Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-01-02T16:52:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4b69d553a249ace3694e3b4fd307ddffa156d7d'/>
<id>urn:sha1:f4b69d553a249ace3694e3b4fd307ddffa156d7d</id>
<content type='text'>
</content>
</entry>
</feed>
