|
16bdb528
|
2013-11-16T10:44:41
|
|
Do not hold the mining thread lock in restart_threads when calling the driver flush work commands.
|
|
b9bc5ad2
|
2013-11-16T10:12:15
|
|
Send extra work regularly to the bxf device and parse the needwork command by sending the amount of work it requests.
|
|
3b3410e3
|
2013-11-16T09:52:23
|
|
Allow messages to have arbitrary offsets in the bxf parser in case we have lingering buffered data.
|
|
0677ddfe
|
2013-11-16T09:44:28
|
|
Send the maxroll command to the bxf driver and store the value to see if we need to update it.
|
|
faecdca4
|
2013-11-16T09:15:16
|
|
Add sending of flush command to bxf on flush_work
|
|
667bb493
|
2013-11-16T09:08:04
|
|
Add flush and version commands to bxf start up, flush buffer and try to parse version response string.
|
|
ee4d5a64
|
2013-11-16T08:36:27
|
|
Abstract out bxf recv message.
|
|
c59d260b
|
2013-11-16T08:19:57
|
|
Add extra bxf commands to usbutils
|
|
e051e1bd
|
2013-11-16T08:14:38
|
|
Abstract out bxf send message to allow us to easily add extra commands.
|
|
324df855
|
2013-11-15T23:46:41
|
|
Don't run device restart code if the device is not enabled.
|
|
dcd6c688
|
2013-11-15T23:20:14
|
|
One more space in bitfury statline.
|
|
8dfcf1bf
|
2013-11-15T23:18:15
|
|
Expand size of bitfury statline
|
|
12a2ded6
|
2013-11-15T22:57:41
|
|
Various driver fixes for bitfury devices, including a flag from when first valid work appears.
|
|
a51bde3e
|
2013-11-15T22:35:10
|
|
Look up work results in bxf driver from correct variable.
|
|
0508610f
|
2013-11-15T17:43:51
|
|
Correct incorrect error code in bxf driver for usb writes and add debugging.
|
|
f785ae5d
|
2013-11-15T17:34:06
|
|
Add bxf details to usbutils.
|
|
aef6341f
|
2013-11-15T17:21:03
|
|
Merge branch 'master' into bxf
|
|
efc38401
|
2013-11-14T15:02:24
|
|
Merge pull request #521 from mborodin/upstream
Some meory leaks fixed
|
|
488b2ba5
|
2013-11-14T21:25:52
|
|
Merge branch 'master' into bxf
|
|
2e9afa38
|
2013-11-14T21:24:54
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
3aac6ebd
|
2013-11-14T15:50:56
|
|
Implement a statline showing temperature for bxf
|
|
5253eb7e
|
2013-11-14T15:44:21
|
|
Add api data for bxf device, sharing the hashrate function with bf1.
|
|
25dd5fb0
|
2013-11-14T15:32:49
|
|
Count no matching work as a hw error on bxf
|
|
1585ac3a
|
2013-11-14T15:23:02
|
|
Add BXF to udev rules.
|
|
770cd8e6
|
2013-11-14T14:13:07
|
|
Work id should be hexadecimal in bxf messages.
|
|
e29e84ae
|
2013-11-14T14:04:54
|
|
Add unrecognised string debugging to bxf driver.
|
|
b679337c
|
2013-11-14T13:57:09
|
|
Implement the main scanloop for bxf, trying to prevent it from ntime rolling work if the work protocol does not allow it.
|
|
8a710a68
|
2013-11-14T13:21:58
|
|
Parse bxf work submits fully, submitting the results.
|
|
4494292a
|
2013-11-14T13:08:35
|
|
Provide a function for setting the work ntime.
|
|
6f8fbd39
|
2013-11-14T13:01:54
|
|
Implement a skeleton parse bxf submit function.
|
|
5e147c69
|
2013-11-14T12:49:59
|
|
Use the bxf read thread to set the device target and send its first work item.
|
|
418664ad
|
2013-11-14T12:39:15
|
|
Implement a bxf send work function and set update and restart functions to sending new work since that's the equivalent for that device.
|
|
977943b3
|
2013-11-14T12:08:48
|
|
Add temperature parsing to bxf driver
|
|
c1c834a6
|
2013-11-14T11:58:21
|
|
Create and destroy a basic bxf read thread.
|
|
18d1a9d7
|
2013-11-14T11:35:47
|
|
Remove the buffer from bitfury info since it is only used on one pass in the bf1 device.
|
|
28d93514
|
2013-11-14T11:33:15
|
|
Add a rudimentary bxf detect one function.
|
|
174b9fd6
|
2013-11-14T11:27:43
|
|
Rename all bf1 specific functions in the bitfury driver, using a switch to choose correct function.
|
|
c2275a81
|
2013-11-14T11:15:18
|
|
Rename bitfury_getinfo to bf1_getinfo since it's unique to bf1 devices.
|
|
1d0d9fba
|
2013-11-14T11:11:01
|
|
Separate out the bf1 reset from bitfury reset.
|
|
e7758fcd
|
2013-11-14T11:05:24
|
|
Store the bitfury identity in the info struct.
|
|
2ac62e02
|
2013-11-14T11:04:38
|
|
BaB - updated tested OS comment
|
|
67c3826b
|
2013-11-14T10:37:23
|
|
Uniquely identify the BF1 and BXF bitfury devices.
|
|
ad624b93
|
2013-11-14T08:36:19
|
|
Remove the default libusb WinUsb pipe policies that don't suit us.
|
|
9228ba32
|
2013-11-14T08:31:04
|
|
Only set the winusb pipe policy if it doesn't match our requirements instead of every transfer.
|
|
1aadb909
|
2013-11-14T01:42:08
|
|
klondike - dont try to flush if not initialised
|
|
98329cb3
|
2013-11-14T01:17:57
|
|
api.c trylock() add missing locklock
|
|
afb710f3
|
2013-11-14T00:58:21
|
|
Use our new zero length packet support directly in windows.
|
|
911eb010
|
2013-11-14T00:57:25
|
|
Enable support for zero length packet on windows and auto clear pipe stalls.
|
|
8aea6859
|
2013-11-13T11:57:29
|
|
util.c: Decreasing reference count on allocated JSON obects to prevent memory leak
|
|
b1c3af57
|
2013-11-13T11:42:33
|
|
api.c: Release apisock on error in api()
|
|
1a672cd6
|
2013-11-13T11:36:12
|
|
api.c: Release io_data->ptr when releasing io_data in io_free()
|
|
55cbb2d2
|
2013-11-13T22:27:58
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
8edba014
|
2013-11-13T21:54:21
|
|
We can't connect to a GBT pool at all with fix protocol enabled.
|
|
013c93f7
|
2013-11-13T20:01:41
|
|
Initialise the stgd lock mutex earlier to prevent dereferences when pool testing occurs before it.
|
|
eac185e8
|
2013-11-11T13:21:41
|
|
Klondike support I2C USB layout also - as KLI
|
|
68d23521
|
2013-11-12T22:20:49
|
|
Return error codes in avalon_read() if they're not timeouts.
|
|
9bb1f17a
|
2013-11-12T20:42:27
|
|
Break out of the avalon idle loop if we get a send error.
|
|
2d2204b0
|
2013-11-12T17:29:30
|
|
merge upstream
|
|
ecedd772
|
2013-11-12T17:28:45
|
|
Set avalon ftdi latency to just less than the time it would take to fill the ftdi buffer at 115200 baud
|
|
c080c172
|
2013-11-12T10:33:39
|
|
Update example.conf
|
|
b74af263
|
2013-11-12T07:40:35
|
|
Only limit packetsize on usb out writes.
|
|
ec09fd6b
|
2013-11-11T21:22:47
|
|
We must chop up every 64 bytes returned on an ftdi chip, not just the first 2 bytes so revert to parsing the data internally in the avalon instead of using usbutils' simple ftdi parser.
|
|
9a036bc8
|
2013-11-11T18:05:57
|
|
Only retry 3 times in hfa_reset.
|
|
a4a1b942
|
2013-11-11T17:55:24
|
|
Only add_cgpu in hashfast driver once we have a real driver set up.
|
|
10c09c4c
|
2013-11-11T17:47:59
|
|
Clean up properly if hfa_detect_common fails in the hashfast driver.
|
|
dc6574e6
|
2013-11-11T08:57:32
|
|
--shares should be scaled to diff1 not absolute number of shares
|
|
1ee7a457
|
2013-11-11T07:28:47
|
|
Bump version to 3.8.1
|
|
8467d448
|
2013-11-11T07:11:06
|
|
Revert "Send a zero length packet at the end of every usb transfer on windows in case libusb internally has batched them into one maxpacket sized."
This reverts commit 4e7b7f6f1802df2cd78c84bb93ff64acf51ca075.
|
|
52fe7126
|
2013-11-10T21:33:00
|
|
Bump version to 3.8.0
|
|
772ec5c9
|
2013-11-10T21:36:16
|
|
NEWS update.
|
|
e94f074c
|
2013-11-10T21:14:33
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
2acc2a29
|
2013-11-10T21:14:13
|
|
More README updates.
|
|
04fe870f
|
2013-11-10T20:54:35
|
|
api update verison to 2.0 and remove GPU form API-README
|
|
742bc27d
|
2013-11-10T20:47:34
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
a5dd1dd2
|
2013-11-10T20:45:50
|
|
Remove now unused scrypt files.
|
|
e7b718b1
|
2013-11-10T20:44:24
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
0a0ce3b8
|
2013-11-10T20:42:35
|
|
api.c remove all GPU/gpu references and correct code as required
|
|
a5f2bbba
|
2013-11-10T20:26:59
|
|
Minor README updates.
|
|
ec9cf3ca
|
2013-11-10T20:20:45
|
|
Rudimentary removal of GPU OpenCL and Scrypt features from api.c
|
|
b58d1b37
|
2013-11-10T20:14:56
|
|
Reorder configure alphabetically for devices to compile and fail if no support is selected to be compiled in.
|
|
28137c8e
|
2013-11-10T20:07:36
|
|
Merge branch 'master' into nogpu
Conflicts:
configure.ac
|
|
92674e9e
|
2013-11-10T01:04:31
|
|
Merge pull request #519 from kanoi/master
Configure source for a new BaB driver
|
|
385d2f9e
|
2013-11-10T20:02:30
|
|
BaB update/format some comments
|
|
811da2ef
|
2013-11-10T19:33:13
|
|
BlackArrowBitfury early GPIO V1 driver
|
|
da075689
|
2013-11-10T19:19:18
|
|
Merge branch 'master' into nogpu
|
|
0b64d438
|
2013-11-10T18:13:26
|
|
Fine tune the reading of results in bitfury driver to not lose any across work restarts or corrupt due to store results not parsed during restart.
|
|
4e7b7f6f
|
2013-11-10T17:49:49
|
|
Send a zero length packet at the end of every usb transfer on windows in case libusb internally has batched them into one maxpacket sized.
|
|
53451bfb
|
2013-11-10T15:13:57
|
|
Update style.
|
|
b257cb18
|
2013-11-10T15:08:07
|
|
Merge branch 'master' of https://github.com/Roanoak/cgminer into hfa
|
|
9be89368
|
2013-11-10T15:04:50
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
158e24f9
|
2013-11-10T14:45:38
|
|
Framework for ntime rolling, keep looking for OP_USB_INIT replies when other packets received
|
|
f792b1be
|
2013-11-10T11:18:37
|
|
Configure source for a new BaB driver
|
|
4a87dff9
|
2013-11-09T16:07:49
|
|
Merge pull request #518 from kanoi/master
sha2 allow external access to some macros and the K array
|
|
77a2ad21
|
2013-11-10T11:06:29
|
|
sha2 allow external access to some macros and the K array
|
|
51f5b97e
|
2013-11-09T15:47:25
|
|
Merge pull request #517 from LiveJay/master
Fixed a math issue when reporting fan speed on the status line.
|
|
0124217d
|
2013-11-09T09:56:54
|
|
Fixed a math issue when reporting fan speed on the status line.
|
|
b0573a07
|
2013-11-09T23:23:01
|
|
Merge branch 'master' into nogpu
|
|
39bb352d
|
2013-11-09T23:22:36
|
|
Add make command to build description.
|
|
be8b4f97
|
2013-11-09T17:25:18
|
|
Use the main hashlist to store work done in the bitfury driver and remove work from the list by time, thereby fixing the duplicates at startup. Count hardware errors for when no match occurs.
|
|
a02dc6f4
|
2013-11-07T11:01:22
|
|
Add a get and queue helper work function.
|