p2pool/src
SChernykh a60584e9ec
Some checks failed
C/C++ CI / build-ubuntu (map[c:gcc-8 cpp:g++-8 flags: os:ubuntu-20.04]) (push) Has been cancelled
C/C++ CI / build-ubuntu-static-libs (map[flags:-fuse-linker-plugin -ffunction-sections -Wno-error=inline]) (push) Has been cancelled
clang-tidy / clang-tidy (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
source-snapshot / source-snapshot (push) Has been cancelled
C/C++ CI / build-alpine-static (map[arch:aarch64 branch:latest-stable flags:-ffunction-sections -Wno-error=inline -mfix-cortex-a53-835769 -mfix-cortex-a53-843419]) (push) Has been cancelled
C/C++ CI / build-alpine-static (map[arch:riscv64 branch:edge flags:-ffunction-sections -Wno-error=inline]) (push) Has been cancelled
C/C++ CI / build-alpine-static (map[arch:x86_64 branch:latest-stable flags:-ffunction-sections -Wno-error=inline]) (push) Has been cancelled
C/C++ CI / build-ubuntu (map[c:gcc-11 cpp:g++-11 flags: os:ubuntu-20.04]) (push) Has been cancelled
C/C++ CI / build-ubuntu (map[c:gcc-12 cpp:g++-12 flags: os:ubuntu-22.04]) (push) Has been cancelled
C/C++ CI / build-ubuntu-aarch64 (map[flags:-fuse-linker-plugin -ffunction-sections -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 os:ubuntu-20.04]) (push) Has been cancelled
cppcheck / cppcheck-ubuntu (push) Has been cancelled
C/C++ CI / build-ubuntu-aarch64 (map[flags:-fuse-linker-plugin -ffunction-sections -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 os:ubuntu-22.04]) (push) Has been cancelled
C/C++ CI / build-windows-msys2 (map[c:clang cxx:clang++ flags:-fuse-ld=lld -Wno-unused-command-line-argument -Wno-nan-infinity-disabled]) (push) Has been cancelled
C/C++ CI / build-windows-msys2 (map[c:gcc cxx:g++ flags:-ffunction-sections -Wno-error=maybe-uninitialized -Wno-error=attributes]) (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[grpc:OFF os:2019 rx:OFF tls:OFF upnp:OFF vs:Visual Studio 16 2019 vspath:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise]) (push) Has been cancelled
Sync test / sync-test-ubuntu-ubsan (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[grpc:OFF os:2019 rx:OFF tls:ON upnp:OFF vs:Visual Studio 16 2019 vspath:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise]) (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[grpc:OFF os:2019 rx:OFF tls:ON upnp:ON vs:Visual Studio 16 2019 vspath:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise]) (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[grpc:OFF os:2019 rx:ON tls:ON upnp:ON vs:Visual Studio 16 2019 vspath:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise]) (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[grpc:ON os:2019 rx:ON tls:ON upnp:ON vs:Visual Studio 16 2019 vspath:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise]) (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[grpc:ON os:2022 rx:ON tls:ON upnp:ON vs:Visual Studio 17 2022 vspath:C:\Program Files\Microsoft Visual Studio\2022\Enterprise]) (push) Has been cancelled
C/C++ CI / build-macos (push) Has been cancelled
C/C++ CI / build-macos-aarch64 (push) Has been cancelled
C/C++ CI / build-freebsd (map[architecture:x86-64 host:ubuntu-latest name:freebsd version:13.3]) (push) Has been cancelled
C/C++ CI / build-openbsd (map[architecture:x86-64 host:ubuntu-latest name:openbsd version:7.4]) (push) Has been cancelled
cppcheck / cppcheck-windows (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
Sync test / sync-test-ubuntu-tsan (push) Has been cancelled
Sync test / sync-test-ubuntu-msan (push) Has been cancelled
Sync test / sync-test-ubuntu-asan (push) Has been cancelled
Sync test / sync-test-macos (map[flags: os:macos-13]) (push) Has been cancelled
Sync test / sync-test-macos (map[flags:-target arm64-apple-macos-11 os:macos-14]) (push) Has been cancelled
Sync test / sync-test-windows-debug-asan (push) Has been cancelled
Sync test / sync-test-windows-leaks (push) Has been cancelled
p2pool v4.3
2024-12-30 12:33:51 +01:00
..
block_cache.cpp Added --data-dir command line option 2024-12-04 15:39:19 +01:00
block_cache.h Updated copyright 2024-01-02 14:12:16 +01:00
block_template.cpp Removed hardfork code 2024-10-13 14:17:37 +02:00
block_template.h Fix: init Merkle tree before selecting txs 2024-06-18 18:27:07 +02:00
common.h Stratum: check found P2Pool shares one at a time 2024-10-31 17:18:24 +01:00
console_commands.cpp Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
console_commands.h Fixed cppcheck errors 2024-11-30 12:28:31 +01:00
crypto.cpp Fixed global init/shutdown order 2024-12-04 14:30:20 +01: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 Single code path for curl timer callbacks 2024-09-12 17:33:08 +02:00
json_rpc_request.h Updated copyright 2024-01-02 14:12:16 +01:00
keccak.cpp Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
keccak.h Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
keccak_bmi.cpp Faster Keccak code (BMI instructions) 2024-05-31 00:39:11 +02:00
log.cpp Added --data-dir command line option 2024-12-04 15:39:19 +01:00
log.h Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
main.cpp Renamed --config command line parameter 2024-12-17 14:36:40 +01:00
memory_leak_debug.cpp Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
mempool.cpp Added --data-dir command line option 2024-12-04 15:39:19 +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 Updated rapidjson 2024-12-02 17:44:08 +01:00
merge_mining_client_json_rpc.h Fixed a data race when using UV loop data 2024-10-10 14:46:15 +02:00
merge_mining_client_tari.cpp Fixed cppcheck errors 2024-11-30 12:28:31 +01:00
merge_mining_client_tari.h Fixed cppcheck errors 2024-11-30 12:28:31 +01: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 API: added ZMQ last active to local/p2p 2024-12-29 16:19:18 +01:00
p2p_server.h Fixed cppcheck errors 2024-12-24 10:26:47 +01:00
p2pool.cpp Fixed cppcheck errors 2024-12-24 10:26:47 +01: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 Renamed --config command line parameter 2024-12-17 14:36:40 +01:00
params.h Renamed --config command line parameter 2024-12-17 14:36:40 +01:00
pool_block.cpp Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
pool_block.h Fixed global init/shutdown order 2024-12-04 14:30:20 +01:00
pool_block_parser.inl Removed hardfork code 2024-10-13 14:17:37 +02:00
pow_hash.cpp Updated rapidjson 2024-12-02 17:44:08 +01:00
pow_hash.h Fixed a data race when using UV loop data 2024-10-10 14:46:15 +02:00
rapidjson_wrapper.h Updated rapidjson 2024-12-02 17:44:08 +01:00
side_chain.cpp Fixed cppcheck errors 2024-12-24 10:26:47 +01:00
side_chain.h Faster initial sync 2024-11-22 18:42:51 +01:00
stratum_server.cpp Fixed data race 2024-12-17 16:19:40 +01:00
stratum_server.h Stratum: display stratum shares separately 2024-12-17 15:09:39 +01:00
tcp_server.cpp Fixed cppcheck errors 2024-11-30 12:28:31 +01:00
tcp_server.h Fixed cppcheck errors 2024-11-30 12:28:31 +01:00
tls.cpp Fixed cppcheck errors 2024-11-30 12:28:31 +01:00
tls.h Fixed cppcheck errors 2024-11-30 12:28:31 +01:00
util.cpp Added --data-dir command line option 2024-12-04 15:39:19 +01:00
util.h p2pool v4.3 2024-12-30 12:33:51 +01:00
uv_util.h Refactor PoolBlock's lock code 2024-11-23 13:20:47 +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 Updated rapidjson 2024-12-02 17:44:08 +01:00
zmq_reader.h Updated copyright 2024-01-02 14:12:16 +01:00