p2pool/src
2021-10-28 19:28:33 +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 Refactored array_size to make it always constexpr 2021-10-14 16:46:49 +02:00
block_template.h StratumServer: submit Monero block as soon as possible 2021-10-13 18:57:21 +02:00
common.h Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
console_commands.cpp Added console command to show connected peers 2021-10-24 16:04:30 +02:00
console_commands.h Add files 2021-08-22 12:20:59 +02:00
crypto.cpp Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
crypto.h P2PServer: delete old cached blocks after initial sync 2021-10-01 15:31:47 +02:00
json_parsers.h Check network type at startup 2021-08-27 11:25:25 +02:00
json_rpc_request.cpp Fix: always check before closing TCP handles 2021-09-13 19:11:59 +02:00
json_rpc_request.h Better error handling of Monero RPC requests 2021-09-10 16:18:16 +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 Fixed race condition when using --no-color 2021-10-28 10:36:50 +02:00
log.h Added --no-color command line option 2021-10-27 16:48:17 +02:00
main.cpp Added --no-color command line option 2021-10-27 16:48:17 +02:00
memory_leak_debug.cpp Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
mempool.cpp BlockTemplate: wait for 10 seconds before including new transactions 2021-09-14 12:54:42 +02:00
mempool.h Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
p2p_server.cpp Show uptime in status 2021-10-26 17:55:47 +02:00
p2p_server.h Added console command to show connected peers 2021-10-24 16:04:30 +02:00
p2pool_api.cpp Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
p2pool_api.h Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
p2pool.cpp Fix: don't start until monerod is fully synchronized 2021-10-28 18:47:28 +02:00
p2pool.h Create msvc-analysis.yml 2021-10-27 16:06:36 +02:00
params.cpp Added --no-color command line option 2021-10-27 16:48:17 +02:00
params.h Added --no-cache command line parameter 2021-10-16 13:45:28 +02:00
pool_block_parser.inl Added cppcheck scripts 2021-09-02 12:35:36 +02:00
pool_block.cpp Added cppcheck scripts 2021-09-02 12:35:36 +02:00
pool_block.h Fixed pruning logic 2021-08-24 18:34:28 +02:00
pow_hash.cpp Refactored array_size to make it always constexpr 2021-10-14 16:46:49 +02:00
pow_hash.h Create msvc-analysis.yml 2021-10-27 16:06:36 +02:00
side_chain.cpp Fixed possible sidechain split during RandomX epoch change 2021-10-16 09:57:13 +02:00
side_chain.h Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
stratum_server.cpp StratumServer: faster processing of regular shares 2021-10-21 19:09:36 +02:00
stratum_server.h Decode custom user from stratum client, display stratum client+user on SHARE FOUND and client mainchain found message 2021-10-19 19:33:15 +02:00
tcp_server.h Show block share % in status 2021-09-07 09:53:38 +02:00
tcp_server.inl P2PServer: peer list tweaks 2021-10-21 15:55:00 +02:00
util.cpp Update version 2021-10-27 17:27:48 +02:00
util.h Switch to faster unordered_map/set 2021-10-22 18:34:20 +02:00
uv_util.h Restrict uv_default_loop() to main thread 2021-08-25 12:17:14 +02:00
wallet.cpp Crypto: added cache for faster key derivation 2021-09-14 11:06:49 +02:00
wallet.h Crypto: added cache for faster key derivation 2021-09-14 11:06:49 +02:00
zmq_reader.cpp ZMQReader: more reliable connect() 2021-10-28 19:28:33 +02:00
zmq_reader.h ZMQReader: more reliable connect() 2021-10-28 19:28:33 +02:00