p2pool/src
2021-08-30 17:50:09 +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 JSONRPCRequest: more informative error messages 2021-08-30 14:28:23 +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 Update p2p_server.cpp 2021-08-29 17:42:49 +02:00
p2p_server.h P2PServer: ban peers only after handshake finished and failed 2021-08-29 17:26:30 +02:00
p2pool.cpp Fixed use of out of scope variable 2021-08-30 01:21:46 +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_parser.inl Fixed pruning logic 2021-08-24 18:34:28 +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
pow_hash.cpp Update dataset at normal thread priority 2021-08-29 17:36:10 +02:00
pow_hash.h Fix RandomX startup logic 2021-08-25 18:31:42 +02:00
side_chain.cpp StartumServer: print average hashrate in status 2021-08-30 16:51:23 +02:00
side_chain.h Check network type at startup 2021-08-27 11:25:25 +02:00
stratum_server.cpp Force update average hashrates when print_status() is called 2021-08-30 17:50:09 +02:00
stratum_server.h Force update average hashrates when print_status() is called 2021-08-30 17:50:09 +02:00
tcp_server.h Small fixes 2021-08-29 00:13:53 +02:00
tcp_server.inl Tweaked log levels 2021-08-29 19:20:36 +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 Relax JSON parsing 2021-08-29 08:39:17 +02:00
zmq_reader.h Add files 2021-08-22 12:20:59 +02:00