|
fdcac442
|
2013-10-30T19:54:59
|
|
Remove duplicate HF_SEQUENCE_DISTANCE() macro, and duplicate hash_sequence from info structure
|
|
d6e9a5ac
|
2013-10-30T19:54:26
|
|
Change SEQUENCE_DISTANCE() macro to HF_SEQUENCE_DISTANCE()
|
|
065054f6
|
2013-10-30T18:02:51
|
|
Structure changes for OP_NONCE, add big endian header
|
|
5c9f3036
|
2013-10-29T22:25:05
|
|
Merge branch 'master' into hashfast
|
|
f75fdbbb
|
2013-08-22T16:02:02
|
|
Improve performance of work generation by optimizing hex2bin and bin2hex
sprintf is a very expensive function, do direct translation instead.
|
|
3e93b268
|
2013-10-29T19:46:35
|
|
klondike - change options to clock and temptarget only
|
|
5ce372e5
|
2013-10-29T20:48:21
|
|
klondike - fix another uninit dev warning
|
|
b4eb870a
|
2013-10-29T19:37:26
|
|
klondike - downgrade 'late update' but add an idle detect - and correct error levels
|
|
4153d907
|
2013-10-29T19:17:44
|
|
klondike - fix isc uninit warning
|
|
2bfd8e2a
|
2013-10-27T14:41:50
|
|
Merge pull request #513 from kanoi/master
klondike - drop unresponsive devices
|
|
037f430b
|
2013-10-28T08:36:29
|
|
klondike - drop the device for hotplug if it's unresponsive
|
|
5bd1b560
|
2013-10-28T07:41:15
|
|
usbutils - usb_nodev() allow a driver to drop a device
|
|
50c83773
|
2013-10-28T00:30:17
|
|
klondike - single 'shutdown' and ensure it happens
|
|
a39a38ea
|
2013-10-27T06:14:09
|
|
Merge pull request #512 from kanoi/master
klondike remove SCNu8 - unsupported on windows
|
|
0e4997a7
|
2013-10-28T00:12:43
|
|
klondike remove SCNu8 - unsupported on windows
|
|
a821df6a
|
2013-10-27T13:41:50
|
|
Correctly calculate sleep_estimate in usbutils that may have been preventing usecps from working.
|
|
b424612c
|
2013-10-27T13:35:47
|
|
Use a sanity check on timeout on windows.
|
|
36c6da8a
|
2013-10-27T00:46:19
|
|
Reinstate block solve testing.
|
|
3f6b9d67
|
2013-10-27T00:27:39
|
|
Dramatically simplify the calculation of blockdiff.
|
|
ca919947
|
2013-10-26T23:14:34
|
|
Simplify the set_target function, allowing it to work properly for fractional diffs.
|
|
4940b719
|
2013-10-26T22:12:34
|
|
Merge branch 'master' into hashfast
|
|
1e359657
|
2013-10-26T20:28:27
|
|
Bump version to 3.6.6
|
|
e8abedb9
|
2013-10-26T20:28:04
|
|
Update NEWS.
|
|
691a681f
|
2013-10-26T20:24:51
|
|
Remove inappropriate extra locking in _usb_transfer_read
|
|
2d67bb06
|
2013-10-26T16:22:13
|
|
Merge branch 'master' into hashfast
|
|
47554f86
|
2013-10-26T14:51:01
|
|
Bump version to 3.6.5
|
|
5b1d46ea
|
2013-10-26T14:23:20
|
|
Update README for build options.
|
|
1da5592f
|
2013-10-26T14:19:26
|
|
Update NEWS
|
|
f9d3d008
|
2013-10-25T20:11:24
|
|
Merge pull request #509 from roybadami/master
Improvements to support for BitBurner boards
|
|
a95dfb14
|
2013-10-25T23:18:15
|
|
klondike - fix uninitialised dev bug
|
|
e1b4aa98
|
2013-10-25T14:42:35
|
|
Merge branch 'master' into hashfast
|
|
3ffc3f1d
|
2013-10-25T14:41:23
|
|
Adjust the binary ntime data in submit_noffset_nonce even when there is no hex ntime string for eg. gbt.
|
|
f29f6121
|
2013-10-25T14:35:56
|
|
Merge branch 'master' into hashfast
|
|
316e6d61
|
2013-10-25T14:29:43
|
|
Put an entry into the work struct telling drivers how much they can roll the ntime themselves.
|
|
0657b64e
|
2013-10-25T13:36:21
|
|
Only set libusb cancellable status if the transfer succeeds.
|
|
4728dd82
|
2013-10-25T12:54:10
|
|
Remove the applog on miner threads dying to prevent deadlocks on exit.
|
|
4c979d75
|
2013-10-25T12:46:47
|
|
Do one extra guaranteed libusb event handling before testing if there are any pending async usb transfers.
|
|
0da551fa
|
2013-10-25T12:30:39
|
|
Use a linked list for all usb transfers instead of just cancellable ones.
|
|
d342bcbe
|
2013-10-25T11:56:32
|
|
Provide a mechanism for informing drivers of updated work templates for stratum and gbt mining.
|
|
8795fbc2
|
2013-10-24T22:45:51
|
|
Remove modified Bitburner avalon defaults - I was mistaken about maximum
stack size
|
|
7b5884ca
|
2013-10-25T08:43:55
|
|
Add cancellable transfers correctly to the ct_list
|
|
e22035f0
|
2013-10-25T05:10:08
|
|
Check for presence of thr in icarus get nonce for startup nonce testing to work.
|
|
f8fdff4a
|
2013-10-25T04:25:32
|
|
Use cancellable usb transfers in the icarus driver to avoid having to loop and poll when waiting for a response and to speed up work restart response time.
|
|
2b998936
|
2013-10-25T04:13:32
|
|
Add a usb_read_ii_timeout_cancellable wrapper
|
|
9d8e3df0
|
2013-10-25T04:07:09
|
|
Add usb transfer cancellation on shutdown and documentation regarding where cancellable transfers are suitable.
|
|
eb5b6114
|
2013-10-24T22:26:48
|
|
Use cancellable transfers on bitfury device.
|
|
d2feacdf
|
2013-10-24T22:26:13
|
|
Cancel cancellable usb transfers on work restart messages.
|
|
51660838
|
2013-10-24T21:58:25
|
|
Don't bother having a separate cancellable transfer struct for usb transfers, simply include the list in the usb_transfer struct.
|
|
c96f0965
|
2013-10-24T21:54:35
|
|
Add wrappers for usb_read_cancellable and usb_read_timeout_cancellable
|
|
c2c69877
|
2013-10-24T21:52:50
|
|
Specifically set the cancellable state for it to not be uninitialised in the usb transfer struct.
|
|
b52bb5c9
|
2013-10-24T21:50:52
|
|
Alter the usb cancellable list only under cgusb_fd_lock write lock.
|
|
19ec360f
|
2013-10-24T21:45:41
|
|
Pass the cancellable option to _usb_read options to decide on whether to add usb transfers to the list of cancellable transfers.
|
|
2b075ccc
|
2013-10-24T21:42:04
|
|
Create a linked list of potentially cancellable usb transfers.
|
|
b639e688
|
2013-10-24T21:19:29
|
|
Merge branch 'master' into hashfast
|
|
448f8dde
|
2013-10-24T21:15:36
|
|
Don't attempt to disable curses or print a summary during an app restart to prevent deadlocks.
|
|
251b71ba
|
2013-10-24T20:42:39
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
81dfe60d
|
2013-10-24T20:41:55
|
|
Keep the libusb event handle polling thread active until there are no async usb transfers in progress.
|
|
824aa5cb
|
2013-10-24T20:36:53
|
|
Keep a global counter of how many async usb transfers are in place.
|
|
856471e3
|
2013-10-24T20:32:17
|
|
Perform libusb_submit_transfer under the write variant of cgusb_fd_lock
|
|
3c2647d4
|
2013-10-23T14:14:11
|
|
Merge pull request #511 from kanoi/master
klondike - error condition handling
|
|
8437805f
|
2013-10-24T03:44:04
|
|
klondike - error condition handling
|
|
5ea6a8ea
|
2013-10-23T22:45:56
|
|
Merge branch 'master' into hashfast
Conflicts:
Makefile.am
|
|
4f7b6fe4
|
2013-10-23T22:40:13
|
|
Avoid entering static libusb directory if --with-system-libusb is enabled.
|
|
e7642132
|
2013-10-23T22:31:00
|
|
Minor opencl build corrections.
|
|
ed16f32d
|
2013-10-23T22:24:58
|
|
Enable dynamic linking against system libusb --with-system-libusb
|
|
9fa8e920
|
2013-10-23T21:29:42
|
|
Modify Makefile to only include opencl related code when configured in.
|
|
05478b59
|
2013-10-23T21:19:03
|
|
Convert opencl to need to be explicitly enabled during build with --enable-opencl
|
|
d2719e31
|
2013-10-23T20:38:15
|
|
Implement a cglock_destroy function.
|
|
de4ad515
|
2013-10-23T20:37:10
|
|
Implement a rwlock_destroy function.
|
|
6bd5139c
|
2013-10-23T20:34:50
|
|
Implement a mutex_destroy function.
|
|
fc6472fc
|
2013-10-23T12:55:32
|
|
Minor buildfix for other platforms.
|
|
669bcac3
|
2013-10-23T12:06:20
|
|
Merge branch 'master' into hashfast
|
|
269a145a
|
2013-10-23T10:45:22
|
|
Add usb command name to critical libusb error reporting.
|
|
ce61b9b0
|
2013-10-23T10:19:48
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
8dcbc86b
|
2013-10-23T09:55:10
|
|
Use windows' own higher resolution time and handlers allowing us to have higher precision absolute timeouts.
|
|
563cad18
|
2013-10-23T09:13:50
|
|
Fix lldiv error in windows cgminer_t calculation.
|
|
9932c955
|
2013-10-22T19:30:03
|
|
miner.php correct sort gen field names largest to smallest
|
|
d9449b25
|
2013-10-22T19:27:44
|
|
api ... the code related to device elapsed
|
|
939b8d00
|
2013-10-22T17:18:42
|
|
Merge branch 'master' into hashfast
|
|
cac7cdb2
|
2013-10-22T10:26:56
|
|
api add device elapsed since hotplug devices Elapsed is less than cgminer Elapsed
|
|
5ee279ca
|
2013-10-21T13:30:17
|
|
Add atmel init sequence likely to be required on hashfast for windows to work.
|
|
75726f6e
|
2013-10-21T13:15:52
|
|
Implement max temp and volt monitoring on statline for hashfast driver.
|
|
f5679aaa
|
2013-10-21T12:50:45
|
|
Check for nodev on hashfast driver and disable it if it has disappeared.
|
|
1eb18061
|
2013-10-21T12:42:54
|
|
Limit the number of work items we queue at any one time in the hashfast driver and do not keep updating the job count during the scanwork() loop to prevent indefinitely changing our tail.
|
|
ad8e0f13
|
2013-10-21T12:25:15
|
|
Free hashfast structures allocated on driver shutdown.
|
|
44cc52c3
|
2013-10-21T12:18:42
|
|
Drop usb buffering message to debug logging level.
|
|
6493b976
|
2013-10-21T12:18:42
|
|
Drop usb buffering message to debug logging level.
|
|
cbb72aa0
|
2013-10-21T12:17:13
|
|
Drop sending op_usb_init message level in hashfast driver to verbose logging.
|
|
2a92d2ad
|
2013-10-21T12:14:24
|
|
Make the cmd stored in hfa_cmd structure a uint8_t to match opcodes.
|
|
a9996115
|
2013-10-21T11:20:47
|
|
Op work restart needs a usb command macro offset for hashfast driver.
|
|
1bafafb5
|
2013-10-21T11:05:38
|
|
Enable USB buffers for hashfast on initialise and clear buffers where appropriate.
|
|
17baf454
|
2013-10-20T16:52:34
|
|
Send correct command with hfa_send_frame in hashfast driver.
|
|
eb1f54fb
|
2013-10-20T15:53:19
|
|
Add die temperatures and voltages to hashfast api output.
|
|
5acaf1fd
|
2013-10-20T15:27:54
|
|
Add die statistics to hashfast api output.
|
|
9645c1a1
|
2013-10-20T15:19:35
|
|
Add asic and core counts to hashfast api data.
|
|
1124853b
|
2013-10-20T15:17:00
|
|
Add hf_long_usb_stats1 to hashfast api data.
|
|
063b2db7
|
2013-10-20T15:06:03
|
|
Add hf_usb_init_base info to hashfast api output.
|
|
273b04be
|
2013-10-20T13:22:14
|
|
Do the ntime binary modification to the work struct when submitting an ntime offset nonce within submit_noffset_nonce
|
|
572c8b96
|
2013-10-20T13:22:14
|
|
Do the ntime binary modification to the work struct when submitting an ntime offset nonce within submit_noffset_nonce
|
|
a9835b04
|
2013-10-20T11:46:45
|
|
Implement a shutdown routine for the hashfast driver.
|