wownero/src/rpc
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
..
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00
core_rpc_server.cpp rpc: restrict the recent cutoff size in restricted RPC mode 2019-06-17 12:35:03 +03:00
core_rpc_server.h rpc: set default log category in core_rpc_server.h 2019-04-15 09:10:29 +00:00
core_rpc_server_commands_defs.h RandomX integration 2019-05-31 11:32:21 +03:00
core_rpc_server_error_codes.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
daemon_handler.cpp miner: fix double free of thread attributes 2019-06-14 13:45:07 +03:00
daemon_handler.h Merge pull request #5207 2019-03-24 19:33:36 +02:00
daemon_messages.cpp Merge pull request #5207 2019-03-24 19:33:36 +02:00
daemon_messages.h Merge pull request #5207 2019-03-24 19:33:36 +02:00
daemon_rpc_version.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
instanciations.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
message.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
message.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
message_data_structs.h Make difficulty 128 bit instead of 64 bit 2019-03-24 21:03:19 +00:00
rpc_args.cpp Add ssl_options support to monerod's rpc mode. 2019-06-02 07:11:40 +03:00
rpc_args.h Add ssl_options support to monerod's rpc mode. 2019-06-02 07:11:40 +03:00
rpc_handler.cpp rpc: work around a GCC 7.4.0 (at least) bug 2019-06-23 08:11:13 +03:00
rpc_handler.h rpc: improve get_output_distribution 2019-04-25 16:49:29 +00:00
zmq_server.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
zmq_server.h Update 2019 copyright 2019-03-05 22:05:34 +01:00