Commit History

Author SHA1 Message Date
  Con Kolivas 6fa32c9246 Revert "Perform execv in a forked child process, waiting on the original to exit to allow resources to be released." 13 years ago
  Con Kolivas 78d6bee137 Inverted sem_init logic. 13 years ago
  Con Kolivas b0fa94d52a Perform execv in a forked child process, waiting on the original to exit to allow resources to be released. 13 years ago
  Con Kolivas f4a9a8e60c Do avalon driver detection last as it will try to claim any similar device and they are not reliably detected. 13 years ago
  Con Kolivas cc04d3abc7 Use a counting semaphore to signal the usb resource thread that it has work to do. 13 years ago
  Con Kolivas 185cac3ee9 Set devices to disabled after they exit the hashing loops to prevent the watchdog thread from trying to act on them. 13 years ago
  Con Kolivas 502c7bcb4e Add avalon driver to hotplug. 13 years ago
  ckolivas 99b117be47 Scanhash functions perform driver shutdown so don't repeat it. 13 years ago
  ckolivas 5b9cf0f077 Send the shutdown message to threads and do the thread shutdown functions before more forcefully sending pthread_cancel to threads. 13 years ago
  Con Kolivas 876e7e5893 Merge branch 'icarus-dev' into usbdev 13 years ago
  Con Kolivas 6972ec62a7 Execute driver shutdown sequence during kill_work. 13 years ago
  Kano 2f94ec8025 usb separate thread for resource locking and modified windows locking code 13 years ago
  Con Kolivas 9650bfd6a3 Compile usbutils into avalon driver. 13 years ago
  Con Kolivas 44736b3012 Make submit_nonce return a bool for whether it's a valid share or not. 13 years ago
  Kano 1bb2cadfa6 thread shutdown is different on windows 13 years ago
  Con Kolivas a009f0422f Must unlock curses as well in logwin_update. 13 years ago
  Con Kolivas 01fca3e756 Create a logwin_update function which mandatorily updates the logwin and use it when input is expected to prevent display refresh delays. 13 years ago
  Con Kolivas bbb797067f Check for *pth dereference on pthread_join 13 years ago
  Con Kolivas 04d530f36a Make mining threads report out during work submission. 13 years ago
  Con Kolivas bb3b227b9b submit_work_async is no longer used directly by driver code. 13 years ago
  Con Kolivas 894a3d64f0 Properly pthread_join miner threads on shutdown. 13 years ago
  Con Kolivas 69f36358b1 Merge branch 'master' into icarus-dev 13 years ago
  Con Kolivas 3a2008ac61 Use a persistent single separate thread for stratum share submission that uses workqueues since all stratum sends are serialised. 13 years ago
  Con Kolivas bd652a623e Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work(). 13 years ago
  Con Kolivas 830f30ff2d Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work(). 13 years ago
  Kano fac3bf8722 add icarus to hotplug 13 years ago
  Kano 9f4a3a798d Update documentation for icarus switch to USB 13 years ago
  Kano 6219f977f6 switch icarus configuration to usb 13 years ago
  Con Kolivas 4efe9ca82e Attribute whatever stats we can get on untracked stratum shares based on current pool diff. 13 years ago
  Con Kolivas 3f24653f56 Provide a --lowmem option which does not cache shares on failed submission to prevent low memory hardware (eg Avalon) from crashing. 13 years ago