<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon, branch v0.10.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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<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>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</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>Merge pull request #1068</title>
<updated>2016-09-15T13:20:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-15T13:20:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d4a533a8002c96301b3b010c33a60bde38315b05'/>
<id>urn:sha1:d4a533a8002c96301b3b010c33a60bde38315b05</id>
<content type='text'>
a5af33d Add libminiupnpc and libunwind to snap. (Casey Marshall)
823843e Fix portability issues discovered with fresh snap install. (Casey Marshall)
0a56d83 Add snap packaging. (Casey Marshall)
</content>
</entry>
<entry>
<title>Add snap packaging.</title>
<updated>2016-09-11T16:17:12Z</updated>
<author>
<name>Casey Marshall</name>
<email>casey.marshall@canonical.com</email>
</author>
<published>2016-09-01T19:23:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0a56d83d3d8d6369b350ec2810752b683a4a1a3e'/>
<id>urn:sha1:0a56d83d3d8d6369b350ec2810752b683a4a1a3e</id>
<content type='text'>
This adds [snap](https://snapcraft.io) packaging to the project. See the
link for more information on snaps. Snap packages install on all Linux
distributions. On Ubuntu, snap confinement with apparmor and seccomp
provide an additional layer of security.

This snap sets up monerod as a systemd service, which should start
immediately on install. To access the wallet CLI, simply run `monero`
(/snap/bin/monero). I think it's a really quick &amp; easy way to get
started with monero.

I've made some opinionated decisions in the packaging just to kick this
off, but I'm happy to iterate on this stuff.
</content>
</entry>
<entry>
<title>Daemon: fix hashrate display in diff command output</title>
<updated>2016-09-10T21:16:25Z</updated>
<author>
<name>iDunk5400</name>
<email>iDunk5400@users.noreply.github.com</email>
</author>
<published>2016-09-10T21:16:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f1381388ecf8b8df4becd7019ed23b9d255c4089'/>
<id>urn:sha1:f1381388ecf8b8df4becd7019ed23b9d255c4089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix remaining bitmonero and simplewallet bits</title>
<updated>2016-09-03T20:03:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T20:03:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=df63e0704aaed8ca4ce89f84586978c0b714ebf8'/>
<id>urn:sha1:df63e0704aaed8ca4ce89f84586978c0b714ebf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename Monero daemon</title>
<updated>2016-09-03T11:46:41Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T11:46:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2e984bc23cdbfd536c128429c7caf8b18b750a94'/>
<id>urn:sha1:2e984bc23cdbfd536c128429c7caf8b18b750a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect help usage for the threads option to start_mining</title>
<updated>2016-08-30T21:59:28Z</updated>
<author>
<name>Quanah Gibson-Mount</name>
<email>quanah.gibsonmount@gmail.com</email>
</author>
<published>2016-08-30T21:33:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1d5ba65f3dfc498fbbfac7e00b6e434022816eaf'/>
<id>urn:sha1:1d5ba65f3dfc498fbbfac7e00b6e434022816eaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: print time to next fork</title>
<updated>2016-08-12T19:32:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-12T18:19:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7e4e0021f422eec55fb0417b1d6e86ceddc1934f'/>
<id>urn:sha1:7e4e0021f422eec55fb0417b1d6e86ceddc1934f</id>
<content type='text'>
</content>
</entry>
</feed>
