Commit Graph

683 Commits (master)
 

Author SHA1 Message Date
SChernykh d23c46ff84 Added bsr() function to util
2 years ago
SChernykh 820c5db5e8 Log: check for logrotate only once per loop
2 years ago
SChernykh 990916ab62 StratumServer: added autodiff
2 years ago
SChernykh d4e362cd76 TCPServer: optimized Client struct size
2 years ago
SChernykh 1dd06cc509 Removed std::string to avoid memory allocation
2 years ago
SChernykh 2e2bd1d137 Added log padding
2 years ago
SChernykh 0818d91f4f StratumServer: added console command `workers`
2 years ago
SChernykh 6e1f34b168 Termux build instructions
2 years ago
SChernykh 1a35177633 Fixed unsafe usage of log::Stream buffers
2 years ago
SChernykh c45689b02b Fixed pthread_cancel detection
2 years ago
SChernykh 8f27d940e3 Don't ban localhost
2 years ago
SChernykh 6b4640c413 Fixes for Termux
2 years ago
SChernykh 8aebcdc580 p2pool v2.0
2 years ago
SChernykh e23a2e77a8 Updated dependencies
2 years ago
SChernykh 0f9362e14e More tests for derive_view_tag
2 years ago
SChernykh ab974b9684 Monero network upgrade information
2 years ago
SChernykh 54acfee036
Merge pull request #144 from SChernykh/view_tags
2 years ago
SChernykh a78ddb50d5 Fixed logger thread timing logic
2 years ago
SChernykh b2f86a5f6b Ban peers with stuck or lagging monerod
2 years ago
SChernykh 2a77695832 Fixed data races in miner
2 years ago
SChernykh 21d8cb917b Fixed data race in logger
2 years ago
SChernykh 2c70bf8616 View tags support
2 years ago
SChernykh 7522111bb7 Fixed data races
2 years ago
SChernykh 7b5b910f3f Undefined behaviour fixes
2 years ago
SChernykh afb52e4235 Check return value (Coverity fix)
2 years ago
SChernykh 93cd9a659a Code cleanup
2 years ago
SChernykh 9e287ab4f0 Logger fixes
2 years ago
SChernykh 094209f311 P2PServer: optimized update_peer_connections()
2 years ago
SChernykh dee66c3f32 Added varint unit tests
2 years ago
SChernykh 32533e3c96 FreeBSD build
2 years ago
SChernykh a073923a82 Updated dependencies
2 years ago
SChernykh 3484b24caa Updated dependencies
2 years ago
SChernykh 1b3c1eb850 P2PServer: increased peer timeout to 15 minutes
2 years ago
SChernykh 7fe032915f Ignore SIGPIPE
2 years ago
SChernykh 5b9b73abcc p2pool v1.9
2 years ago
SChernykh a2afa29052 Updated copyright
2 years ago
SChernykh a2d3dbad5e Use old bock template when update fails
2 years ago
SChernykh e50cf060cb Miner: fixed share counter initialization
2 years ago
SChernykh 915988d694 Added logging for the extra_nonce fix
2 years ago
SChernykh 345c231a9a Update config.json
2 years ago
SChernykh a7aed2f221 Fixed miner tx creation
2 years ago
SChernykh 292e2580e5 Make sure dataset init doesn't block start
2 years ago
SChernykh 028a5d0c88 Fixed memory leak after loading block cache
2 years ago
SChernykh 8b27faad6d BlockCache: fixed collisions of same height blocks
2 years ago
SChernykh cdc3206ee8 Optimized keccak
2 years ago
SChernykh 0c2b7d6010 More time handling fixes
2 years ago
SChernykh ef15c3b54f Show sidechain ID in status
2 years ago
SChernykh f4bcdc7fe9 Use steady_clock to time peer list requests
2 years ago
SChernykh aada1bb5cc Use chrono::steady_clock for internal timestamps
2 years ago
SChernykh 796850d8c5 Update CMakeLists.txt
2 years ago