Commit History

Author SHA1 Message Date
  Con Kolivas 4728dd82d1 Remove the applog on miner threads dying to prevent deadlocks on exit. 12 years ago
  Con Kolivas 4c979d756f Do one extra guaranteed libusb event handling before testing if there are any pending async usb transfers. 12 years ago
  Con Kolivas 0da551fac1 Use a linked list for all usb transfers instead of just cancellable ones. 12 years ago
  Con Kolivas d342bcbe81 Provide a mechanism for informing drivers of updated work templates for stratum and gbt mining. 12 years ago
  Roy Badami 8795fbc2c6 Remove modified Bitburner avalon defaults - I was mistaken about maximum 12 years ago
  Con Kolivas 7b5884caa5 Add cancellable transfers correctly to the ct_list 12 years ago
  Luke Dashjr 97be4d16d9 Merge branch 'nanofury' into bfgminer 12 years ago
  Luke Dashjr 49558d9559 nanofury: Populate dev_product and dev_serial 12 years ago
  Luke Dashjr 1fd76523ab mcp2210: Implement mcp2210_close 12 years ago
  Luke Dashjr 451c450770 Bugfix: mcp2210: hid_write needs a report id, especially on Windows 12 years ago
  Luke Dashjr e89614b00b mcp2210: Workaround some Windows snprintf not handling wide strings correctly by simply copying character-per-character (only works for ASCII data) 12 years ago
  Luke Dashjr d1e929b62c Merge branch 'chroot' into bfgminer 12 years ago
  Luke Dashjr 8c8afe7a61 Bugfix: chroot: Check that chdir succeeds 12 years ago
  Con Kolivas e22035f024 Check for presence of thr in icarus get nonce for startup nonce testing to work. 12 years ago
  Luke Dashjr 8ba9789095 Merge branch 'knc' into bfgminer 12 years ago
  Luke Dashjr ef205c73c1 AUTHORS: Add pontus 12 years ago
  Luke Dashjr 38865a402d Merge branch 'knc' into bfgminer 12 years ago
  Luke Dashjr 010ce4234a knc: Expose Voltage and DCDC Current to TUI Manage device 12 years ago
  Con Kolivas 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. 12 years ago
  Luke Dashjr 82342c52cf knc: Expose Voltage and DCDC Current to RPC status 12 years ago
  Luke Dashjr a1fccc7a82 knc: Store volt/current on knccore 12 years ago
  Con Kolivas 2b998936fe Add a usb_read_ii_timeout_cancellable wrapper 12 years ago
  Con Kolivas 9d8e3df0a8 Add usb transfer cancellation on shutdown and documentation regarding where cancellable transfers are suitable. 12 years ago
  pontus 7f1360f91a knc: Read voltage/current from DCDCs 12 years ago
  pontus 8fcd761122 Bugfix: knc: Fix temperature readout of half-celcius 12 years ago
  Luke Dashjr 503ef14362 Merge commit 'd03725a' into bfgminer 12 years ago
  Luke Dashjr d03725a006 Bugfix: Only define have_libusb if building with libusb support 12 years ago
  Con Kolivas eb5b611483 Use cancellable transfers on bitfury device. 12 years ago
  Con Kolivas d2feacdfb2 Cancel cancellable usb transfers on work restart messages. 12 years ago
  Con Kolivas 51660838da Don't bother having a separate cancellable transfer struct for usb transfers, simply include the list in the usb_transfer struct. 12 years ago