337 Commits (master)

Author SHA1 Message Date
R4SAS e3b6c202ce fix API working - delete remain mentions of some algos 6 years ago
elbandi 17f2478edd Some other minor fixes from theLosers106 8 years ago
ystarnaud 8a6168fa4b Fix for UI/API intensity changes 10 years ago
ystarnaud f8fcbbcd0a Config writer fix 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
Jan Berdajs 1c2de13498 fix broken disabled devices when remove-disabled is set 10 years ago
Jan Berdajs d9b1f2065d unused preprocessor directive 10 years ago
Jan Berdajs 50483e35cb spaces/indent 10 years ago
ystarnaud 3ae5f97b94 Algorithm Switcher Update 10 years ago
ystarnaud 1914cef959 Fixed x13 and other issues 10 years ago
troky 3f83f221fb Moved (reverted) some struct definitions to api.c. MSVS doesn't like them in .h 10 years ago
ystarnaud fae56ceeeb Added API function to change pool profile 10 years ago
ystarnaud ea1aba07d8 API Update 10 years ago
Noel Maersk 832ac82bf6 Updated API functionality 10 years ago
Noel Maersk 9fe5272c92 Updated config writer 10 years ago
troky c92443384b Lock tracking code fixed for MSVS. 10 years ago
Jan Berdajs 25d7d426fd convert tabs to spaces in most commonly modified files 10 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 10 years ago
Jan Berdajs 19fc4cc93c remove gpu_threads which is identical to mining_threads. refactor mining threads init code 10 years ago
elbandi 91a26c46b7 Protect pool name with lock 10 years ago
Jan Berdajs c0baf790f6 making new algorithms and other changes merged from sph-sgminer work with current version of sgminer 10 years ago
Noel Maersk 3eb22b215e api: write xintensity and rawintensity using api_add_int(). 10 years ago
Noel Maersk d27e8691e1 api: Add XIntensity and RawIntensity to `devs` output. 10 years ago
elbandi 08b7ab1dd4 Add build_number to version string 10 years ago
elbandi c2af5fec1d Include pool.h 10 years ago
elbandi f9a2c8b929 Protect pool name with lock 10 years ago
Luke Dashjr 3a6c1c8bb0 RPC: Provide a full status section for quit/restart commands 10 years ago
Noel Maersk 47d00ee524 api: add missing header. 10 years ago
Luke Dashjr 5bd5b07e15 RPC: Add "Miner" to version response to include software name along with version 10 years ago
Elbandi 973dcefa8c Use get_pool_name everywhere 10 years ago
Noel Maersk f5709910fb api: Bugfix, bump version to 4.1.271, initialise name/desc/algo in addpool() so checks for NULL work. 10 years ago
Noel Maersk 5409ffc2a4 api: check if name/desc/algo are NULL and fill with defaults if so. 10 years ago
Noel Maersk 9aaff8ccf5 api: bump version, but allow name/desc/algo to be missing when adding pool details. 10 years ago
Noel Maersk 3c3a58475e ui+api: ask for pool name/description/algorithm when adding pool from NCurses/API. 10 years ago
troky 2a087a7dae Added algorithm name to 'pools' API command. 10 years ago
Noel Maersk b6218e20c1 config: rename --pool-priority to --priority, --coin to --description. 10 years ago
Jan Berdajs c2131df6aa add support for setting algorithm/nfactor for each pool separately, and fix bugged OpenCL thread cleanup (thread shutdown) 10 years ago
troky bcb78ed91b Added --coin pool parameter. 10 years ago
Noel Maersk aa471a2dfd api: remove unused SCRYPTSTR. 10 years ago
troky 9414592539 Added pool name to API "pools" command 10 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 10 years ago
unknown 6b0b424c0a Fixed API timeval formatting again. Use of snprintf() causes problems in MSVS. 10 years ago
unknown 0e37fc24b0 Added algorrithm name to "coin" API command. Changed default algo name to "scrypt". 10 years ago
unknown 25242861c7 API: Fixed timeval struct formatting . 10 years ago
Noel Maersk ae23d25086 api: proper type casting for MSVS support. 10 years ago
phm 9585d2a8e6 Added support for DarkCoin kernel. Modified stats display to handle low difficulty values. 10 years ago
Jim Jagielski 88c7720caf These may not be longs (eg: OSX)... fo a safe cast to ensure. 10 years ago
Kano ae837a762f API allow multiple commands/replies in one request 10 years ago
Con Kolivas 90cc93c6cc Add the ability to display a hexadecimal 32 bit unsigned integer to the API. 10 years ago