.. |
block_cache.cpp
|
Fixed cppcheck error
|
2024-04-25 14:48:34 +02:00 |
block_cache.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
block_template.cpp
|
Fix: init Merkle tree before selecting txs
|
2024-06-18 18:27:07 +02:00 |
block_template.h
|
Fix: init Merkle tree before selecting txs
|
2024-06-18 18:27:07 +02:00 |
common.h
|
Disable debug checks in release builds
|
2024-06-11 20:33:20 +02:00 |
console_commands.cpp
|
Fixed CI errors
|
2024-06-03 21:11:16 +02:00 |
console_commands.h
|
Fixed cppcheck errors
|
2024-02-24 10:02:50 +01:00 |
crypto.cpp
|
Fixed Coverity errors
|
2024-06-23 23:51:47 +02:00 |
crypto.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
json_parsers.h
|
Stratum: faster JSON parsing
|
2024-07-01 23:29:39 +02:00 |
json_rpc_request.cpp
|
JSON RPC: fixed memory leak after an error
|
2024-08-13 15:06:35 +02:00 |
json_rpc_request.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
keccak.cpp
|
Fixed keccak_bmi.cpp compilation without RandomX
|
2024-05-31 11:40:35 +02:00 |
keccak.h
|
Faster Keccak code (BMI instructions)
|
2024-05-31 00:39:11 +02:00 |
keccak_bmi.cpp
|
Faster Keccak code (BMI instructions)
|
2024-05-31 00:39:11 +02:00 |
log.cpp
|
Merge branch 'master' into merge-mining
|
2024-01-02 14:26:32 +01:00 |
log.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
main.cpp
|
TLS: added command line to load certificate files
|
2024-08-07 21:21:24 +02:00 |
memory_leak_debug.cpp
|
Fixed handle leak
|
2024-07-21 11:58:21 +02:00 |
mempool.cpp
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
mempool.h
|
Fixed data race in tx mempool
|
2024-03-07 17:48:49 +01:00 |
merge_mining_client.cpp
|
More tests, code cleanup
|
2024-06-26 11:25:21 +02:00 |
merge_mining_client.h
|
Print merge mining status
|
2024-06-03 17:31:18 +02:00 |
merge_mining_client_json_rpc.cpp
|
JSON RPC API: stop polling when shutting down
|
2024-07-23 10:41:00 +02:00 |
merge_mining_client_json_rpc.h
|
Print merge mining status
|
2024-06-03 17:31:18 +02:00 |
merge_mining_client_tari.cpp
|
Print merge mining status
|
2024-06-03 17:31:18 +02:00 |
merge_mining_client_tari.h
|
Print merge mining status
|
2024-06-03 17:31:18 +02:00 |
merkle.cpp
|
More tests, code cleanup
|
2024-06-26 11:25:21 +02:00 |
merkle.h
|
More tests, code cleanup
|
2024-06-26 11:25:21 +02:00 |
miner.cpp
|
Fixed merge mining with multiple chains
|
2024-06-11 18:40:30 +02:00 |
miner.h
|
Merge branch 'master' into merge-mining
|
2024-01-02 14:26:32 +01:00 |
p2p_server.cpp
|
Fixed Coverity errors
|
2024-06-23 23:51:47 +02:00 |
p2p_server.h
|
Fixed software version display
|
2024-05-29 10:47:03 +02:00 |
p2pool.cpp
|
JSON RPC: fixed memory leak after an error
|
2024-08-13 15:06:35 +02:00 |
p2pool.h
|
API: filter out unnecessary updates
|
2024-08-12 00:47:27 +02:00 |
p2pool_api.cpp
|
API: filter out unnecessary updates
|
2024-08-12 00:47:27 +02:00 |
p2pool_api.h
|
API: filter out unnecessary updates
|
2024-08-12 00:47:27 +02:00 |
params.cpp
|
TLS: added command line to load certificate files
|
2024-08-07 21:21:24 +02:00 |
params.h
|
TLS: added command line to load certificate files
|
2024-08-07 21:21:24 +02:00 |
pool_block.cpp
|
Added merge mining extra
|
2024-06-16 22:42:22 +02:00 |
pool_block.h
|
New merge mining test
|
2024-08-09 15:56:32 +02:00 |
pool_block_parser.inl
|
Added merge mining extra
|
2024-06-16 22:42:22 +02:00 |
pow_hash.cpp
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
pow_hash.h
|
Fixed cppcheck errors
|
2024-02-24 10:02:50 +01:00 |
side_chain.cpp
|
CI: save a minidump if it hangs on shutdown
|
2024-07-20 19:55:49 +02:00 |
side_chain.h
|
More C++17
|
2024-01-05 14:36:35 +01:00 |
stratum_server.cpp
|
Stratum: fixed response to HTTP GET/HEAD requests
|
2024-09-04 21:43:18 +02:00 |
stratum_server.h
|
Stratum: fixed response to HTTP GET/HEAD requests
|
2024-09-04 21:43:18 +02:00 |
tcp_server.cpp
|
Stratum: added TLS support
|
2024-08-05 22:39:28 +02:00 |
tcp_server.h
|
Stratum: added TLS support
|
2024-08-05 22:39:28 +02:00 |
tls.cpp
|
Stratum: detect HTTP and send a response
|
2024-08-08 18:31:17 +02:00 |
tls.h
|
TLS: added command line to load certificate files
|
2024-08-07 21:21:24 +02:00 |
util.cpp
|
Updated dependencies
|
2024-05-23 15:37:39 +02:00 |
util.h
|
Update version to 4.1.0
|
2024-08-12 17:24:50 +02:00 |
uv_util.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
wallet.cpp
|
Revert "Fixed include paths"
|
2024-04-23 18:10:09 +02:00 |
wallet.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
zmq_reader.cpp
|
ZMQ: bind to random port for internal messages
|
2024-08-10 20:19:15 +02:00 |
zmq_reader.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |