wownero/src
moneromooo-monero 9b98a6ac8f
threadpool: catch exceptions in dtor, to avoid terminate
If an exception is thrown, it is ignored. While this may hide
a bug, this should only be system exceptions in boost, which
is pretty unlikely. Morever, wait should be called manually
before the dtor anyway. Add an error message if the dtor has
to wait in case some such cases creep in so they get fixed.

Coverity 182538
2018-02-02 16:27:39 +00:00
..
blockchain_db blockchain_db: initialize m_open in base class ctor 2018-02-02 15:21:39 +00:00
blockchain_utilities blockchain_export: fix buffer overflow in exporter 2018-02-02 16:11:15 +00:00
blocks Update 2018 copyright 2018-01-26 10:03:20 -05:00
checkpoints Update 2018 copyright 2018-01-26 10:03:20 -05:00
common threadpool: catch exceptions in dtor, to avoid terminate 2018-02-02 16:27:39 +00:00
crypto keccak: fix sanity check bounds test 2018-02-02 15:48:06 +00:00
cryptonote_basic miner: restore std::cout precision after modification 2018-02-02 15:15:21 +00:00
cryptonote_core Merge pull request #3144 2018-01-27 17:25:40 -08:00
cryptonote_protocol Merge pull request #3186 2018-01-28 09:54:17 -08:00
daemon Update 2018 copyright 2018-01-26 10:03:20 -05:00
daemonizer Update 2018 copyright 2018-01-26 10:03:20 -05:00
debug_utilities Readd copyright starting date 2018-01-26 10:03:20 -05:00
gen_multisig Readd copyright starting date 2018-01-26 10:03:20 -05:00
mnemonics Update 2018 copyright 2018-01-26 10:03:20 -05:00
multisig Readd copyright starting date 2018-01-26 10:03:20 -05:00
p2p Merge pull request #3145 2018-01-27 17:25:47 -08:00
platform Update 2018 copyright 2018-01-26 10:03:20 -05:00
ringct Readd copyright starting date 2018-01-26 10:03:20 -05:00
rpc Merge pull request #3144 2018-01-27 17:25:40 -08:00
serialization Readd copyright starting date 2018-01-26 10:03:20 -05:00
simplewallet Merge pull request #3188 2018-01-27 18:21:55 -08:00
wallet wallet: automatically use low priority if safe (no backlog & recent blocks not full) 2018-01-28 11:04:52 +09:00
CMakeLists.txt Update 2018 copyright 2018-01-26 10:03:20 -05:00
cryptonote_config.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
version.cpp.in version: add -master to master version 2017-12-07 10:33:12 +00:00
version.h build: auto update version info without manually deleting version.h 2017-09-21 07:47:37 +09:00