<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common, branch v0.9.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.9.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T06:39:56Z</updated>
<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>Add missing semicolons after log statements</title>
<updated>2015-12-19T14:47:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-19T14:47:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3f2970fadbe2d4dc7057d0c3b83faa93b8622bde'/>
<id>urn:sha1:3f2970fadbe2d4dc7057d0c3b83faa93b8622bde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace tabs and remove trailing whitespace</title>
<updated>2015-12-15T18:13:24Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2015-12-15T17:28:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5131b263ed3c45fbf90b5bf88f67690615dfca7a'/>
<id>urn:sha1:5131b263ed3c45fbf90b5bf88f67690615dfca7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optionally restrict DNS queries to TCP</title>
<updated>2015-12-15T18:13:16Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2015-12-15T17:23:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0d40de48c2da9cd24fa656500034f64baf87fd89'/>
<id>urn:sha1:0d40de48c2da9cd24fa656500034f64baf87fd89</id>
<content type='text'>
Sample use:
DNS_PUBLIC=tcp torsocks bin/bitmonerod --p2p-bind-ip 127.0.0.1

Test:
Run above with --log-level 4 with and without DNS_PUBLIC environment
variable set.

DNS debugging info should show successful DNS lookups only when
DNS_PUBLIC is set to "tcp":

  DNS lookup for seeds.moneroseeds.se: 17 results
  DNS lookup for seeds.moneroseeds.ae.org: 17 results
  DNS lookup for seeds.moneroseeds.ch: 12 results
  DNS lookup for seeds.moneroseeds.li: 12 results
</content>
</entry>
<entry>
<title>add a --fakechain argument for tests</title>
<updated>2015-12-13T11:38:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T11:38:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=10da0a0b7cc70fad0ffde60bdd04926484fb043a'/>
<id>urn:sha1:10da0a0b7cc70fad0ffde60bdd04926484fb043a</id>
<content type='text'>
The core tests use the blockchain, and reset it to be able
to add test data to it. This does not play nice with the
databases, since those will save that data without an explicit
save call.
We add a fakechain flag that the tests will set, which tells
the core and blockchain code to use a separate database, as
well as skip a few things like checkpoints and fixup, which
only make sense for real data.
</content>
</entry>
<entry>
<title>Register daemon command line arguments to core if they're used in core</title>
<updated>2015-12-08T23:06:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-08T23:06:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=336b37580f6b889d57f888acfc883a179d69e35c'/>
<id>urn:sha1:336b37580f6b889d57f888acfc883a179d69e35c</id>
<content type='text'>
This fixes coretests, which does not register daemon specific arguments,
but uses core, which uses those arguments. Also gets rid of an unwanted
dependency on daemon code from core.
</content>
</entry>
<entry>
<title>Merge pull request #515</title>
<updated>2015-11-30T16:33:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-11-30T16:33:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2bed53cb6b6aecbebd74fb0dc579af7df05d934b'/>
<id>urn:sha1:2bed53cb6b6aecbebd74fb0dc579af7df05d934b</id>
<content type='text'>
0921f5b util: use putenv instead of setenv for mingw (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet: cancellable refresh</title>
<updated>2015-11-29T23:24:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-29T13:02:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d68a63e40439850cfc66f8525b35986a6371fa47'/>
<id>urn:sha1:d68a63e40439850cfc66f8525b35986a6371fa47</id>
<content type='text'>
^C while in manual refresh will cancel the refresh, since that's
often an annoying thing to have to wait for. Also, a manual refresh
command will interrupt any running background refresh and take
over, rather than wait for the background refresh to be done, and
look to be hanging.
</content>
</entry>
<entry>
<title>util: use putenv instead of setenv for mingw</title>
<updated>2015-11-25T21:38:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-25T21:37:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0921f5b4d7da9aa1f5faec906f22f97a3ce92c81'/>
<id>urn:sha1:0921f5b4d7da9aa1f5faec906f22f97a3ce92c81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix startup crash when using a locale boost does not like</title>
<updated>2015-11-21T10:13:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-21T10:13:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3724aef881ff2fdada98eddc792059e4e18c1c8'/>
<id>urn:sha1:f3724aef881ff2fdada98eddc792059e4e18c1c8</id>
<content type='text'>
There are various locale related bugs in various versions of boost,
where exceptions are thrown in boost::filesystem APIs when the
current locale is not to boost's liking. It's not clear what "not
to boost's liking" means in detail, though "en" and "en_US.UTF-8"
are not to its liking.

Fix it by running a test function that's known to throw in such
a case, and resetting LANG and LC_ALL to C if an exception is
thrown. In simplewallet, the locale is queried before that so the
correct translations will still be used.
</content>
</entry>
</feed>
