283 Commits (42737acf66e09420ac739d345da6ea2c1ede0a12)

Author SHA1 Message Date
Noel Maersk 513307c790 config: remove commented-out old config-loading code. 11 years ago
Noel Maersk 5309da57cc config: remove unused variable. 11 years ago
Noel Maersk 832ac82bf6 Updated API functionality 11 years ago
ystarnaud d9b4798e8e More options added 11 years ago
Noel Maersk 9fe5272c92 Updated config writer 11 years ago
Yann St. Arnaud 9faa8fa59f Updated the config parser 11 years ago
Elbandi 3b298478a3 Made opt_algorithm to simple variable 11 years ago
troky b2e500e2a6 Fixed pool name display in rejected share notice when pool name is longer than 20 chars. 11 years ago
troky d83d7bd386 Removed original sha2 and made code use sph_sha2 11 years ago
troky f9a8e66f70 Fixed crash when changing display modes (#237) 11 years ago
troky cd9864f92b Removed unneccessary code introduced in 954c0e6 11 years ago
troky cbc22823df Removed trailing slashes from folder paths to avoid kernel building under Windows (MSVS). 11 years ago
platinum4 280a64e537 Squelch "Network diff set" unless --more-notices 11 years ago
Jan Berdajs 2ea8f5d018 just in case, read-lock devices 11 years ago
Jan Berdajs 9fdd23e6ff since mining_threads count can change, we need to lock more carefully and get_thread function is not helpful anymore 11 years ago
Jan Berdajs 2877e8d49c of course it needs to be a write lock! fixes segfault 11 years ago
Jan Berdajs d1f7ef6133 is already locked at this point 11 years ago
Jan Berdajs 954c0e6fbc fix opt_kernel_path writing over the allocated memory! also some small changes for more robust hard restart 11 years ago
Jan Berdajs 77c996858b fix compiler warning and indentation 11 years ago
platinum4 a5fd98c832 declare opt_morenotices; 11 years ago
platinum4 0f9bf18172 Add option --more-notices & shorten stale submit 11 years ago
Jan Berdajs ff05aacdc3 attempt to fix memory issues when doing curl calls 11 years ago
Jan Berdajs 881355d873 add --hamsi-expand-big option for setting EXPAND_BIG in X13 kernels 11 years ago
Jan Berdajs 5e3142cf68 remove unused code (mostly intended for ASICs which are not supported in sgminer), fix some compiler warnings 11 years ago
Jan Berdajs 6152638dd7 fix compile without ADL 11 years ago
blagodarenko 1bca4a7921 fix "diff 0.000/0.000" 11 years ago
troky 1bb452e321 Fixed kernel path bug introduced in 8198286597 11 years ago
Anatoly 32824e56a0 Total uptime drop fix 11 years ago
troky 8198286597 Fixed MSVS build. 11 years ago
Jan Berdajs 00d17d16fe fix segfault (watchdog thread declares threads sick and tries to restart them while they are already being restarted) 11 years ago
Noel Maersk 4f387321ce misc: update AUTHORS.md, add CR to sgminer.c, minor style. 11 years ago
Jan Berdajs f0e47ec8ec make sure reinit_device cannot happen while algo switching, which would probably result in segfault 11 years ago
Jan Berdajs e58cd00db7 fix bug in thread_reportin (watchdog can detect getwork is false before thr->last is set), and a few cosmetic changes 11 years ago
troky b8a1c1f660 MSVS compatibility update. 11 years ago
Jan Berdajs e4a4efdb42 fix some potential memory leaks, remove a few old unused functions 11 years ago
Jan Berdajs 87bbca6148 only change gpu engine, memclock, fans, if ADL is enabled 11 years ago
Anatoly 8c48255802 Code cleanup 11 years ago
Anatoly 99db17145f show-coindiff option added 11 years ago
Anatoly 8f10cbfac5 Total uptime length 11 years ago
Anatoly d89e53b3db Extend time to sick state 11 years ago
Jan Berdajs 2ec09155e6 per-pool gpu-fan 11 years ago
Jan Berdajs f596631a07 adjust ncurses interface when we change mining_threads count 11 years ago
Jan Berdajs 6c5ce535d9 fix compiler warnings 11 years ago
Jan Berdajs 13cdc33809 pool-gpu-threads setting 11 years ago
Jan Berdajs 19fc4cc93c remove gpu_threads which is identical to mining_threads. refactor mining threads init code 11 years ago
Jan Berdajs 24d0ce4884 all hail SPACE 11 years ago
Jan Berdajs c4f2b78d65 per-pool gpu-engine, gpu-memclock and thread_concurrency 11 years ago
Jan Berdajs 06d8e1d1dc extranonce - some cleanup and better description for pool setting 11 years ago
elbandi 91a26c46b7 Protect pool name with lock 11 years ago
Jan Berdajs cac833e5c2 fix bug which can occur when switching from a very low diff algo (darkcoin) to a high diff algo (scrypt), which caused invalid nonces 11 years ago