<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/util.cpp, 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-04-28T19:33:59Z</updated>
<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>util: add a function to set umask to 077</title>
<updated>2016-04-06T18:59:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-06T18:59:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7385c036bdd2e9254be99024ddcec639b668f68a'/>
<id>urn:sha1:7385c036bdd2e9254be99024ddcec639b668f68a</id>
<content type='text'>
Useful to ensure files are written without group/other read rights.
</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>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>
<entry>
<title>Hopefully fixes build on Windows</title>
<updated>2015-03-20T20:40:54Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-03-20T20:40:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2b0583b2c6ffb5e80f7d02ea384f039bfc88363c'/>
<id>urn:sha1:2b0583b2c6ffb5e80f7d02ea384f039bfc88363c</id>
<content type='text'>
</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>
<entry>
<title>Documented varint</title>
<updated>2014-09-11T14:14:05Z</updated>
<author>
<name>jebes</name>
<email>psteidelprogramming@gmail.com</email>
</author>
<published>2014-09-11T14:14:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a70bf86037575ecb1bb2c8b1103deeb2fd1c0ae5'/>
<id>urn:sha1:a70bf86037575ecb1bb2c8b1103deeb2fd1c0ae5</id>
<content type='text'>
</content>
</entry>
</feed>
