Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5c7e0308 | 2012-07-11 22:59:58 | Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value. | ||
| d4af2d05 | 2012-07-06 02:39:32 | Turn work_restart array into a bool in thr_info | ||
| 82b14c4d | 2012-06-30 23:48:35 | api.c data structure - remove unnecessary driver-icarus.c comments | ||
| d8abfb71 | 2012-06-30 15:58:31 | api.c data structure - tested + updated get_api_stats/driver-icarus.c | ||
| 3763cb0b | 2012-06-25 23:16:07 | icarus - must allows allocate memory for icarus_info | ||
| e53c033a | 2012-06-25 20:12:55 | Icarus needs not +2 for realloc, just +1. | ||
| 5cf4b7c4 | 2012-06-25 16:59:29 | Make the devices array a dynamically allocated array of pointers to allow unlimited devices. | ||
| 4dee0d04 | 2012-06-05 13:30:40 | FPGA - allow device detect override without an open failure | ||
| d3fa59d7 | 2012-06-05 02:17:09 | Abstract generally useful FPGA code into fpgautils.c | ||
| 820d662c | 2012-06-10 23:11:59 | Removed idle mode. Added watchdog thread BFL temperature monitoring. | ||
| ebeaf15f | 2012-06-09 19:30:32 | Added idle mode Idle is only set by pgadisable, so GPU/CPU is unaffected. For Icarus/Ztex, in scanhash the thread is immediately set disabled then returns. | ||
| e68457fc | 2012-06-02 17:19:19 | Icarus - fix unit64_t printf warnings | ||
| f15d2233 | 2012-05-22 09:42:43 | Icarus: fix abort calculation/allow user specified abort | ||
| b5ed958e | 2012-05-16 22:25:21 | Icarus: high accuracy timing and other bitstream speed support | ||
| b1785d1f | 2012-05-11 11:04:28 | add-MIPSEB-to-icarus-for-BIG_ENDIAN | ||
| e195a31c | 2012-05-06 20:49:06 | Fix win32 build. | ||
| b3a50dd4 | 2012-05-04 10:35:45 | Icarus - correct MH/s and U: with work restart set at 8 seconds | ||
| 124ee9b2 | 2012-04-26 15:42:09 | Bugfix: thread_shutdown shouldn't try to free the device, since it's needed afterward | ||
| 09fe8bcb | 2012-05-02 20:53:10 | Icarus - minimise code delays and name timer variables | ||
| 16b9ebee | 2012-04-24 02:30:31 | Icarus restore auto/noauto handling | ||
| 403f63ae | 2012-04-24 02:23:29 | Icarus update to new add_cgpu() | ||
| 80f4fbbd | 2012-04-24 02:14:03 | Icarus driver working with Linux and Windows | ||
| e369d787 | 2012-04-23 18:06:30 | Ensure everyone sees the same screen/api name as the previous version for Icarus | ||
| 0f74ba05 | 2012-04-22 00:57:59 | Implement and document "-S noauto" to inhibit autoscanning without specifying a serial device | ||
| d7cb49ef | 2012-04-22 00:57:30 | Icarus: Ignore "auto" flag | ||
| 0d30a652 | 2012-04-22 00:36:54 | Merge branch 'master' into workaround_icarus_uart_issue Conflicts: driver-icarus.c | ||
| 26b4b011 | 2012-04-21 17:32:10 | Merge pull request #170 from luke-jr/bugfix_icarus_speed Bugfix: Calculate Icarus timeout-exhausted nonce count correctly | ||
| d8ef2806 | 2012-04-21 20:00:05 | work_restart should only be changed by cgminer.c now | ||
| b4ba9c3f | 2012-04-21 19:55:11 | Bugfix: Icarus: Invalidate old job, even if no nonce found in it | ||
| 11234c33 | 2012-04-21 14:19:22 | Icarus: Use gettimeofday to more accurately measure scanhash time, and calibrate scan time estimate based on actual data | ||
| 34f86417 | 2012-04-21 10:53:34 | Icarus: Abandon a scanhash early when work restart requested | ||
| 355a87e1 | 2012-04-21 10: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-21 10:20:21 | Icarus: Use epoll (where available) to get nonces ASAP | ||
| b8778839 | 2012-04-21 02:36:19 | Merge branch 'master' into unify_drivers Conflicts: cgminer.c | ||
| 303dbf46 | 2012-03-18 20:09:03 | Abstract add_cgpu function, to handle device id numbering and devices array | ||
| e131dfab | 2012-03-13 12:18:23 | Unify drivers as driver-*.c and add driver name to API |