Commit Graph

  • 2d67bb06dc Merge branch 'master' into hashfast Con Kolivas 2013-10-26 16:22:13 +1100
  • 47554f86aa Bump version to 3.6.5 Con Kolivas 2013-10-26 14:51:01 +1100
  • 5b1d46ea1b Update README for build options. Con Kolivas 2013-10-26 14:23:20 +1100
  • 1da5592f25 Update NEWS Con Kolivas 2013-10-26 14:19:26 +1100
  • f9d3d008da Merge pull request #509 from roybadami/master Con Kolivas 2013-10-25 20:11:24 -0700
  • a95dfb1497 klondike - fix uninitialised dev bug Kano 2013-10-25 23:18:15 +1100
  • e1b4aa980c Merge branch 'master' into hashfast Con Kolivas 2013-10-25 14:42:35 +1100
  • 3ffc3f1d78 Adjust the binary ntime data in submit_noffset_nonce even when there is no hex ntime string for eg. gbt. Con Kolivas 2013-10-25 14:41:23 +1100
  • f29f612182 Merge branch 'master' into hashfast Con Kolivas 2013-10-25 14:35:56 +1100
  • 316e6d61c9 Put an entry into the work struct telling drivers how much they can roll the ntime themselves. Con Kolivas 2013-10-25 14:29:43 +1100
  • 0657b64e38 Only set libusb cancellable status if the transfer succeeds. Con Kolivas 2013-10-25 13:36:21 +1100
  • 4728dd82d1 Remove the applog on miner threads dying to prevent deadlocks on exit. Con Kolivas 2013-10-25 12:54:10 +1100
  • 4c979d756f Do one extra guaranteed libusb event handling before testing if there are any pending async usb transfers. Con Kolivas 2013-10-25 12:46:47 +1100
  • 0da551fac1 Use a linked list for all usb transfers instead of just cancellable ones. Con Kolivas 2013-10-25 12:30:39 +1100
  • d342bcbe81 Provide a mechanism for informing drivers of updated work templates for stratum and gbt mining. Con Kolivas 2013-10-25 11:56:32 +1100
  • 8795fbc2c6 Remove modified Bitburner avalon defaults - I was mistaken about maximum stack size Roy Badami 2013-10-24 22:45:51 +0100
  • 7b5884caa5 Add cancellable transfers correctly to the ct_list Con Kolivas 2013-10-25 08:43:55 +1100
  • e22035f024 Check for presence of thr in icarus get nonce for startup nonce testing to work. Con Kolivas 2013-10-25 05:10:08 +1100
  • f8fdff4ad2 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 2013-10-25 04:25:32 +1100
  • 2b998936fe Add a usb_read_ii_timeout_cancellable wrapper Con Kolivas 2013-10-25 04:13:32 +1100
  • 9d8e3df0a8 Add usb transfer cancellation on shutdown and documentation regarding where cancellable transfers are suitable. Con Kolivas 2013-10-25 04:07:09 +1100
  • eb5b611483 Use cancellable transfers on bitfury device. Con Kolivas 2013-10-24 22:26:48 +1100
  • d2feacdfb2 Cancel cancellable usb transfers on work restart messages. Con Kolivas 2013-10-24 22:26:13 +1100
  • 51660838da Don't bother having a separate cancellable transfer struct for usb transfers, simply include the list in the usb_transfer struct. Con Kolivas 2013-10-24 21:58:25 +1100
  • c96f096577 Add wrappers for usb_read_cancellable and usb_read_timeout_cancellable Con Kolivas 2013-10-24 21:54:35 +1100
  • c2c6987784 Specifically set the cancellable state for it to not be uninitialised in the usb transfer struct. Con Kolivas 2013-10-24 21:52:50 +1100
  • b52bb5c9e2 Alter the usb cancellable list only under cgusb_fd_lock write lock. Con Kolivas 2013-10-24 21:50:52 +1100
  • 19ec360f7c Pass the cancellable option to _usb_read options to decide on whether to add usb transfers to the list of cancellable transfers. Con Kolivas 2013-10-24 21:45:41 +1100
  • 2b075cccbf Create a linked list of potentially cancellable usb transfers. Con Kolivas 2013-10-24 21:42:04 +1100
  • b639e68870 Merge branch 'master' into hashfast Con Kolivas 2013-10-24 21:19:29 +1100
  • 448f8dde80 Don't attempt to disable curses or print a summary during an app restart to prevent deadlocks. Con Kolivas 2013-10-24 21:15:36 +1100
  • 251b71ba3f Merge branch 'master' of github.com:ckolivas/cgminer Con Kolivas 2013-10-24 20:42:39 +1100
  • 81dfe60d36 Keep the libusb event handle polling thread active until there are no async usb transfers in progress. Con Kolivas 2013-10-24 20:41:55 +1100
  • 824aa5cb51 Keep a global counter of how many async usb transfers are in place. Con Kolivas 2013-10-24 20:36:53 +1100
  • 856471e392 Perform libusb_submit_transfer under the write variant of cgusb_fd_lock Con Kolivas 2013-10-24 20:32:17 +1100
  • 3c2647d4b5 Merge pull request #511 from kanoi/master kanoi 2013-10-23 14:14:11 -0700
  • 8437805f5c klondike - error condition handling Kano 2013-10-24 03:44:04 +1100
  • 5ea6a8eaa2 Merge branch 'master' into hashfast Con Kolivas 2013-10-23 22:45:56 +1100
  • 4f7b6fe4c3 Avoid entering static libusb directory if --with-system-libusb is enabled. Con Kolivas 2013-10-23 22:40:13 +1100
  • e76421320e Minor opencl build corrections. Con Kolivas 2013-10-23 22:31:00 +1100
  • ed16f32d8f Enable dynamic linking against system libusb --with-system-libusb Con Kolivas 2013-10-23 22:24:58 +1100
  • 9fa8e920c7 Modify Makefile to only include opencl related code when configured in. Con Kolivas 2013-10-23 21:29:42 +1100
  • 05478b5937 Convert opencl to need to be explicitly enabled during build with --enable-opencl Con Kolivas 2013-10-23 21:19:03 +1100
  • d2719e312f Implement a cglock_destroy function. Con Kolivas 2013-10-23 20:38:15 +1100
  • de4ad515e0 Implement a rwlock_destroy function. Con Kolivas 2013-10-23 20:37:10 +1100
  • 6bd5139cfc Implement a mutex_destroy function. Con Kolivas 2013-10-23 20:34:50 +1100
  • fc6472fcb3 Minor buildfix for other platforms. Con Kolivas 2013-10-23 12:55:32 +1100
  • 669bcac36c Merge branch 'master' into hashfast Con Kolivas 2013-10-23 12:06:20 +1100
  • 269a145a70 Add usb command name to critical libusb error reporting. Con Kolivas 2013-10-23 10:45:22 +1100
  • ce61b9b060 Merge branch 'master' of github.com:ckolivas/cgminer Con Kolivas 2013-10-23 10:19:48 +1100
  • 8dcbc86b97 Use windows' own higher resolution time and handlers allowing us to have higher precision absolute timeouts. Con Kolivas 2013-10-23 09:55:10 +1100
  • 563cad189e Fix lldiv error in windows cgminer_t calculation. Con Kolivas 2013-10-23 09:13:50 +1100
  • 9932c95569 miner.php correct sort gen field names largest to smallest Kano 2013-10-22 19:30:03 +1100
  • d9449b2578 api ... the code related to device elapsed Kano 2013-10-22 19:27:44 +1100
  • 939b8d0091 Merge branch 'master' into hashfast Con Kolivas 2013-10-22 17:18:42 +1100
  • cac7cdb25e api add device elapsed since hotplug devices Elapsed is less than cgminer Elapsed Kano 2013-10-22 10:26:56 +1100
  • 5ee279ca00 Add atmel init sequence likely to be required on hashfast for windows to work. Con Kolivas 2013-10-21 13:30:17 +1100
  • 75726f6e00 Implement max temp and volt monitoring on statline for hashfast driver. Con Kolivas 2013-10-21 13:15:52 +1100
  • f5679aaa61 Check for nodev on hashfast driver and disable it if it has disappeared. Con Kolivas 2013-10-21 12:50:45 +1100
  • 1eb18061f8 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 2013-10-21 12:42:54 +1100
  • ad8e0f13ea Free hashfast structures allocated on driver shutdown. Con Kolivas 2013-10-21 12:25:15 +1100
  • 44cc52c3d0 Drop usb buffering message to debug logging level. Con Kolivas 2013-10-21 12:18:42 +1100
  • 6493b976d3 Drop usb buffering message to debug logging level. Con Kolivas 2013-10-21 12:18:42 +1100
  • cbb72aa041 Drop sending op_usb_init message level in hashfast driver to verbose logging. Con Kolivas 2013-10-21 12:17:13 +1100
  • 2a92d2ada0 Make the cmd stored in hfa_cmd structure a uint8_t to match opcodes. Con Kolivas 2013-10-21 12:14:24 +1100
  • a999611505 Op work restart needs a usb command macro offset for hashfast driver. Con Kolivas 2013-10-21 11:20:47 +1100
  • 1bafafb5d3 Enable USB buffers for hashfast on initialise and clear buffers where appropriate. Con Kolivas 2013-10-21 11:05:38 +1100
  • 17baf4548a Send correct command with hfa_send_frame in hashfast driver. Con Kolivas 2013-10-20 16:52:34 +1100
  • eb1f54fbf2 Add die temperatures and voltages to hashfast api output. Con Kolivas 2013-10-20 15:53:19 +1100
  • 5acaf1fd46 Add die statistics to hashfast api output. Con Kolivas 2013-10-20 15:27:54 +1100
  • 9645c1a107 Add asic and core counts to hashfast api data. Con Kolivas 2013-10-20 15:19:35 +1100
  • 1124853b22 Add hf_long_usb_stats1 to hashfast api data. Con Kolivas 2013-10-20 15:17:00 +1100
  • 063b2db77c Add hf_usb_init_base info to hashfast api output. Con Kolivas 2013-10-20 15:06:03 +1100
  • 273b04be62 Do the ntime binary modification to the work struct when submitting an ntime offset nonce within submit_noffset_nonce Con Kolivas 2013-10-20 13:22:14 +1100
  • 572c8b9624 Do the ntime binary modification to the work struct when submitting an ntime offset nonce within submit_noffset_nonce Con Kolivas 2013-10-20 13:22:14 +1100
  • a9835b0472 Implement a shutdown routine for the hashfast driver. Con Kolivas 2013-10-20 11:46:45 +1100
  • 71c6206d08 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 2013-10-20 11:28:27 +1100
  • 6b2a39d298 Add op stats1 processing for the hashfast driver. Con Kolivas 2013-10-20 11:23:42 +1100
  • 92a5a2d7a7 Implement update_die_statistics for hashfast driver. Con Kolivas 2013-10-20 11:11:35 +1100
  • 5d6167700a Code cleanup and improved documentation Roy Badami 2013-10-20 00:54:15 +0100
  • 51548c6134 Move to consistent function names hfa_ for hashfast driver. Con Kolivas 2013-10-20 11:05:10 +1100
  • 8218ba2f06 Implement OP_NONCE processing in hashfast driver read thread. Con Kolivas 2013-10-20 10:57:17 +1100
  • c69a130dc1 Improvements to support for BitBurner boards Roy Badami 2013-10-19 18:42:20 +0100
  • 0ae3e1ec04 Implement update_die_status message parsing for hashfast. Con Kolivas 2013-10-19 18:24:50 +1100
  • f340c52c88 Implement reading of a whole hashfast packet from the read thread and parsing it, implementing parsing of gwq status. Con Kolivas 2013-10-19 18:19:23 +1100
  • 12be0113be Updates to hf_protocol header Con Kolivas 2013-10-19 16:42:39 +1100
  • 31e8ebaffa Merge branch 'master' into hashfast Con Kolivas 2013-10-19 16:08:17 +1100
  • eed0afcd04 Convert libusb transfer errors to regular libusb error messages to allow for accurate message reporting. Con Kolivas 2013-10-19 13:29:59 +1100
  • 43699c76b7 Bump version to 3.6.4 Con Kolivas 2013-10-18 23:45:41 +1100
  • d58f2f0faa Update NEWS. Con Kolivas 2013-10-18 23:45:19 +1100
  • d77f367279 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 2013-10-18 23:42:02 +1100
  • 06776af000 Use the forcelog function on shutdown to cope with indeterminate console lock states due to killing of threads. Con Kolivas 2013-10-18 23:34:55 +1100
  • 8e9f32a81b Add a forcelog variant of applog which invalidates any console lock to force output. Con Kolivas 2013-10-18 23:30:05 +1100
  • 3956382450 Send pthread_cancel to failed completion_timeout that has timed out. Con Kolivas 2013-10-18 22:04:21 +1100
  • f5baf9f57a Merge branch 'master' into hashfast Con Kolivas 2013-10-18 19:12:13 +1100
  • 680f014c85 Simplify queued hashtable by storing unqueued work separately in a single pointer. ckolivas 2013-10-18 14:58:33 +1100
  • dfa849ab62 bflsc use getinfo chip parallelization if it is present Kano 2013-10-18 10:42:43 +1100
  • 4aa84abba5 bflsc - fix brackets so [Chips] isn't always null Kano 2013-10-18 10:30:16 +1100
  • 7838af1dc1 Remove unused variables. ckolivas 2013-10-18 10:51:44 +1100
  • 40821d1f11 Use cgcompletion timeouts for the unreliable shutdown functions on kill_work. ckolivas 2013-10-18 10:44:56 +1100