<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/console_handler.h, branch v0.17.1.6</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.17.1.6</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.6'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-07-24T05:12:11Z</updated>
<entry>
<title>Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command</title>
<updated>2020-07-24T05:12:11Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2020-06-01T08:20:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fb31167b12caccdac071bdbe5ad58f235cdb82fe'/>
<id>urn:sha1:fb31167b12caccdac071bdbe5ad58f235cdb82fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix boost &lt;1.60 compilation and fix boost 1.73+ warnings</title>
<updated>2020-06-01T01:18:11Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-06-01T01:18:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7aeb5035476c672e4c329c02b20ced1669ebe4cd'/>
<id>urn:sha1:7aeb5035476c672e4c329c02b20ced1669ebe4cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: fix boost 1.73 compatibility</title>
<updated>2020-05-14T20:57:53Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2020-05-14T20:57:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f35ced6d7f00282091a9623bad573132f42a91b0'/>
<id>urn:sha1:f35ced6d7f00282091a9623bad573132f42a91b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>console_handler: do not let exception past the dor</title>
<updated>2020-02-12T21:05:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-02-12T13:57:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=760ecf2ac812f4574dd851aa7ac72c3ff1230482'/>
<id>urn:sha1:760ecf2ac812f4574dd851aa7ac72c3ff1230482</id>
<content type='text'>
Coverity 208373
</content>
</entry>
<entry>
<title>epee: fix console_handlers_binder race, wait for thread to finish</title>
<updated>2019-11-12T16:07:59Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2019-11-12T16:05:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=584d057f744fee39560e35a037fec339bee2bf26'/>
<id>urn:sha1:584d057f744fee39560e35a037fec339bee2bf26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplewallet: lock console on inactivity</title>
<updated>2019-08-28T19:01:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-06T08:44:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1a367d6a22efc2e596c29d8c3eb95102775f8b24'/>
<id>urn:sha1:1a367d6a22efc2e596c29d8c3eb95102775f8b24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>console_handler: print newline on EOF</title>
<updated>2019-03-13T16:52:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-13T16:51:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6ef816de2b471a0e46f3818da20101c853c564c2'/>
<id>urn:sha1:6ef816de2b471a0e46f3818da20101c853c564c2</id>
<content type='text'>
This avoids the annoying case where the shell prints its prompt
after the last line from Monero output, causing line editing to
sometimes go wonky, for lack of a better term
</content>
</entry>
<entry>
<title>console_handler: add a global log when exiting via EOF</title>
<updated>2018-10-20T09:13:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-20T09:12:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d3cda5ad393098235637d8a5f8fa52cac96358df'/>
<id>urn:sha1:d3cda5ad393098235637d8a5f8fa52cac96358df</id>
<content type='text'>
It's a common confusion point for users which run monerod
without stdin and with --detach
</content>
</entry>
<entry>
<title>Merge pull request #4459</title>
<updated>2018-09-29T20:20:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:17:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=effcbf2060a48b01779a713fe66c82714a7fb7f2'/>
<id>urn:sha1:effcbf2060a48b01779a713fe66c82714a7fb7f2</id>
<content type='text'>
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size &gt; 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
</content>
</entry>
<entry>
<title>console_handler: fix start_default_console use of prompt parameter</title>
<updated>2018-05-26T19:18:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-26T18:32:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a58c88e2d2e1e5b61e2cce3ac9f7ab843863f35'/>
<id>urn:sha1:6a58c88e2d2e1e5b61e2cce3ac9f7ab843863f35</id>
<content type='text'>
It had not been updated to the function type change
</content>
</entry>
</feed>
