wownero/src
moneromooo-monero 517d5e6915
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-23 08:11:13 +03:00
..
blockchain_db db_lmdb: commit pruning txn at checkpoints 2019-06-23 08:06:28 +03:00
blockchain_utilities initial commit 2019-05-17 04:19:20 +03:00
blocks bump version to 0.6.1.1 and update checkpoints.dat 2019-06-14 13:31:25 +03:00
checkpoints bump version to 0.6.1.1 and update checkpoints.dat 2019-06-14 13:31:25 +03:00
common Add ssl_options support to monerod's rpc mode. 2019-06-02 07:11:40 +03:00
crypto ensure no NULL is passed to memcpy 2019-06-17 12:34:54 +03:00
cryptonote_basic serialization: check stream good flag at the end 2019-06-17 12:34:11 +03:00
cryptonote_core core: do not complain about low block rate if disconnected 2019-06-23 08:10:25 +03:00
cryptonote_protocol cryptonote_protocol: fix another potential P2P DoS 2019-06-17 12:30:16 +03:00
daemon Add ssl_options support to monerod's rpc mode. 2019-06-02 07:11:40 +03:00
daemonizer daemonizer: add --non-interactive for windows 2019-04-23 00:26:51 +00:00
debug_utilities initial commit 2019-05-17 04:19:20 +03:00
device Fix GCC 9.1 build warnings 2019-06-14 13:47:11 +03:00
device_trezor device/trezor: device sorting and filtering improved 2019-04-25 00:31:10 +02:00
gen_multisig initial commit 2019-05-17 04:19:20 +03: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: don't forget pruning seed or public RPC port when updating peers 2019-06-23 08:06:00 +03:00
platform Update 2019 copyright 2019-03-05 22:05:34 +01:00
ringct serialization: check stream good flag at the end 2019-06-17 12:34:11 +03:00
rpc rpc: work around a GCC 7.4.0 (at least) bug 2019-06-23 08:11:13 +03:00
serialization serialization: check stream good flag at the end 2019-06-17 12:34:11 +03:00
simplewallet Merge pull request #201 from wowario/wallet 2019-05-30 21:01:42 -07:00
wallet hotfix "no ring" error 2019-06-14 16:52:44 +08:00
CMakeLists.txt initial commit 2019-05-17 04:19:20 +03:00
cryptonote_config.h RandomX integration 2019-05-31 11:32:21 +03:00
version.cpp.in bump version to 0.6.1.1 and update checkpoints.dat 2019-06-14 13:31:25 +03:00
version.h build: auto update version info without manually deleting version.h 2017-09-21 07:47:37 +09:00