|
d34279b2
|
2013-10-08T20:48:26
|
|
Remove unused variables.
|
|
f80c9003
|
2013-10-08T20:46:36
|
|
Merge branch 'master' into async
Conflicts:
api.c
cgminer.c
miner.h
usbutils.c
util.c
|
|
f8e28f25
|
2013-10-08T20:42:36
|
|
Try switching pools if for some reason we end up with only idle pools and have ended up current_pool set to an idle one.
|
|
3b527f14
|
2013-10-08T20:41:13
|
|
Check a pool is stable for >5 mins before switching back to it.
|
|
ef8efd6c
|
2013-10-08T00:01:26
|
|
Minimise the time between dropping the read devlock and grabbing the write devlock to avoid tons of logging spam in the interim.
|
|
97b5dd08
|
2013-10-07T20:38:24
|
|
Limit ms_tdiff to 1 hour as a sanity check.
|
|
6c757c6c
|
2013-10-07T20:35:42
|
|
Check for async transfer variants of error messages.
|
|
85e0b3a5
|
2013-10-07T20:03:53
|
|
Check for the async variants of the libusb errors and retry up to retry max when trying to clear a pipe error/stall.
|
|
a79768b7
|
2013-10-07T19:50:38
|
|
Use libusb's own error name function instead of hand coding the error names.
|
|
74775e4e
|
2013-10-07T18:40:09
|
|
Check for libusb transfer stall error to be consistent with async IO errors returned for a halt condition.
|
|
38ae7093
|
2013-10-07T17:56:57
|
|
Check for continuous IO errors on USB and consider the device inactive if more than retry max.
|
|
7318ecee
|
2013-10-07T23:34:01
|
|
Make the devlock a cglock in usbutils and only grab the write lock for fundamental changes allowing us to send and receive transfers concurrently without lock contention.
|
|
d5e9e084
|
2013-10-07T15:37:34
|
|
Prevent overflows in us_tdiff and ms_tdiff.
|
|
b6a97de6
|
2013-10-04T21:39:42
|
|
Provide a way for drivers to submit work that it has internally rolled the ntime value by returning the amount it has ntime rolled to be added.
|
|
fb79b37f
|
2013-10-04T14:26:47
|
|
Typo in configure.ac
|
|
6cd7f0f1
|
2013-10-04T12:00:41
|
|
Remove unmaintained broken ztex driver.
|
|
8037eb15
|
2013-10-07T12:00:49
|
|
Change second initialise message on bitfury verbose mode.
|
|
8c0ea19e
|
2013-10-05T09:31:36
|
|
Submitting an ntime offset nonce needs to be done on a copy of the work instead of the original so abstract out shared components as much as possible, minimising strdups in copy_work and make submit_work_async work take copied work, cleaning up code in the process.
|
|
680a1aea
|
2013-10-04T00:10:10
|
|
Icarus - use a data structure for I/O rather than magic numbers
|
|
2b6d1a3f
|
2013-10-04T00:05:39
|
|
delete old tracked ccan/opt/*.o files
|
|
9eb78105
|
2013-09-26T12:24:13
|
|
klondike correct cvtKlnToC() temperature calculation
|
|
d5b3f559
|
2013-09-24T13:23:12
|
|
klondike - correct 1st reply debug based on define
|
|
0d9f3389
|
2013-09-24T13:17:19
|
|
klondike - debug dump structured replies
|
|
11a36418
|
2013-09-24T12:46:09
|
|
klondike - avoid division by zero if maxcount is unexpectedly zero
|
|
b5ea2bf9
|
2013-09-23T20:16:15
|
|
klondike store and report errorcount and noise
|
|
51418f79
|
2013-10-03T23:19:18
|
|
Klondike update code to current git
|
|
2e606d86
|
2013-09-23T09:01:00
|
|
klondike - fix chipstats api stats buffer overrun with 16 chips
|
|
d7db1e8a
|
2013-09-22T23:41:06
|
|
klondike add new nonecount only once
|
|
577f1a20
|
2013-09-22T22:56:24
|
|
klondike - report mh/s based on nonces found + put old estimate into API stats
|
|
ef54de1d
|
2013-09-19T23:23:36
|
|
klondike use a memcpy
|
|
e8d49bc0
|
2013-09-12T21:49:23
|
|
klondike fix bracket tabs indenting
|
|
e11b6d7d
|
2013-10-03T23:21:03
|
|
api.c missing Klondike from ASIC list
|
|
26ee9abf
|
2013-10-03T22:37:22
|
|
Add Klondike to README
|
|
b79f4446
|
2013-10-03T22:32:52
|
|
Add Klondike to ASIC-README
|
|
56b461c8
|
2013-10-03T22:29:26
|
|
Add 2nd CMR to 01-cgminer.rules
|
|
2a9527f1
|
2013-10-03T22:27:06
|
|
Add Klondike to 01-cgminer.rules
|
|
7b6a97fe
|
2013-09-10T13:49:44
|
|
Klondike to main directory
|
|
2f00a909
|
2013-09-10T13:45:43
|
|
Klondike consistent code spacing
|
|
5e3404bf
|
2013-09-10T12:36:50
|
|
Klondike update driver code to current git
|
|
087159a3
|
2013-08-16T12:47:04
|
|
update firmware for 16 chips, add dist files
|
|
1dc8ea76
|
2013-07-16T03:01:52
|
|
beta final 0.3.0 release
|
|
1a755a58
|
2013-07-11T18:50:57
|
|
updated firmware, IOC method
|
|
2fb4b629
|
2013-07-08T18:04:37
|
|
prevent nonces when not state W
|
|
9bc1c8bc
|
2013-07-08T11:04:54
|
|
added driver config option support
|
|
5ae1502b
|
2013-07-07T17:20:00
|
|
fixes for 300 MHz, fix K1 parts list
|
|
72a5872a
|
2013-07-06T11:00:07
|
|
update driver, docs
|
|
cc1e9fb7
|
2013-07-05T00:08:13
|
|
update firmware & utils
|
|
6176c52f
|
2013-07-02T21:43:38
|
|
updated cgminer driver for 3.3.1
|
|
8ddd6b2a
|
2013-07-02T20:40:54
|
|
update firmware and driver, create new cgminer fork
|
|
88dc03d2
|
2013-06-15T14:58:07
|
|
update klondike driver
|
|
46520a9f
|
2013-06-14T14:50:14
|
|
add cgminer driver file as-is
|
|
998182fc
|
2013-10-07T23:32:54
|
|
Add API output displaying USB cancellations.
|
|
585d4af4
|
2013-10-07T23:32:01
|
|
Store statistics on how often we have to cancel async bulk transfers and add a debug message whenever we do.
|
|
1d1efbe7
|
2013-10-03T11:50:45
|
|
Treat any unexpected timeouts waiting for async transfers as though there may be a usb halt condition and attempt to clear the halt before cancelling the tranfer.
|
|
a798e14a
|
2013-10-02T06:53:25
|
|
Remove zero packet flag on usb as it's unsupported outside linux and unnecessary.
|
|
37509564
|
2013-10-01T17:34:32
|
|
Fake the libusb transfer timed out message if we force cancel it with our own async functions.
|
|
a6a94070
|
2013-10-01T14:40:30
|
|
Use asynchronous transfers for all bulk transfers, allowing us to use our own timers and cancelling transfers that take too long.
|
|
99176584
|
2013-09-30T21:30:11
|
|
Add libusb error warning message when significant error occurs.
|
|
2d1ba75e
|
2013-10-07T15:37:34
|
|
Prevent overflows in us_tdiff and ms_tdiff.
|
|
03e80514
|
2013-10-07T12:00:49
|
|
Change second initialise message on bitfury verbose mode.
|
|
dbef95f7
|
2013-10-05T09:31:36
|
|
Submitting an ntime offset nonce needs to be done on a copy of the work instead of the original so abstract out shared components as much as possible, minimising strdups in copy_work and make submit_work_async work take copied work, cleaning up code in the process.
|
|
4c79252d
|
2013-10-04T21:39:42
|
|
Provide a way for drivers to submit work that it has internally rolled the ntime value by returning the amount it has ntime rolled to be added.
|
|
b5c49aef
|
2013-10-04T14:26:47
|
|
Typo in configure.ac
|
|
052e4348
|
2013-10-04T12:00:41
|
|
Remove unmaintained broken ztex driver.
|
|
d3033520
|
2013-10-04T00:10:10
|
|
Icarus - use a data structure for I/O rather than magic numbers
|
|
14d2349b
|
2013-10-04T00:05:39
|
|
delete old tracked ccan/opt/*.o files
|
|
2843670a
|
2013-10-03T06:37:19
|
|
Merge pull request #500 from kanoi/klondike
Klondike
|
|
2270a932
|
2013-09-26T12:24:13
|
|
klondike correct cvtKlnToC() temperature calculation
|
|
f300171c
|
2013-09-24T13:23:12
|
|
klondike - correct 1st reply debug based on define
|
|
3b9e39fa
|
2013-09-24T13:17:19
|
|
klondike - debug dump structured replies
|
|
5154e847
|
2013-09-24T12:46:09
|
|
klondike - avoid division by zero if maxcount is unexpectedly zero
|
|
2dc54366
|
2013-09-23T20:16:15
|
|
klondike store and report errorcount and noise
|
|
0fd939e7
|
2013-09-23T09:01:00
|
|
klondike - fix chipstats api stats buffer overrun with 16 chips
|
|
9b1ac179
|
2013-09-22T23:41:06
|
|
klondike add new nonecount only once
|
|
d7ce4493
|
2013-09-22T22:56:24
|
|
klondike - report mh/s based on nonces found + put old estimate into API stats
|
|
7cbe0dbf
|
2013-09-19T23:23:36
|
|
klondike use a memcpy
|
|
9b6ae5bc
|
2013-09-12T21:49:23
|
|
klondike fix bracket tabs indenting
|
|
521ee0a9
|
2013-10-03T23:21:03
|
|
api.c missing Klondike from ASIC list
|
|
dc85abd9
|
2013-10-03T23:19:18
|
|
Klondike update code to current git
|
|
a1d84775
|
2013-10-03T22:37:22
|
|
Add Klondike to README
|
|
f61140e0
|
2013-10-03T22:32:52
|
|
Add Klondike to ASIC-README
|
|
778c6da6
|
2013-10-03T22:29:26
|
|
Add 2nd CMR to 01-cgminer.rules
|
|
45c8b58d
|
2013-10-03T22:27:06
|
|
Add Klondike to 01-cgminer.rules
|
|
86045d81
|
2013-09-10T13:49:44
|
|
Klondike to main directory
|
|
9621f013
|
2013-09-10T13:45:43
|
|
Klondike consistent code spacing
|
|
4d2fa5bf
|
2013-09-10T12:36:50
|
|
Klondike update driver code to current git
|
|
e4638aa9
|
2013-08-16T12:47:04
|
|
update firmware for 16 chips, add dist files
|
|
eeaaabbb
|
2013-07-16T03:01:52
|
|
beta final 0.3.0 release
|
|
3d6cd8e3
|
2013-07-11T18:50:57
|
|
updated firmware, IOC method
|
|
63d8dbd3
|
2013-07-08T18:04:37
|
|
prevent nonces when not state W
|
|
fe8bb058
|
2013-07-08T11:04:54
|
|
added driver config option support
|
|
6b705d42
|
2013-07-07T17:20:00
|
|
fixes for 300 MHz, fix K1 parts list
|
|
9c522a08
|
2013-07-06T11:00:07
|
|
update driver, docs
|
|
95d102eb
|
2013-07-05T00:08:13
|
|
update firmware & utils
|
|
3cbb2814
|
2013-07-02T21:43:38
|
|
updated cgminer driver for 3.3.1
|
|
158f3273
|
2013-07-02T20:40:54
|
|
update firmware and driver, create new cgminer fork
|
|
2b3abd1b
|
2013-06-15T14:58:07
|
|
update klondike driver
|
|
581271b0
|
2013-06-14T14:50:14
|
|
add cgminer driver file as-is
|
|
be9a4cf6
|
2013-10-03T09:40:34
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
3eece618
|
2013-09-30T21:50:06
|
|
Get statistics on how long usb reads and writes wait on the devlock.
|