p2pool/src
SChernykh 8e29abd906 Small fixes 2021-08-29 00:13:53 +02:00
..
block_cache.cpp BlockCache: check block size before storing it 2021-08-27 10:37:14 +02:00
block_cache.h Code safety: BlockCache isn't supposed to be copied/moved 2021-08-24 21:06:47 +02:00
block_template.cpp print_status: fixed next payout display 2021-08-25 18:52:09 +02:00
block_template.h print_status: fixed next payout display 2021-08-25 18:52:09 +02:00
common.h StratumServer: support custom fixed difficulty 2021-08-28 17:23:16 +02:00
console_commands.cpp Fixed use after free on p2pool shutdown 2021-08-27 10:13:33 +02:00
console_commands.h Add files 2021-08-22 12:20:59 +02:00
crypto.cpp Add files 2021-08-22 12:20:59 +02:00
crypto.h Add files 2021-08-22 12:20:59 +02:00
json_parsers.h Check network type at startup 2021-08-27 11:25:25 +02:00
json_rpc_request.cpp Restrict uv_default_loop() to main thread 2021-08-25 12:17:14 +02:00
json_rpc_request.h Add files 2021-08-22 12:20:59 +02:00
keccak.cpp Add files 2021-08-22 12:20:59 +02:00
keccak.h Add files 2021-08-22 12:20:59 +02:00
log.cpp Prepare for mainnet test 2021-08-27 11:30:03 +02:00
log.h StratumServer: Use short target format (4 bytes) for diff <= ~2 million 2021-08-28 19:50:48 +02:00
main.cpp TCPServer fixes 2021-08-26 23:57:59 +02:00
memory_leak_debug.cpp Small fixes 2021-08-29 00:13:53 +02:00
mempool.cpp More clang fixes 2021-08-23 11:44:26 +02:00
mempool.h More clang fixes 2021-08-23 11:44:26 +02:00
p2p_server.cpp P2PServer: clear m_missingBlockRequests when there is nothing missing 2021-08-27 21:09:35 +02:00
p2p_server.h P2PServer: ask peers about unknown blocks only once 2021-08-27 17:26:42 +02:00
p2pool.cpp Check network type at startup 2021-08-27 11:25:25 +02:00
p2pool.h Check network type at startup 2021-08-27 11:25:25 +02:00
params.cpp Add files 2021-08-22 12:20:59 +02:00
params.h Add files 2021-08-22 12:20:59 +02:00
pool_block.cpp Fixed pruning logic 2021-08-24 18:34:28 +02:00
pool_block.h Fixed pruning logic 2021-08-24 18:34:28 +02:00
pool_block_parser.inl Fixed pruning logic 2021-08-24 18:34:28 +02:00
pow_hash.cpp Fix RandomX startup logic 2021-08-25 18:31:42 +02:00
pow_hash.h Fix RandomX startup logic 2021-08-25 18:31:42 +02:00
side_chain.cpp Small fixes 2021-08-29 00:13:53 +02:00
side_chain.h Check network type at startup 2021-08-27 11:25:25 +02:00
stratum_server.cpp Tweaked log levels 2021-08-28 23:34:46 +02:00
stratum_server.h StratumServer: support custom fixed difficulty 2021-08-28 17:23:16 +02:00
tcp_server.h Small fixes 2021-08-29 00:13:53 +02:00
tcp_server.inl P2PServer: don't add banned peers back to the peer list 2021-08-27 16:36:06 +02:00
util.cpp check_pow: fixed carry calculation 2021-08-28 11:50:20 +02:00
util.h Restrict uv_default_loop() to main thread 2021-08-25 12:17:14 +02:00
uv_util.h Restrict uv_default_loop() to main thread 2021-08-25 12:17:14 +02:00
wallet.cpp Check network type at startup 2021-08-27 11:25:25 +02:00
wallet.h Check network type at startup 2021-08-27 11:25:25 +02:00
zmq_reader.cpp Fixed a leak in ZMQReader 2021-08-27 10:32:31 +02:00
zmq_reader.h Add files 2021-08-22 12:20:59 +02:00