290 Commits (8cb4fc9d6e7bc1a7b1b7087e518b89a327184ebc)

Author SHA1 Message Date
troky 8cb4fc9d6e Added Pluck algo 9 years ago
troky 8d68e96934 Added Lyra2RE algo 9 years ago
ystarnaud 4ba8a68043 Merged develop branch with master +updates 10 years ago
troky 7f88bab725 Fixed missing declaration. 10 years ago
ystarnaud 81d9c9e574 Events framework 10 years ago
ystarnaud 611b370255 Fix for random HW errors 10 years ago
ystarnaud 8a6168fa4b Fix for UI/API intensity changes 10 years ago
ystarnaud 42737acf66 Added Neoscrypt with Wolf9466 improvements. 10 years ago
ystarnaud c0515e8fa3 Added alt kernel file option 10 years ago
ystarnaud b53cc151aa Fix worksize per GPU 10 years ago
troky ba9818a707 Fix version display in windows builds (mingw) 10 years ago
troky 32d95dd967 Updated to MSVS 2013 10 years ago
ystarnaud b3c07acd08 Xn Algorithms Fine Tuning 10 years ago
troky 3ddffaa915 Compatibility fix. 10 years ago
troky dbe0263c2d Fixed device display when both --device and --remove-disabled options are used. 10 years ago
troky 82b5320f36 Check if mining threads are initialized before restarting them. 10 years ago
Jan Berdajs 5bd2689069 Hard reset only when gpu-threads or devices are changed, but not when algorithm is changed. 10 years ago
Jan Berdajs deacbdd65e immediately exit threads if doing hard reset 10 years ago
Jan Berdajs 19fcb5eae7 improve locking to prevent race condition 10 years ago
ystarnaud f8fcbbcd0a Config writer fix 10 years ago
Jan Berdajs 04722e2517 sshare could have already been free'd by parse_stratum_response in stratum_rthread by the point we reach this code - possible segfault fixed 10 years ago
Jan Berdajs 4a9ee47cd9 Add log-file option to automatically redirect stderr to a file 10 years ago
Jan Berdajs 0bd7a9ff63 After cancelling a thread (unless it's detached, but mining threads aren't), it is always necessary to join the thread so the system will release resources. 10 years ago
Jan Berdajs e33590f37d Thread was never joined because thr_info_cancel sets pth to 0. Should improve mining thread hard reset. 10 years ago
Jan Berdajs 363f52df47 Write to both stderr and console within same console lock "session" 10 years ago
Jan Berdajs 2d66c44b42 Add debug-log documentation and enable it by default 10 years ago
Jan Berdajs eb6f47e503 Add debug-log setting to log everything when stderr is redirected to file 10 years ago
Jan Berdajs 485ec9ac88 rename poorly named variable 10 years ago
troky b6aefc6ebe Fixed segfault when adding pool profile via ncurses GUI #322 10 years ago
Jan Berdajs 30d0a9be78 Deprecating "difficulty-multiplier" setting 10 years ago
troky 74d4cfabb5 Added Janson version string to log output. 10 years ago
Jan Berdajs 27709ced83 Remove now unused temporary fix for algo switch 10 years ago
ystarnaud 69ab3a8cf4 Changed the way hard restart is done for better compatibility with windows pthread. 10 years ago
Jan Berdajs a0e95b3687 some improvements for the zero-hashrate fix, and more debug output 10 years ago
ystarnaud cf4aa31be0 Switcher thread fix 10 years ago
ystarnaud 55cd3ec220 Hangup fix 10 years ago
troky dc3ec7907e Thread info struct should be initialized/allocated for disabled devices, too. 10 years ago
ystarnaud 5c9126fd61 X14 Implementation 10 years ago
Jan Berdajs 1c2de13498 fix broken disabled devices when remove-disabled is set 10 years ago
Jan Berdajs 8f53b7c86c safer 10 years ago
Jan Berdajs 976873ba49 more locks for devices 10 years ago
Jan Berdajs 92deefcbca Fix bad lock 10 years ago
Jan Berdajs 40894db5d2 Changing disabled devices on pool switch is not possible if remove-disabled is set (enabled) 10 years ago
Jan Berdajs 7507790880 GPUs cannot be hotplugged 10 years ago
Jan Berdajs 7f0451336b Refactor and stability improvements when restarting threads 10 years ago
Jan Berdajs be7d47dcee add lock when accessing mining_threads 10 years ago
Jan Berdajs 028f19e946 remove old commented-out code 10 years ago
Jan Berdajs ba7c4892fb Remove obsolete benchmark mode 10 years ago
ystarnaud 9d54637e3c Fix HW Issue at startup 10 years ago
ystarnaud 3ae5f97b94 Algorithm Switcher Update 10 years ago