You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p2wool/src
SChernykh 07cfb54bdc
JSONRPCRequest: fixed undefined behavior in the error handler
3 years ago
..
block_cache.cpp BlockCache: check block size before storing it 3 years ago
block_cache.h Code safety: BlockCache isn't supposed to be copied/moved 3 years ago
block_template.cpp Refactored array_size to make it always constexpr 3 years ago
block_template.h StratumServer: submit Monero block as soon as possible 3 years ago
common.h TCPServer: clean up old IP bans 3 years ago
console_commands.cpp Added console command to show connected peers 3 years ago
console_commands.h Add files 3 years ago
crypto.cpp Switch to faster unordered_map/set 3 years ago
crypto.h P2PServer: delete old cached blocks after initial sync 3 years ago
json_parsers.h Check network type at startup 3 years ago
json_rpc_request.cpp Fix: always check before closing TCP handles 3 years ago
json_rpc_request.h JSONRPCRequest: fixed undefined behavior in the error handler 3 years ago
keccak.cpp Add files 3 years ago
keccak.h Add files 3 years ago
log.cpp Fixed msys2 build crash 3 years ago
log.h Added `--no-color` command line option 3 years ago
main.cpp Added `--no-color` command line option 3 years ago
memory_leak_debug.cpp Switch to faster unordered_map/set 3 years ago
mempool.cpp BlockTemplate: wait for 10 seconds before including new transactions 3 years ago
mempool.h Switch to faster unordered_map/set 3 years ago
p2p_server.cpp Reduce cache flush frequency to once per minute 3 years ago
p2p_server.h Include P2P peer list into miner count 3 years ago
p2pool.cpp Fixed msys2 build crash 3 years ago
p2pool.h Cleanup old Monero blocks data 3 years ago
p2pool_api.cpp Switch to faster unordered_map/set 3 years ago
p2pool_api.h Switch to faster unordered_map/set 3 years ago
params.cpp Added `--no-color` command line option 3 years ago
params.h Added `--no-cache` command line parameter 3 years ago
pool_block.cpp Cleanup 3 years ago
pool_block.h Cleanup 3 years ago
pool_block_parser.inl Cleanup 3 years ago
pow_hash.cpp Refactored array_size to make it always constexpr 3 years ago
pow_hash.h Create msvc-analysis.yml 3 years ago
side_chain.cpp Fixed block broadcasts 3 years ago
side_chain.h Fixed block broadcasts 3 years ago
stratum_server.cpp StratumServer: faster processing of regular shares 3 years ago
stratum_server.h Decode custom user from stratum client, display stratum client+user on SHARE FOUND and client mainchain found message 3 years ago
tcp_server.h TCPServer: removed unused field 3 years ago
tcp_server.inl TCPServer: removed unused field 3 years ago
util.cpp Update version 3 years ago
util.h Fixed msys2 build crash 3 years ago
uv_util.h TCPServer: clean up old IP bans 3 years ago
wallet.cpp Crypto: added cache for faster key derivation 3 years ago
wallet.h Crypto: added cache for faster key derivation 3 years ago
zmq_reader.cpp ZMQReader: more reliable connect() 3 years ago
zmq_reader.h ZMQReader: more reliable connect() 3 years ago