|
d7cb49ef
|
2012-04-22T00:57:30
|
|
Icarus: Ignore "auto" flag
|
|
0d30a652
|
2012-04-22T00:36:54
|
|
Merge branch 'master' into workaround_icarus_uart_issue
Conflicts:
driver-icarus.c
|
|
26b4b011
|
2012-04-21T17:32:10
|
|
Merge pull request #170 from luke-jr/bugfix_icarus_speed
Bugfix: Calculate Icarus timeout-exhausted nonce count correctly
|
|
d8ef2806
|
2012-04-21T20:00:05
|
|
work_restart should only be changed by cgminer.c now
|
|
b4ba9c3f
|
2012-04-21T19:55:11
|
|
Bugfix: Icarus: Invalidate old job, even if no nonce found in it
|
|
11234c33
|
2012-04-21T14:19:22
|
|
Icarus: Use gettimeofday to more accurately measure scanhash time, and calibrate scan time estimate based on actual data
|
|
34f86417
|
2012-04-21T10:53:34
|
|
Icarus: Abandon a scanhash early when work restart requested
|
|
355a87e1
|
2012-04-21T10:49:17
|
|
Bugfix: Calculate Icarus timeout-exhausted nonce count correctly
We're only waiting 8 seconds for results from Icarus, but actually exhausing the nonce space requires 11.3
|
|
1291f5a4
|
2012-04-21T10:20:21
|
|
Icarus: Use epoll (where available) to get nonces ASAP
|
|
b8778839
|
2012-04-21T02:36:19
|
|
Merge branch 'master' into unify_drivers
Conflicts:
cgminer.c
|
|
303dbf46
|
2012-03-18T20:09:03
|
|
Abstract add_cgpu function, to handle device id numbering and devices array
|
|
e131dfab
|
2012-03-13T12:18:23
|
|
Unify drivers as driver-*.c and add driver name to API
|