Log

Author Commit Date CI Message
Con Kolivas e1b4aa98 2013-10-25T14:42:35 Merge branch 'master' into hashfast
Con Kolivas 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.
Con Kolivas f29f6121 2013-10-25T14:35:56 Merge branch 'master' into hashfast
Con Kolivas 316e6d61 2013-10-25T14:29:43 Put an entry into the work struct telling drivers how much they can roll the ntime themselves.
Con Kolivas 0657b64e 2013-10-25T13:36:21 Only set libusb cancellable status if the transfer succeeds.
Con Kolivas 4728dd82 2013-10-25T12:54:10 Remove the applog on miner threads dying to prevent deadlocks on exit.
Con Kolivas 4c979d75 2013-10-25T12:46:47 Do one extra guaranteed libusb event handling before testing if there are any pending async usb transfers.
Con Kolivas 0da551fa 2013-10-25T12:30:39 Use a linked list for all usb transfers instead of just cancellable ones.
Con Kolivas d342bcbe 2013-10-25T11:56:32 Provide a mechanism for informing drivers of updated work templates for stratum and gbt mining.
Con Kolivas 7b5884ca 2013-10-25T08:43:55 Add cancellable transfers correctly to the ct_list
Con Kolivas e22035f0 2013-10-25T05:10:08 Check for presence of thr in icarus get nonce for startup nonce testing to work.
Con Kolivas 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.
Con Kolivas 2b998936 2013-10-25T04:13:32 Add a usb_read_ii_timeout_cancellable wrapper
Con Kolivas 9d8e3df0 2013-10-25T04:07:09 Add usb transfer cancellation on shutdown and documentation regarding where cancellable transfers are suitable.
Con Kolivas eb5b6114 2013-10-24T22:26:48 Use cancellable transfers on bitfury device.
Con Kolivas d2feacdf 2013-10-24T22:26:13 Cancel cancellable usb transfers on work restart messages.
Con Kolivas 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.
Con Kolivas c96f0965 2013-10-24T21:54:35 Add wrappers for usb_read_cancellable and usb_read_timeout_cancellable
Con Kolivas c2c69877 2013-10-24T21:52:50 Specifically set the cancellable state for it to not be uninitialised in the usb transfer struct.
Con Kolivas b52bb5c9 2013-10-24T21:50:52 Alter the usb cancellable list only under cgusb_fd_lock write lock.
Con Kolivas 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.
Con Kolivas 2b075ccc 2013-10-24T21:42:04 Create a linked list of potentially cancellable usb transfers.
Con Kolivas b639e688 2013-10-24T21:19:29 Merge branch 'master' into hashfast
Con Kolivas 448f8dde 2013-10-24T21:15:36 Don't attempt to disable curses or print a summary during an app restart to prevent deadlocks.
Con Kolivas 251b71ba 2013-10-24T20:42:39 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 81dfe60d 2013-10-24T20:41:55 Keep the libusb event handle polling thread active until there are no async usb transfers in progress.
Con Kolivas 824aa5cb 2013-10-24T20:36:53 Keep a global counter of how many async usb transfers are in place.
Con Kolivas 856471e3 2013-10-24T20:32:17 Perform libusb_submit_transfer under the write variant of cgusb_fd_lock
kanoi 3c2647d4 2013-10-23T14:14:11 Merge pull request #511 from kanoi/master klondike - error condition handling
Kano 8437805f 2013-10-24T03:44:04 klondike - error condition handling
Con Kolivas 5ea6a8ea 2013-10-23T22:45:56 Merge branch 'master' into hashfast Conflicts: Makefile.am
Con Kolivas 4f7b6fe4 2013-10-23T22:40:13 Avoid entering static libusb directory if --with-system-libusb is enabled.
Con Kolivas e7642132 2013-10-23T22:31:00 Minor opencl build corrections.
Con Kolivas ed16f32d 2013-10-23T22:24:58 Enable dynamic linking against system libusb --with-system-libusb
Con Kolivas 9fa8e920 2013-10-23T21:29:42 Modify Makefile to only include opencl related code when configured in.
Con Kolivas 05478b59 2013-10-23T21:19:03 Convert opencl to need to be explicitly enabled during build with --enable-opencl
Con Kolivas d2719e31 2013-10-23T20:38:15 Implement a cglock_destroy function.
Con Kolivas de4ad515 2013-10-23T20:37:10 Implement a rwlock_destroy function.
Con Kolivas 6bd5139c 2013-10-23T20:34:50 Implement a mutex_destroy function.
Con Kolivas fc6472fc 2013-10-23T12:55:32 Minor buildfix for other platforms.
Con Kolivas 669bcac3 2013-10-23T12:06:20 Merge branch 'master' into hashfast
Con Kolivas 269a145a 2013-10-23T10:45:22 Add usb command name to critical libusb error reporting.
Con Kolivas ce61b9b0 2013-10-23T10:19:48 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 8dcbc86b 2013-10-23T09:55:10 Use windows' own higher resolution time and handlers allowing us to have higher precision absolute timeouts.
Con Kolivas 563cad18 2013-10-23T09:13:50 Fix lldiv error in windows cgminer_t calculation.
Kano 9932c955 2013-10-22T19:30:03 miner.php correct sort gen field names largest to smallest
Kano d9449b25 2013-10-22T19:27:44 api ... the code related to device elapsed
Con Kolivas 939b8d00 2013-10-22T17:18:42 Merge branch 'master' into hashfast
Kano cac7cdb2 2013-10-22T10:26:56 api add device elapsed since hotplug devices Elapsed is less than cgminer Elapsed
Con Kolivas 5ee279ca 2013-10-21T13:30:17 Add atmel init sequence likely to be required on hashfast for windows to work.
Con Kolivas 75726f6e 2013-10-21T13:15:52 Implement max temp and volt monitoring on statline for hashfast driver.
Con Kolivas f5679aaa 2013-10-21T12:50:45 Check for nodev on hashfast driver and disable it if it has disappeared.
Con Kolivas 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.
Con Kolivas ad8e0f13 2013-10-21T12:25:15 Free hashfast structures allocated on driver shutdown.
Con Kolivas 44cc52c3 2013-10-21T12:18:42 Drop usb buffering message to debug logging level.
Con Kolivas 6493b976 2013-10-21T12:18:42 Drop usb buffering message to debug logging level.
Con Kolivas cbb72aa0 2013-10-21T12:17:13 Drop sending op_usb_init message level in hashfast driver to verbose logging.
Con Kolivas 2a92d2ad 2013-10-21T12:14:24 Make the cmd stored in hfa_cmd structure a uint8_t to match opcodes.
Con Kolivas a9996115 2013-10-21T11:20:47 Op work restart needs a usb command macro offset for hashfast driver.
Con Kolivas 1bafafb5 2013-10-21T11:05:38 Enable USB buffers for hashfast on initialise and clear buffers where appropriate.
Con Kolivas 17baf454 2013-10-20T16:52:34 Send correct command with hfa_send_frame in hashfast driver.
Con Kolivas eb1f54fb 2013-10-20T15:53:19 Add die temperatures and voltages to hashfast api output.
Con Kolivas 5acaf1fd 2013-10-20T15:27:54 Add die statistics to hashfast api output.
Con Kolivas 9645c1a1 2013-10-20T15:19:35 Add asic and core counts to hashfast api data.
Con Kolivas 1124853b 2013-10-20T15:17:00 Add hf_long_usb_stats1 to hashfast api data.
Con Kolivas 063b2db7 2013-10-20T15:06:03 Add hf_usb_init_base info to hashfast api output.
Con Kolivas 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
Con Kolivas 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
Con Kolivas a9835b04 2013-10-20T11:46:45 Implement a shutdown routine for the hashfast driver.
Con Kolivas 71c6206d 2013-10-20T11:28:27 Remove unused statistics from hashfast driver struct and don't pack hashfast info structs since there is no need for them to match the device ones identically.
Con Kolivas 6b2a39d2 2013-10-20T11:23:42 Add op stats1 processing for the hashfast driver.
Con Kolivas 92a5a2d7 2013-10-20T11:11:35 Implement update_die_statistics for hashfast driver.
Con Kolivas 51548c61 2013-10-20T11:05:10 Move to consistent function names hfa_ for hashfast driver.
Con Kolivas 8218ba2f 2013-10-20T10:57:17 Implement OP_NONCE processing in hashfast driver read thread.
Con Kolivas 0ae3e1ec 2013-10-19T18:24:50 Implement update_die_status message parsing for hashfast.
Con Kolivas f340c52c 2013-10-19T18:19:23 Implement reading of a whole hashfast packet from the read thread and parsing it, implementing parsing of gwq status.
Con Kolivas 12be0113 2013-10-19T16:42:39 Updates to hf_protocol header
Con Kolivas 31e8ebaf 2013-10-19T16:08:17 Merge branch 'master' into hashfast
Con Kolivas eed0afcd 2013-10-19T13:29:59 Convert libusb transfer errors to regular libusb error messages to allow for accurate message reporting.
Con Kolivas 43699c76 2013-10-18T23:45:41 Bump version to 3.6.4
Con Kolivas d58f2f0f 2013-10-18T23:45:19 Update NEWS.
Con Kolivas 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.
Con Kolivas 06776af0 2013-10-18T23:34:55 Use the forcelog function on shutdown to cope with indeterminate console lock states due to killing of threads.
Con Kolivas 8e9f32a8 2013-10-18T23:30:05 Add a forcelog variant of applog which invalidates any console lock to force output.
Con Kolivas 39563824 2013-10-18T22:04:21 Send pthread_cancel to failed completion_timeout that has timed out.
Con Kolivas f5baf9f5 2013-10-18T19:12:13 Merge branch 'master' into hashfast Conflicts: usbutils.h
ckolivas 680f014c 2013-10-18T14:58:33 Simplify queued hashtable by storing unqueued work separately in a single pointer.
Kano dfa849ab 2013-10-18T10:42:43 bflsc use getinfo chip parallelization if it is present
Kano 4aa84abb 2013-10-18T10:30:16 bflsc - fix brackets so [Chips] isn't always null
ckolivas 7838af1d 2013-10-18T10:51:44 Remove unused variables.
ckolivas 40821d1f 2013-10-18T10:44:56 Use cgcompletion timeouts for the unreliable shutdown functions on kill_work.
ckolivas 0430165f 2013-10-18T10:26:31 Fix cgcompletion return code and free on successful completion.
ckolivas 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.
kanoi b1fc68b5 2013-10-17T13:54:44 Merge pull request #508 from kanoi/master klondike rewrite work control
Con Kolivas 789d448e 2013-10-18T07:05:35 Perform sync transfers on shutdown to allow final transfers to complete.
Con Kolivas 011f2d30 2013-10-18T06:56:13 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas ad8d9497 2013-10-18T06:55:30 Destroy cgsems used after transfers to not leave open files on osx.
Kano 03d9f56a 2013-10-18T01:04:20 klondike rewrite work control
Kano c9adb192 2013-10-18T00:54:37 allow __work_complete() access
Kano 3fc7ff45 2013-10-16T01:54:54 miner.h allow devices to tv_stamp work