<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/util.cpp, branch v0.10.2.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.2.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.2.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-02-23T23:18:10Z</updated>
<entry>
<title>core: protect precomputed block hashes with SHA256</title>
<updated>2017-02-23T23:18:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-23T23:18:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=583a7b5c74239aa9e645ea5b604e4504b323271f'/>
<id>urn:sha1:583a7b5c74239aa9e645ea5b604e4504b323271f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: add a SHA256 function</title>
<updated>2017-02-20T22:58:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-20T20:46:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=216f062eb875eb0769d63c65ed0f5c8de51a9590'/>
<id>urn:sha1:216f062eb875eb0769d63c65ed0f5c8de51a9590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: add a vercmp function to compare version numbers</title>
<updated>2017-02-20T22:58:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-16T22:30:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08c3f380313a1262729bd0dbbbf5a85b6f695e81'/>
<id>urn:sha1:08c3f380313a1262729bd0dbbbf5a85b6f695e81</id>
<content type='text'>
It is simple, supports simple x.y.z type numeric versions,
and does not attempt any kind of validation
</content>
</entry>
<entry>
<title>Factor is_address_local code into a tools function</title>
<updated>2017-01-28T14:57:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-01-28T14:48:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9bd9906e8f60439328ed9e125b2c65c5ce45bc1f'/>
<id>urn:sha1:9bd9906e8f60439328ed9e125b2c65c5ce45bc1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabled HTTP auth support for monero-wallet-rpc</title>
<updated>2016-12-17T04:59:46Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2016-12-16T23:08:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=427054c3d50198dff65b5e003165b1f564ebd26f'/>
<id>urn:sha1:427054c3d50198dff65b5e003165b1f564ebd26f</id>
<content type='text'>
</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>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>
</feed>
