Commit Graph

87 Commits

Author SHA1 Message Date
XMRig
ff92c8bb63 Remove chdir call after fork. 2024-06-05 03:45:37 +07:00
XMRig
f11f126d55 Create signal handles after fork() call, replace #3492. 2024-06-05 03:23:58 +07:00
XMRig
06604b3afd Update Signals and Console. 2020-12-03 12:06:18 +07:00
XMRig
1fa122dbdd #1756 Added results and connection reports. 2020-07-01 23:10:37 +07:00
XMRig
306dfe8d6a Use long tags. 2020-05-28 20:32:41 +07:00
XMRig
a1bd9ccd93 Update base. 2020-04-29 14:17:33 +07:00
XMRig
f08a0b470d Added the wizard suggestion. 2020-03-07 03:24:35 +07:00
XMRig
29029028cf Added missing Cpu::release call. 2019-12-09 01:07:42 +07:00
XMRig
75195e95d3 #1363 Fixed main thread priority. 2019-12-03 18:28:10 +07:00
SChernykh
4b0f3fab83 RandomX fixes
Intel JCC erratum fix and various other improvements, see more here: https://www.phoronix.com/scan.php?page=article&item=intel-jcc-microcode&num=1
2019-12-01 08:46:35 +01:00
XMRig
70acc63349 Added manual (e key) health reports. 2019-11-01 00:09:28 +07:00
XMRig
dd0f924bff Added initial memory pool support. 2019-10-07 12:36:40 +07:00
XMRig
f23d206762 VirtualMemory class refactoring. 2019-10-06 17:49:15 +07:00
XMRig
d3f86cb845 Optimized initialization. 2019-09-21 19:26:27 +07:00
XMRig
50f8805866 #1183 Fixed crash in background mode. 2019-09-21 19:05:52 +07:00
XMRig
8ffd4017ac Common API code moved to base/api. 2019-08-12 16:52:16 +07:00
XMRig
bd5a42ce84 Class Mem replaced to VirtualMemory. 2019-07-17 04:57:58 +07:00
XMRig
fe2ae04f8d Added initial support for new style threads launch method. 2019-07-16 22:10:50 +07:00
XMRig
f5c907b9cc Move Platform. 2019-07-13 16:48:14 +07:00
XMRig
7287119d60 Move CPU information classes to new location. 2019-06-29 09:51:23 +07:00
XMRig
aa04150ec7 Added class CpuConfig. 2019-06-28 22:28:40 +07:00
XMRig
254a2f86f8 Move files. 2019-06-04 19:20:33 +07:00
XMRig
86acdb0d24 Removed IConfigCreator/ConfigCreator and changed file structure. 2019-03-30 21:27:54 +07:00
XMRig
98ce7da95c New API class. 2019-03-30 00:16:01 +07:00
XMRig
9c62e8217a Added new HTTP server (tiny wrapper on top of libuv + http_parser), removed libmicrohttpd support. 2019-03-29 12:33:11 +07:00
XMRig
d21d32c620 New API settings. 2019-03-29 02:31:56 +07:00
XMRig
112fd06215 XMRIG_FEATURE_HTTP & XMRIG_FEATURE_API 2019-03-28 22:54:27 +07:00
XMRig
b67bb17246 Log subsystem rewritten, to handle both color and not color logs simultaneously and overall simplicity. 2019-03-26 19:56:35 +07:00
XMRig
8567c6e233 Fix uv_tty_reset_mode on Linux. 2019-03-19 22:13:43 +07:00
XMRig
a57f955c33 Move files. 2019-03-16 02:07:26 +07:00
XMRig
32cca57d55 Added real graceful exit. 2019-03-16 00:44:15 +07:00
XMRig
177cd9c590 Small code cleanups. 2019-02-25 15:54:21 +07:00
XMRig
6d8f763724 Sync changes. 2019-02-18 19:02:40 +07:00
XMRig
b548eb592b Add Signals class. 2019-02-15 14:21:40 +07:00
XMRig
94fe139b76 Use early exit for --help and --version options. 2019-02-15 09:11:18 +07:00
XMRig
347da8e782 Added classes Process and Arguments. 2019-02-15 05:42:46 +07:00
XMRig
c53617f8bf Sync changes. 2018-11-11 03:18:56 +07:00
XMRig
af65e1aee9 Old static class Cpu replaced to interface ICpuInfo. 2018-09-23 17:51:56 +03:00
XMRig
8372ad01e8 Move logging code to common folder. 2018-04-20 18:54:58 +07:00
XMRig
f93726ab01 Move shared network code to common folder. 2018-04-20 13:44:30 +07:00
XMRig
31c786b5c3 Rewrite memory allocation. 2018-04-15 11:08:47 +07:00
XMRig
c07d9bd83a Move Platform. 2018-04-13 07:23:01 +07:00
XMRig
85731f5f39 Move common parts of API. 2018-04-13 07:12:53 +07:00
XMRig
c04c10f69d Move selfTest to threads, remove legacy CryptoNight.cpp. 2018-04-03 14:51:05 +07:00
XMRig
69661094ca Fix nonce allocation in DoubleWorker. 2018-04-03 03:27:44 +07:00
XMRig
3a11cd6e21 Added classes IThread, CpuThread and API endpoint "GET /1/threads". 2018-04-01 22:49:21 +07:00
XMRig
d528e6da31 Small fixes. 2018-03-31 17:51:33 +07:00
XMRig
33600bd923 Options class replaced to xmrig::Config. 2018-03-31 16:29:47 +07:00
XMRig
49c15117ed Background http changes from proxy. 2018-03-27 14:01:38 +07:00
XMRig
fd4e37bee7 #341 Added option --dry-run. 2018-01-20 20:43:31 +07:00