<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/dns_utils.cpp, branch v0.11.1.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.11.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-07T13:09:45Z</updated>
<entry>
<title>Merge pull request #2210</title>
<updated>2017-08-07T13:09:45Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:09:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f5be5b7e7be454291f6bb1cd04d95c4587c64992'/>
<id>urn:sha1:f5be5b7e7be454291f6bb1cd04d95c4587c64992</id>
<content type='text'>
cb0b5594 Move OpenAlias console input back from libs (moneromooo-monero)
</content>
</entry>
<entry>
<title>Move OpenAlias console input back from libs</title>
<updated>2017-07-27T10:30:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-27T10:28:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cb0b559451466112332e0c251d100c2322803ad7'/>
<id>urn:sha1:cb0b559451466112332e0c251d100c2322803ad7</id>
<content type='text'>
Library code should definitely not ask for console input unless
it's clearly an input function. Delegating the user interaction
part to the caller means it can now be used by a GUI, or have a
decision algorithm better adapted to a particular caller.
</content>
</entry>
<entry>
<title>Ensure DNSResolver destructor runs on exit</title>
<updated>2017-06-28T21:21:06Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-06-28T21:21:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=464afd4d2ddd06f6ed6c0747da83b8dbb338686a'/>
<id>urn:sha1:464afd4d2ddd06f6ed6c0747da83b8dbb338686a</id>
<content type='text'>
Plugs a noisy but benign memory leak
</content>
</entry>
<entry>
<title>wallet-rpc: enable openalias</title>
<updated>2017-03-17T01:42:10Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2017-03-16T23:04:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=250c4cb3e08375f88942f46a3939d050d5c9ebd2'/>
<id>urn:sha1:250c4cb3e08375f88942f46a3939d050d5c9ebd2</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>dns_utils: fix infinite recursion when distributing empty dns_urls</title>
<updated>2017-02-21T14:38:22Z</updated>
<author>
<name>anonimal</name>
<email>anonimal@i2pmail.org</email>
</author>
<published>2017-02-21T14:38:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c3badb7492228ca6a73c273a98794f9e00fb88a'/>
<id>urn:sha1:5c3badb7492228ca6a73c273a98794f9e00fb88a</id>
<content type='text'>
load_txt_records_from_dns attempts to distribute `a = 0, b = -1` where
(b = dns_urls.size() - 1) and IntType is signed integer. This results in
an infinite recursion which leads to SIGSEGV.
</content>
</entry>
<entry>
<title>dns_utils: fix first checked DNS entry being ignored</title>
<updated>2017-02-20T22:58:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-16T23:29:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=969ad710baabec35df77ae8817e227937aa62601'/>
<id>urn:sha1:969ad710baabec35df77ae8817e227937aa62601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns_utils: factor TXT record loading code from checkpoint code</title>
<updated>2017-02-20T22:57:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-16T20:03:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e8a7525cebf5c8b00aa3cffa14221640acaa43f3'/>
<id>urn:sha1:e8a7525cebf5c8b00aa3cffa14221640acaa43f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract some basic code from libcryptonote_core into libcryptonote_basic</title>
<updated>2017-02-08T13:45:15Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-26T15:07:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8027ce0c75f882de0523e668defa0bc3c8564e96'/>
<id>urn:sha1:8027ce0c75f882de0523e668defa0bc3c8564e96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved get_account_address_from_str_or_url from libcommon to libcryptonote_core</title>
<updated>2017-01-24T11:31:03Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-24T11:22:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=55a8e982c0b34cd62d1ad1eb83d0683d5291f322'/>
<id>urn:sha1:55a8e982c0b34cd62d1ad1eb83d0683d5291f322</id>
<content type='text'>
</content>
</entry>
</feed>
