Luke Dashjr
|
f9d0ad0a41
bitforce: Save voltages as array of longs internally
|
13 years ago |
Luke Dashjr
|
eed5022df8
Merge commit '471d52c' into bfgminer
|
13 years ago |
Luke Dashjr
|
471d52c3f9
Bugfix: Clear device bad nonces when zeroing stats
|
13 years ago |
Luke Dashjr
|
e475e4c149
Merge commit '4c03acc' into bfgminer
|
13 years ago |
Luke Dashjr
|
4c03accd0a
cpu & opencl: Defer RUNONCE to actual autodetection, so they can be added once after startup
|
13 years ago |
Luke Dashjr
|
056c77b24a
Bugfix: Avoid crash activating [M]anage devices with no currently defined devices
|
13 years ago |
Luke Dashjr
|
36b0c07e5b
TUI: Support for adding new devices using the plus key from [M]anage devices
|
13 years ago |
Luke Dashjr
|
f2e0724cc8
Bugfix: Use add_serial function for scan_serial, so that "all" keyword works correctly
|
13 years ago |
Luke Dashjr
|
3cc0c89b10
Merge branch 'httpsrv' into bfgminer
|
13 years ago |
Luke Dashjr
|
6af1dd9629
GWS: Add support for new X-Hashes-Done header to allow devices to more accurately report their work
|
13 years ago |
Luke Dashjr
|
e1cbcbceaf
SGW: Add X-Mining-Identifier header to inform devices what they are represented by in BFGMiner
|
13 years ago |
Luke Dashjr
|
13f23548fb
SGW: Use JSON for 401 response; add Server HTTP header
|
13 years ago |
Luke Dashjr
|
1d4850d795
AUTHORS: Add contributor Josh Lehan
|
13 years ago |
Luke-Jr
|
581d25d606
Merge pull request #267 from Krellan/master
|
13 years ago |
Josh Lehan
|
b246cd0c17
Changed comparison constants to allow for floating-point rounding
|
13 years ago |
Con Kolivas
|
a52ec336bf
Reorder support names alphabetically.
|
13 years ago |
ckolivas
|
77f9400ca2
Only display the no pool work message once if there are multiple waiters in hash_pop
|
13 years ago |
ckolivas
|
20de9226fd
Provide a message and set a bool when no work is available from any pools and when it resumes again.
|
13 years ago |
ckolivas
|
0e43084c09
We don't want to continue into the hash_pop function if the getq is frozen.
|
13 years ago |
ckolivas
|
cbea0a5306
Only report threads in and out in queued work devices across a get work since the rest happens asynchronously and the get work is what the device might be waiting on.
|
13 years ago |
ckolivas
|
b12badc9f2
Thread reportin and out can be static non inline.
|
13 years ago |
kanoi
|
10545d33c7
Merge pull request #480 from kanoi/master
|
13 years ago |
Kano
|
612c0b12c8
usbutils cps sleep_estimate is not an underestimate
|
13 years ago |
kanoi
|
ff8c832534
Merge pull request #479 from kanoi/master
|
13 years ago |
Kano
|
01855a6051
usbutils add cps stats estimates
|
13 years ago |
Con Kolivas
|
903d007cb4
Provide cgtimer_sub helper functions.
|
13 years ago |
Con Kolivas
|
9dc63cee53
Provide cgtimer_to_ms helper functions.
|
13 years ago |
Con Kolivas
|
7d0c9b5060
Rename cgsleep_prepare_r as cgtimer_time to get time in cgtimer_t format and call cgsleep_prepare_r as a macro for cgtimer_time
|
13 years ago |
Con Kolivas
|
deb7be72c6
Use the reentrant cgsleep functions for usecps in usbutils.
|
13 years ago |
Con Kolivas
|
ee2a5ae8f4
TimeBeginPeriod and TimeEndPeriod do not add significant overhead when run the entire time for cgminer so avoid trying to maintain balanced numbers of them for specific time calls to simplify code.
|
13 years ago |