<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/command_line.cpp, branch v0.11.0.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.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-09-03T10:15:57Z</updated>
<entry>
<title>Add a --fluffy-blocks option to relay blocks as fluffy blocks</title>
<updated>2017-09-03T10:15:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-09-02T16:11:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=585e6b35e624d2739d9e06eefefea5c4909a0fa2'/>
<id>urn:sha1:585e6b35e624d2739d9e06eefefea5c4909a0fa2</id>
<content type='text'>
Defaults to off, but fluffy blocks are forced enabled on testnet
</content>
</entry>
<entry>
<title>More DB support cleanup</title>
<updated>2017-08-20T12:57:36Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-20T12:37:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80344740bdd3c61c39a8bcac67a4858549eab505'/>
<id>urn:sha1:80344740bdd3c61c39a8bcac67a4858549eab505</id>
<content type='text'>
Hide DB types from db_types.h - no reason to recompile dependencies
when DB types change.

Also remove lingering in-memory DB references, they've been
obsolete since 9e82b694da120708652871b55f639d1ef306a7ec
</content>
</entry>
<entry>
<title>cryptonote_protocol: large block sync size before v4</title>
<updated>2017-08-17T12:11:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-16T20:19:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a283078ec3cf276dd085219f4ead51ced969224'/>
<id>urn:sha1:5a283078ec3cf276dd085219f4ead51ced969224</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: add --db-salvage command line flag</title>
<updated>2017-08-12T18:04:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-30T22:59:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c6e200a8ab36633f1a3598f54e9e9f8ca5b6c461'/>
<id>urn:sha1:c6e200a8ab36633f1a3598f54e9e9f8ca5b6c461</id>
<content type='text'>
Use to load the database when the primary meta page is corrupted
</content>
</entry>
<entry>
<title>Add readline support to cli</title>
<updated>2017-06-18T14:08:37Z</updated>
<author>
<name>jethro</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2017-05-29T22:39:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1f3dfccc8a099eb08e0d9ef758b216d035afd78'/>
<id>urn:sha1:e1f3dfccc8a099eb08e0d9ef758b216d035afd78</id>
<content type='text'>
This PR adds readline support to the daemon and monero-wallet-cli. Only
GNU readline is supported (e.g. not libedit) and there are cmake checks
to ensure this.

There is a cmake variable, Readline_ROOT_DIR that can specify a
directory to find readline, otherwise some default paths are searched.

There is also a cmake option, USE_READLINE, that defaults to ON. If set
to ON, if readline is not found, the build continues but without
readline support.

One negative side effect of using readline is that the color prompt in
the wallet-cli now has no color and just uses terminal default. I know
how to fix this but it's quite a big change so will tackle another time.
</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>Optionally query moneropulse DNS records to check for updates</title>
<updated>2017-02-20T22:58:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-18T16:30:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f640512c53caca9d7c3c69802841d174818cf953'/>
<id>urn:sha1:f640512c53caca9d7c3c69802841d174818cf953</id>
<content type='text'>
It just checks and prints a message if there is a new version
for now.
</content>
</entry>
<entry>
<title>Add server auth to monerod, and client auth to wallet-cli and wallet-rpc</title>
<updated>2017-02-06T06:15:41Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2017-02-05T22:48:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ce7fcbb4aea884bb4bf433cf419ffa267f859c87'/>
<id>urn:sha1:ce7fcbb4aea884bb4bf433cf419ffa267f859c87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove db-auto-remove-logs</title>
<updated>2017-01-10T10:49:45Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-10T10:49:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aff28178e631345065c21e238f469459750c542d'/>
<id>urn:sha1:aff28178e631345065c21e238f469459750c542d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show available types for db-type command</title>
<updated>2017-01-10T10:44:01Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-10T10:44:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e309055819a8801d6caaa337d581cbb15444f291'/>
<id>urn:sha1:e309055819a8801d6caaa337d581cbb15444f291</id>
<content type='text'>
</content>
</entry>
</feed>
