p2pool/src
2022-08-24 17:28:53 +02:00
..
block_cache.cpp Speedup SideChain::get_outputs_blob() 2022-08-15 13:48:21 +02:00
block_cache.h Updated copyright 2022-03-30 14:42:26 +02:00
block_template.cpp Speedup SideChain::get_outputs_blob() 2022-08-15 13:48:21 +02:00
block_template.h Enforce deterministic tx keys starting from v15 2022-06-28 10:44:16 +02:00
common.h Added memory hooks for CURL 2022-06-07 16:02:08 +02:00
console_commands.cpp Fixed "unknown command" message 2022-08-17 19:37:18 +02:00
console_commands.h Fixed processing of long console commands 2022-08-05 09:09:14 +02:00
crypto.cpp Reduced lock contention in Cache::get_derivation() 2022-08-16 18:15:41 +02:00
crypto.h Enforce deterministic tx keys starting from v15 2022-06-28 10:44:16 +02:00
json_parsers.h Added json parser tests 2022-06-20 10:50:30 +02:00
json_rpc_request.cpp JSON RPC: added more error checks 2022-08-24 15:17:23 +02:00
json_rpc_request.h Fixed memory leaks 2022-06-07 19:40:13 +02:00
keccak.cpp Updated cppcheck workflow on Linux 2022-05-26 21:19:01 +02:00
keccak.h Updated copyright 2022-03-30 14:42:26 +02:00
log.cpp Updated cppcheck workflow on Linux 2022-05-26 21:19:01 +02:00
log.h Updated cppcheck workflow on Linux 2022-05-26 21:19:01 +02:00
main.cpp Added memory hooks for CURL 2022-06-07 16:02:08 +02:00
memory_leak_debug.cpp More fine-grained locks in crypto cache 2022-08-15 18:39:28 +02:00
mempool.cpp Updated copyright 2022-03-30 14:42:26 +02:00
mempool.h Updated copyright 2022-03-30 14:42:26 +02:00
miner.cpp Miner: reset share counter when synchronized 2022-06-30 12:13:17 +02:00
miner.h Miner: reset share counter when synchronized 2022-06-30 12:13:17 +02:00
p2p_server.cpp Speedup SideChain::get_outputs_blob() 2022-08-15 13:48:21 +02:00
p2p_server.h P2PServer: don't deserialize the same block twice 2022-07-10 10:24:03 +02:00
p2pool.cpp Fixed potential deadlock 2022-07-14 13:15:35 +02:00
p2pool.h Fixed potential deadlock 2022-07-14 13:15:35 +02:00
p2pool_api.cpp API: save to temp file first and then rename it 2022-08-24 17:28:53 +02:00
p2pool_api.h API: save to temp file first and then rename it 2022-08-24 17:28:53 +02:00
params.cpp Change llhttp to libcurl 2022-06-06 15:08:37 +02:00
params.h Change llhttp to libcurl 2022-06-06 15:08:37 +02:00
pool_block.cpp SideChain: precalculate tx pubkeys for faster sync 2022-07-14 10:28:25 +02:00
pool_block.h Speedup SideChain::get_outputs_blob() 2022-08-15 13:48:21 +02:00
pool_block_parser.inl Speedup SideChain::get_outputs_blob() 2022-08-15 13:48:21 +02:00
pow_hash.cpp Added uv_cond_init_checked 2022-07-14 09:02:08 +02:00
pow_hash.h Change llhttp to libcurl 2022-06-06 15:08:37 +02:00
side_chain.cpp CI: added sync test 2022-08-23 19:49:41 +02:00
side_chain.h CI: added sync test 2022-08-23 19:49:41 +02:00
stratum_server.cpp StratumServer: added scoring system for clients 2022-08-22 11:07:11 +02:00
stratum_server.h StratumServer: added scoring system for clients 2022-08-22 11:07:11 +02:00
tcp_server.h TCPServer: added more checks during disconnects 2022-07-06 14:17:09 +02:00
tcp_server.inl TCPServer: added more checks during disconnects 2022-07-06 14:17:09 +02:00
util.cpp Added uv_cond_init_checked 2022-07-14 09:02:08 +02:00
util.h CI: added sync test 2022-08-23 19:49:41 +02:00
uv_util.h Added uv_cond_init_checked 2022-07-14 09:02:08 +02:00
wallet.cpp Updated cppcheck workflow on Linux 2022-05-26 21:19:01 +02:00
wallet.h View tags support 2022-04-09 00:56:42 +02:00
zmq_reader.cpp Restart ZMQ connection if it looks dead 2022-05-11 13:50:47 +02:00
zmq_reader.h Updated copyright 2022-03-30 14:42:26 +02:00