monero/src
moneromooo-monero b712ae0af2
rpc: work around a GCC 7.4.0 (at least) bug
In static member function ‘static boost::optional<cryptonote::rpc::output_distribution_data> cryptonote::rpc::RpcHandler::get_output_distribution(const std::function<bool(long unsigned int, long unsigned int, long unsigned int, long unsigned int&, std::vector<long unsigned int>&, long unsigned int&)>&, uint64_t, uint64_t, uint64_t, const std::function<crypto::hash(long unsigned int)>&, bool, uint64_t)’:
cc1plus: warning: ‘void* __builtin_memset(void*, int, long unsigned int)’: specified size 18446744073709551536 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
2019-06-12 22:27:07 +00:00
..
blockchain_db core: do not commit half constructed batch db txn 2019-05-25 16:24:56 +00:00
blockchain_utilities Made code block usage consistent across all .md files 2019-05-12 05:16:26 +01:00
blocks Merge pull request #5061 2019-03-17 17:49:30 +02:00
checkpoints Merge pull request #5061 2019-03-17 17:49:30 +02:00
common Add ssl_options support to monerod's rpc mode. 2019-05-22 00:09:11 -04:00
crypto crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) 2019-04-04 22:38:19 +09:00
cryptonote_basic miner: fix double free of thread attributes 2019-06-09 10:51:18 +02:00
cryptonote_core Merge pull request #5577 2019-06-01 20:25:19 +02:00
cryptonote_protocol fix wide difficulty conversion with some versions of boost 2019-05-01 19:58:09 +00:00
daemon Add ssl_options support to monerod's rpc mode. 2019-05-22 00:09:11 -04:00
daemonizer daemonizer: add --non-interactive for windows 2019-04-23 00:26:51 +00:00
debug_utilities Merge pull request #5201 2019-03-19 10:59:55 +02:00
device Fix GCC 9.1 build warnings 2019-06-09 09:39:18 +00:00
device_trezor device/trezor: device sorting and filtering improved 2019-04-25 00:31:10 +02:00
gen_multisig Update 2019 copyright 2019-03-05 22:05:34 +01:00
lmdb error: fix compile error on windows with depends 2019-05-02 10:14:09 +00:00
mnemonics mnemonics: fix 4 byte UTF-8 rewriting 2019-04-30 21:10:54 +00:00
multisig Update 2019 copyright 2019-03-05 22:05:34 +01:00
net socks: fix build with boost 1.70 2019-03-27 13:22:41 +00:00
p2p p2p: fix GCC 9.1 crash 2019-06-08 17:52:53 +00:00
platform Update 2019 copyright 2019-03-05 22:05:34 +01:00
ringct Merge pull request #5437 2019-04-16 22:44:00 +02:00
rpc rpc: work around a GCC 7.4.0 (at least) bug 2019-06-12 22:27:07 +00:00
serialization fix wide difficulty conversion with some versions of boost 2019-05-01 19:58:09 +00:00
simplewallet wallet: add unlock_time details to show_transfers 2019-05-16 21:37:05 +00:00
wallet Merge pull request #5561 2019-06-01 20:21:45 +02:00
CMakeLists.txt Adding classes, functions, and utilities for common LMDB operations. 2019-03-19 17:52:26 +00:00
cryptonote_config.h cryptonote: rework block blob size sanity check 2019-04-05 09:35:19 +00:00
version.cpp.in update checkpoints, update README for 0.14.1 release 2019-03-05 13:05:41 +02:00
version.h build: auto update version info without manually deleting version.h 2017-09-21 07:47:37 +09:00