337 Commits (master)

Author SHA1 Message Date
Con Kolivas 55f29b8179 Use the driver add commands macros in api.c to avoid individually listing them. 11 years ago
ckolivas 8875197466 Create a macro list of drivers to enable easier addition of further drivers. 11 years ago
Con Kolivas ce285ba602 Implement basic API stats for BF1 and increase array of results to check for the rare straggling result. 11 years ago
Con Kolivas 466d3beca0 Provide a --disable-libcurl config option to build support for stratum mining only. 11 years ago
Con Kolivas 456431de29 Add hashfast to api calls. 11 years ago
Con Kolivas a76b09e4fc Find the greatest common denominator in quotas and use the smallest number of consecutive work items per pool in quota load balance mode to smooth hashrate across pools with large quotas. Give excess quota to priority pool 0 instead of pool 0. 11 years ago
Con Kolivas d0a70eb0ee Add API commands and modify output to support pool quota displaying and changing. 11 years ago
Kano 76185ede38 API mcast add a description option with miner.php 11 years ago
Kano 5b338b2f93 api.c remove unused reply string 11 years ago
Kano bdac0633ab api.c fix mcast debug message bug 11 years ago
Kano 55e7f31425 API mcast only reply to remote IP's that are allowed access 11 years ago
Kano 14ac6fa5ab Initial API Multicast response v0.1 to find cgminer APIs 11 years ago
Con Kolivas eeac9d81fc Replace all references to the old n*sleep functions with the equivalent cgsleep_*s replacements. 11 years ago
Kano 6b62c402fa API/miner.php add some % fields 11 years ago
Con Kolivas 2b171f7fae Limit intensity range according to whether scrypt is in use or not. 11 years ago
Kano 802737e8dd BTB voltage management via the API - and set default on startup 11 years ago
Kano 369a45431d api correct timeout stat display 11 years ago
Kano 759ce6e7d2 usb timeouts - min/max also 11 years ago
Kano 2dffc96e3c log USB timeouts in API stats 11 years ago
Kano fc89f170a3 usbutils add delay API stats 11 years ago
Kano 34bedf88c6 set MSG_ASCUSBNODEV always defined 11 years ago
Kano a73ed9665a API V1.26 update ASIC support 11 years ago
Kano d2cb412931 record and report USB pipe errors via API stats 11 years ago
Kano b5bf34dc85 applog/quit fix GPU errors created 11 years ago
Kano 84ffcbc51b Use mining start time for device MH/U calculations 11 years ago
ckolivas 065d4aabf6 Fix build. 11 years ago
Kano 65af59b754 api correct applog typing 11 years ago
Con Kolivas 965129b5b7 Duplicate the name string always in api_add_data_full to not need persistent storage for names passed to it. 11 years ago
Con Kolivas 412ef440b3 Use sock_blocks in api.c 11 years ago
Con Kolivas f4b2790761 Remove all CPU mining code. 11 years ago
Con Kolivas 293b94c7ed Add API support for Avalon. 11 years ago
Con Kolivas fd87825bf9 Convert the ch_lock to cg_lock. 11 years ago
Con Kolivas 0bbaaa9723 Convert the control_lock to a cg_lock. 11 years ago
Kano efb2403a38 API no longer ignore send() status 11 years ago
Kano 1eca0476f1 API make the main socket non-static 11 years ago
Kano 0eafc8b9fe API add 'Network Difficulty' to 'coin' 11 years ago
Kano 540f3e89bc Setup BFLSC support 11 years ago
Kano 419083a7d2 API use control_lock when switching pools 11 years ago
Kano 2f6660e83f configure - set USE_USBUTILS when usbutils is required and use it in the code 11 years ago
Kano 120e9a072d make rw locks: mining_thr_lock and devices_lock 11 years ago
Kano f8e7012d73 api.c fix MSG overlap 11 years ago
Kano be8cadbc46 Hotplug - allow setting interval via --hotplug or API 11 years ago
Kano 41f099edff API - return Last Valid Work 11 years ago
Kano c14f2ec642 API V1.25 - add 'Last Valid Work' time for each device 11 years ago
Kano f56a0fb719 API always report failed send() replies 11 years ago
Kano 6fb32f7b5d convert sleep(const) to nmsleep() 11 years ago
Kano bc5755233c call a separate get_devices() with locking, as required 11 years ago
Kano 983fe2b0c0 usbutils hotplug v0.1 11 years ago
Con Kolivas 5d122cad93 Provide wrappers for grabbing of thr value under the mining_thr_lock. 11 years ago
Kano 7abf30b2c0 distinguish between drv and it's id enum now called drv_id 11 years ago