1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00
Commit Graph

6266 Commits

Author SHA1 Message Date
troky
c0d79fa3fe Refactored kernel source loading (missing / delimiter). Added more debug messages. 2014-06-16 20:06:55 +02:00
troky
b2e500e2a6 Fixed pool name display in rejected share notice when pool name is longer than 20 chars. 2014-06-16 15:52:48 +02:00
troky
8ad1d91c4f Fixed MSVS project bug introduced in d83d7bd386 2014-06-16 10:30:16 +02:00
troky
c92443384b Lock tracking code fixed for MSVS. 2014-06-15 13:44:50 +02:00
troky
5ba1772d5a algorithm spaces/indentation fix 2014-06-13 17:50:55 +02:00
troky
60a79024ad MSVS project cleanup. 2014-06-13 11:08:47 +02:00
troky
d83d7bd386 Removed original sha2 and made code use sph_sha2 2014-06-12 13:19:30 +02:00
troky
f9a8e66f70 Fixed crash when changing display modes (#237) 2014-06-11 11:18:36 +02:00
troky
cd9864f92b Removed unneccessary code introduced in 954c0e6 2014-06-11 00:12:45 +02:00
troky
24fa44e12b Make sure log string is null-terminated. 2014-06-11 00:11:11 +02:00
troky
fd35c77c82 Kernel include path fix. 2014-06-10 19:34:01 +02:00
troky
6971ce6fe0 logging spaces/indentation 2014-06-10 17:13:54 +02:00
troky
cbc22823df Removed trailing slashes from folder paths to avoid kernel building under Windows (MSVS). 2014-06-10 16:40:37 +02:00
troky
9f6bf16196 Refactored logging. Increased default log buffer size. 2014-06-10 16:36:53 +02:00
Jan Berdajs
d8d8ba8f33 adl spaces indentation 2014-06-09 18:20:38 +02:00
Jan Berdajs
d818014838 index was into cgpu threads, not into global mining threads 2014-06-09 18:15:24 +02:00
Jan Berdajs
3cbfe2547f fix bug where device is not restarted after overheating and cooling off 2014-06-09 18:13:03 +02:00
platinum4
280a64e537 Squelch "Network diff set" unless --more-notices
space " "
2014-06-09 17:51:01 +02:00
Jan Berdajs
25d7d426fd convert tabs to spaces in most commonly modified files 2014-06-09 17:45:06 +02:00
Jan Berdajs
2ea8f5d018 just in case, read-lock devices 2014-06-09 17:31:22 +02:00
Jan Berdajs
9fdd23e6ff since mining_threads count can change, we need to lock more carefully and get_thread function is not helpful anymore 2014-06-09 17:25:24 +02:00
Jan Berdajs
2877e8d49c of course it needs to be a write lock! fixes segfault 2014-06-09 17:02:14 +02:00
Jan Berdajs
d1f7ef6133 is already locked at this point 2014-06-09 16:33:35 +02:00
Jan Berdajs
954c0e6fbc fix opt_kernel_path writing over the allocated memory! also some small changes for more robust hard restart 2014-06-09 15:56:39 +02:00
Jan Berdajs
77c996858b fix compiler warning and indentation 2014-06-09 02:37:07 +02:00
platinum4
a5fd98c832 declare opt_morenotices; 2014-06-09 02:35:13 +02:00
platinum4
0f9bf18172 Add option --more-notices & shorten stale submit 2014-06-09 02:35:07 +02:00
Jan Berdajs
ff05aacdc3 attempt to fix memory issues when doing curl calls
From curl CURLOPT_ERRORBUFFER docs: You must keep the associated storage available until libcurl no longer needs it. Failing to do so will cause very odd behavior or even crashes. libcurl will need it until you call curl_easy_cleanup(3) or you set the same option again to use a different pointer.
2014-06-09 01:17:29 +02:00
Jan Berdajs
ff787bcfbd add docs about the new hamsi-expand-big setting 2014-06-08 20:42:59 +02:00
Jan Berdajs
e134ab75ad move algorithm-specific OpenCL compile options into algorithm_t 2014-06-08 20:36:45 +02:00
Jan Berdajs
881355d873 add --hamsi-expand-big option for setting EXPAND_BIG in X13 kernels 2014-06-08 20:36:39 +02:00
Jan Berdajs
5e3142cf68 remove unused code (mostly intended for ASICs which are not supported in sgminer), fix some compiler warnings 2014-06-08 20:36:33 +02:00
Jan Berdajs
cabbd7362f refactor initCl more 2014-06-08 20:36:25 +02:00
troky
a564c24a4d MSVS: project cleanup and reorder. 2014-06-08 11:32:43 +02:00
Jan Berdajs
d04c096403 add ocl/ files to MSVC project 2014-06-08 03:26:50 +02:00
Jan Berdajs
e5779e1e26 move algorithms into separate folder 2014-06-08 03:26:42 +02:00
Jan Berdajs
c25a59bab1 refactor building/loading/saving OpenCL kernel 2014-06-08 02:04:31 +02:00
troky
04c0aeed3e MSVS: Removed Curl includes from sgminer tree as they are provided from Curl source archive. 2014-06-07 12:23:07 +02:00
troky
bc1c620b07 MSVS: Updated libcurl Makefile to v7.37.0 2014-06-07 12:13:45 +02:00
Jan Berdajs
6152638dd7 fix compile without ADL 2014-06-06 13:52:59 +02:00
Jan Berdajs
518d6e9eca Merge pull request #236 from Blagodarenko/v5_0
fix "diff 0.000/0.000"
2014-06-06 12:47:00 +02:00
blagodarenko
1bca4a7921 fix "diff 0.000/0.000" 2014-06-06 14:16:32 +04:00
troky
1bb452e321 Fixed kernel path bug introduced in 8198286597 2014-06-06 09:20:39 +02:00
Jan Berdajs
e3290db1bb Merge pull request #231 from tupieurods/feature
Total uptime drop fix
2014-06-06 02:35:11 +02:00
Anatoly
32824e56a0 Total uptime drop fix 2014-06-06 08:03:30 +08:00
troky
1f73ae040e Merge branch 'v5_0' of https://github.com/sgminer-dev/sgminer into v5_0 2014-06-05 23:12:38 +02:00
troky
8198286597 Fixed MSVS build. 2014-06-05 23:11:29 +02:00
troky
2588394e32 Added null-termination for kernel build log. 2014-06-05 23:07:55 +02:00
Jan Berdajs
00d17d16fe fix segfault (watchdog thread declares threads sick and tries to restart them while they are already being restarted) 2014-06-05 22:57:20 +02:00
Noel Maersk
a5bec2b999 Merge branch 'dejavusec' into v5_0
Fixes for a few security vulnerabilities reported by Mick Ayzenberg
of DejaVu Security.
2014-06-05 23:08:38 +03:00