|
f5c69237
|
2013-10-25T16:19:48
|
|
Merge branch 'master' of github.com:ckolivas/cgminer into new_protocol
Conflicts:
usbutils.c
|
|
e94b4210
|
2013-10-25T15:42:39
|
|
Buffering is a debug-level detail not something most people will care about
|
|
13fd8e30
|
2013-10-25T14:52:44
|
|
Add configuration command
|
|
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.
|
|
316e6d61
|
2013-10-25T14:29:43
|
|
Put an entry into the work struct telling drivers how much they can roll the ntime themselves.
|
|
9f12b6d1
|
2013-10-25T14:23:13
|
|
Replace remaining references to bitfury with drillbit
|
|
7dcb4fb5
|
2013-10-25T13:47:44
|
|
Add protocol queueing support, keep asics pipelined
|
|
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.
|
|
316db31e
|
2013-10-25T11:11:46
|
|
Remove some spurious debug, time out ASICs who are slow to respond
|
|
d342bcbe
|
2013-10-25T11:56:32
|
|
Provide a mechanism for informing drivers of updated work templates for stratum and gbt mining.
|
|
bbf8a00c
|
2013-10-25T10:50:03
|
|
Hashing with new protocol
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
cac7cdb2
|
2013-10-22T10:26:56
|
|
api add device elapsed since hotplug devices Elapsed is less than cgminer Elapsed
|
|
44cc52c3
|
2013-10-21T12:18:42
|
|
Drop usb buffering message to debug logging level.
|
|
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
|
|
eed0afcd
|
2013-10-19T13:29:59
|
|
Convert libusb transfer errors to regular libusb error messages to allow for accurate message reporting.
|
|
43699c76
|
2013-10-18T23:45:41
|
|
Bump version to 3.6.4
|
|
d58f2f0f
|
2013-10-18T23:45:19
|
|
Update NEWS.
|
|
d77f3672
|
2013-10-18T23:42:02
|
|
Fixing the memory leak for remaining semaphores means we can go back to using async transfers on other OSes with our own timeout management again.
|
|
06776af0
|
2013-10-18T23:34:55
|
|
Use the forcelog function on shutdown to cope with indeterminate console lock states due to killing of threads.
|
|
8e9f32a8
|
2013-10-18T23:30:05
|
|
Add a forcelog variant of applog which invalidates any console lock to force output.
|
|
39563824
|
2013-10-18T22:04:21
|
|
Send pthread_cancel to failed completion_timeout that has timed out.
|
|
680f014c
|
2013-10-18T14:58:33
|
|
Simplify queued hashtable by storing unqueued work separately in a single pointer.
|
|
dfa849ab
|
2013-10-18T10:42:43
|
|
bflsc use getinfo chip parallelization if it is present
|
|
4aa84abb
|
2013-10-18T10:30:16
|
|
bflsc - fix brackets so [Chips] isn't always null
|
|
7838af1d
|
2013-10-18T10:51:44
|
|
Remove unused variables.
|
|
40821d1f
|
2013-10-18T10:44:56
|
|
Use cgcompletion timeouts for the unreliable shutdown functions on kill_work.
|
|
0430165f
|
2013-10-18T10:26:31
|
|
Fix cgcompletion return code and free on successful completion.
|
|
f826e357
|
2013-10-18T10:14:51
|
|
Provide a cg_completion_timeout helper function for unreliable functions that takes arbitrary functions and parameters and reliably returns.
|
|
b1fc68b5
|
2013-10-17T13:54:44
|
|
Merge pull request #508 from kanoi/master
klondike rewrite work control
|
|
789d448e
|
2013-10-18T07:05:35
|
|
Perform sync transfers on shutdown to allow final transfers to complete.
|
|
011f2d30
|
2013-10-18T06:56:13
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
ad8d9497
|
2013-10-18T06:55:30
|
|
Destroy cgsems used after transfers to not leave open files on osx.
|
|
03d9f56a
|
2013-10-18T01:04:20
|
|
klondike rewrite work control
|
|
c9adb192
|
2013-10-18T00:54:37
|
|
allow __work_complete() access
|
|
3fc7ff45
|
2013-10-16T01:54:54
|
|
miner.h allow devices to tv_stamp work
|
|
06ed3e38
|
2013-10-17T20:32:56
|
|
Bump version to 3.6.3
|
|
4b443961
|
2013-10-17T20:30:11
|
|
Update NEWS
|
|
c04f3bf3
|
2013-10-17T20:27:35
|
|
Merge branch 'master' into mergelibusb
|
|
514b3c42
|
2013-10-17T19:45:20
|
|
API add 'MHS %ds' to 'summary'
|
|
d3d3fc13
|
2013-10-17T16:14:45
|
|
Optional lock tracking and stats via the API
|
|
685c2ace
|
2013-10-17T20:03:31
|
|
Speed up polling repeat again in usb poll thread and handle async after the message to disable polling is complete.
|
|
920c0bd9
|
2013-10-17T01:46:24
|
|
Merge pull request #507 from kanoi/master
API add 'MHS %ds' to 'summary'
|
|
55e233d5
|
2013-10-17T19:45:20
|
|
API add 'MHS %ds' to 'summary'
|
|
103bc0ba
|
2013-10-17T18:52:07
|
|
Revert to using timeouts on !linux since libusb leaks memory without them.
|
|
bf810a10
|
2013-10-17T00:37:15
|
|
Merge pull request #506 from kanoi/master
optional lock reporting in the API and klondike work redesign
|
|
c2073f09
|
2013-10-17T16:14:45
|
|
Optional lock tracking and stats via the API
|
|
74a4ccba
|
2013-10-17T00:19:12
|
|
Bump version to 3.6.2
|
|
eac5d49d
|
2013-10-17T00:16:39
|
|
Update NEWS.
|
|
65b130cd
|
2013-10-16T23:31:11
|
|
Remove unused components of jansson
|
|
4ed54d8c
|
2013-10-16T23:28:21
|
|
Remove unused parts of libusb
Conflicts:
compat/libusb-1.0/doc/Makefile.am
compat/libusb-1.0/doc/doxygen.cfg.in
compat/libusb-1.0/examples/Makefile.am
compat/libusb-1.0/examples/dpfp.c
compat/libusb-1.0/examples/dpfp_threaded.c
compat/libusb-1.0/examples/hotplugtest.c
compat/libusb-1.0/examples/listdevs.c
compat/libusb-1.0/examples/sam3u_benchmark.c
|
|
539f2c35
|
2013-10-16T23:17:55
|
|
Work around older libtoolize that fails without top ltmain.sh not being present during autogen
|
|
40034ba1
|
2013-10-16T22:30:51
|
|
Add m4 directory to jansson
|
|
ec4dfc5e
|
2013-10-16T22:26:46
|
|
Fix open coded use of autoreconf in autogen
|
|
77cffa2f
|
2013-10-16T22:14:36
|
|
Update jansson to only build parts we require and suited to our build environment.
|
|
d529a3fd
|
2013-10-16T22:02:03
|
|
Initial import of jansson-2.5
|
|
955e971d
|
2013-10-16T20:47:26
|
|
Prevent further USB transfers from occurring once the shutdown signal has been sent to prevent transfers getting stuck and libusb failing to shut down.
|
|
bec75b61
|
2013-10-16T20:34:51
|
|
Make the USB polling thread poll every second to potentially aid longer timeout transfers.
|
|
f821d0fb
|
2013-10-15T13:31:07
|
|
Set device_diff on work in get_work to not be missed with drivers that use get_work directly.
|
|
330e6428
|
2013-10-15T10:03:03
|
|
Convert icarus driver to hash_driver_work model.
|
|
addb8481
|
2013-10-15T02:02:30
|
|
bflsc - also allow ' 0' in DEVICES IN CHAIN
|
|
8455cc3f
|
2013-10-15T01:55:31
|
|
bflsc - allow a 0 in DEVICES IN CHAIN
|
|
c70cea27
|
2013-10-17T00:19:12
|
|
Bump version to 3.6.2
|
|
a461a912
|
2013-10-17T00:16:39
|
|
Update NEWS.
|