6389 Commits (d211d5b9bf65fb36bd0a6cb09728e7ae88e4c2f5)
 

Author SHA1 Message Date
troky 04c0aeed3e MSVS: Removed Curl includes from sgminer tree as they are provided from Curl source archive. 10 years ago
troky bc1c620b07 MSVS: Updated libcurl Makefile to v7.37.0 10 years ago
Jan Berdajs 6152638dd7 fix compile without ADL 10 years ago
Jan Berdajs 518d6e9eca Merge pull request #236 from Blagodarenko/v5_0 10 years ago
blagodarenko 1bca4a7921 fix "diff 0.000/0.000" 10 years ago
troky 1bb452e321 Fixed kernel path bug introduced in 8198286597 10 years ago
Jan Berdajs e3290db1bb Merge pull request #231 from tupieurods/feature 10 years ago
Anatoly 32824e56a0 Total uptime drop fix 10 years ago
Noel Maersk 5cc43f2f16 misc: ChangeLog typo. 10 years ago
Noel Maersk 411a41354e Merge branch 'dejavusec-backport' 10 years ago
Noel Maersk ae7dbca783 stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime. 10 years ago
Noel Maersk cab6e28b12 stratum: parse_reconnect(): treat pool-sent URL as untrusted. 10 years ago
Luke Dashjr 91d29ea972 Stratum: extract_sockaddr: Truncate overlong addresses rather than stack overflow 10 years ago
Luke Dashjr 44e770904e Bugfix: initiate_stratum: Ensure extranonce2 size is not negative (which could lead to exploits later as too little memory gets allocated) 10 years ago
troky 1f73ae040e Merge branch 'v5_0' of https://github.com/sgminer-dev/sgminer into v5_0 10 years ago
troky 8198286597 Fixed MSVS build. 10 years ago
troky 2588394e32 Added null-termination for kernel build log. 10 years ago
Jan Berdajs 00d17d16fe fix segfault (watchdog thread declares threads sick and tries to restart them while they are already being restarted) 10 years ago
Noel Maersk a5bec2b999 Merge branch 'dejavusec' into v5_0 10 years ago
Noel Maersk 910c360899 stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime. 10 years ago
Noel Maersk 4f387321ce misc: update AUTHORS.md, add CR to sgminer.c, minor style. 10 years ago
Noel Maersk 78cc408369 stratum: parse_reconnect(): treat pool-sent URL as untrusted. 10 years ago
Luke Dashjr b65574bef2 Stratum: extract_sockaddr: Truncate overlong addresses rather than stack overflow 10 years ago
Luke Dashjr bac5831b35 Bugfix: initiate_stratum: Ensure extranonce2 size is not negative (which could lead to exploits later as too little memory gets allocated) 10 years ago
Jan Berdajs f0e47ec8ec make sure reinit_device cannot happen while algo switching, which would probably result in segfault 10 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 10 years ago
troky b8a1c1f660 MSVS compatibility update. 10 years ago
troky 68c54c226c Partially reverting e4a4efdb42 to keep MSVS compatibility. 10 years ago
Jan Berdajs e4a4efdb42 fix some potential memory leaks, remove a few old unused functions 10 years ago
Jan Berdajs 87bbca6148 only change gpu engine, memclock, fans, if ADL is enabled 10 years ago
Jan Berdajs dfaee21023 extract marucoin-modold (for old GPUs like Radeon HD 5xxx, e.g. 5850) as separate kernel and add support for it 10 years ago
Jan Berdajs 064d940ea2 manually merge changes to X11-mod/X13-mod kernels (lazybear) 10 years ago
Anatoly 8c48255802 Code cleanup 10 years ago
Anatoly 99db17145f show-coindiff option added 10 years ago
Anatoly 8f10cbfac5 Total uptime length 10 years ago
Anatoly d89e53b3db Extend time to sick state 10 years ago
Jan Berdajs ce3624fba6 add marucoin-mod (X13-mod) 10 years ago
Jan Berdajs 2ec09155e6 per-pool gpu-fan 10 years ago
Jan Berdajs 9ec87cfc1a fixes for MSVC2010 to build 10 years ago
Jan Berdajs 713cfb52c0 update visual studio project (add new files), update solution (was too new for VS2010 Express) 10 years ago
Jan Berdajs 33023de410 more documentation 10 years ago
Jan Berdajs f596631a07 adjust ncurses interface when we change mining_threads count 10 years ago
Jan Berdajs 6c5ce535d9 fix compiler warnings 10 years ago
Jan Berdajs 13cdc33809 pool-gpu-threads setting 10 years ago
Jan Berdajs 19fc4cc93c remove gpu_threads which is identical to mining_threads. refactor mining threads init code 10 years ago
Jan Berdajs 24d0ce4884 all hail SPACE 10 years ago
Jan Berdajs c4f2b78d65 per-pool gpu-engine, gpu-memclock and thread_concurrency 10 years ago
Jan Berdajs 06d8e1d1dc extranonce - some cleanup and better description for pool setting 10 years ago
elbandi 91a26c46b7 Protect pool name with lock 10 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 10 years ago