monero/src/common
moneromooo-monero 27522aaa12
core_tests: reset thread pool between tests
Avoids a DB error (leading to an assert) where a thread uses
a read txn previously created with an environment that was
since closed and reopened. While this usually works since
BlockchainLMDB renews txns if it detects the environment has
changed, this will not work if objects end up being allocated
at the same address as the previous instance, leading to stale
data usage.

Thanks hyc for the LMDB debugging.
2019-11-10 12:58:49 +00:00
..
compat Support docker for gitian builds 2019-02-14 23:14:34 +01:00
aligned.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
aligned.h aligned: aligned memory alloc/realloc/free 2018-09-11 13:37:34 +00:00
apply_permutation.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
base58.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
base58.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
boost_serialization_helper.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00
combinator.cpp Fix issue 4793 - M/N multisig transaction signature 2018-11-20 16:50:41 +03:00
combinator.h build fix: combinator.h stdexcept missing include 2019-04-07 17:41:13 +02:00
command_line.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
command_line.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
common_fwd.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
dns_utils.cpp Remove Xiala.net from the list of dns resolvers 2019-06-21 09:40:10 +00:00
dns_utils.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
download.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
download.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
error.cpp Adding expect<T> - a value-or-error implementation 2018-09-12 22:44:34 +00:00
error.h Adding expect<T> - a value-or-error implementation 2018-09-12 22:44:34 +00:00
expect.cpp Adding expect<T> - a value-or-error implementation 2018-09-12 22:44:34 +00:00
expect.h Providing user supplied default constructor for expect<void> 2018-10-15 23:42:29 -04:00
http_connection.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
i18n.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
i18n.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
json_util.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
notify.cpp notify: fix tokenizing being too strict 2019-03-04 11:48:36 +00:00
notify.h notify: handle arbitrary tags 2019-01-28 19:32:28 +00:00
password.cpp password: do not use line input on windows 2019-05-10 18:56:50 +00:00
password.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
perf_timer.cpp Properly format multiline logs 2019-09-16 16:58:01 +00:00
perf_timer.h daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
pod-class.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
pruning.cpp Pruning 2019-01-22 20:30:51 +00:00
pruning.h Pruning 2019-01-22 20:30:51 +00:00
rpc_client.h Add ssl_options support to monerod's rpc mode. 2019-05-22 00:09:11 -04:00
scoped_message_writer.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
sfinae_helpers.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
spawn.cpp discontinue use of alloca 2019-02-25 11:11:07 +00:00
spawn.h common: Windows 'spawn' support for tx and block notifications 2018-10-02 01:53:27 +03:00
stack_trace.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
stack_trace.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
threadpool.cpp core_tests: reset thread pool between tests 2019-11-10 12:58:49 +00:00
threadpool.h core_tests: reset thread pool between tests 2019-11-10 12:58:49 +00:00
timings.cc timings: fix errno.h mispelt as error.h 2019-03-07 16:03:55 +00:00
timings.h performance_tests: better stats, and keep track of timing history 2019-01-28 15:45:37 +00:00
unordered_containers_boost_serialization.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
updates.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
updates.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
util.cpp simplewallet: lock console on inactivity 2019-08-28 19:01:48 +00:00
util.h simplewallet: lock console on inactivity 2019-08-28 19:01:48 +00:00
varint.h Update 2019 copyright 2019-03-05 22:05:34 +01:00