Commit History

Author SHA1 Message Date
  Con Kolivas d2e93ca636 Don't try to start devices that don't support scrypt when scrypt mining. 14 years ago
  Con Kolivas 7f11d28c13 Repeating on timeout in ztex could make the code never return. 14 years ago
  Con Kolivas 2b4def7c8e Offset libusb reads/writes by length written as well in ztex. 14 years ago
  Con Kolivas 04f1c88734 Cope with timeouts and partial reads in ztex code. 14 years ago
  Con Kolivas e5ee9f0f8e If there are more devices than nDevs, don't iterate over them as they may overwrite devices mapped below that with the mapping option. 14 years ago
  Con Kolivas 826175c3a1 Fix README faq on bfl auto-detect. 14 years ago
  Con Kolivas 50bdf850a9 Set memory clock based on memdiff if present from with engine changes, allowing it to parallel manual changes from the menu as well. 14 years ago
  Con Kolivas 8fc2983614 Windows' timer resolution is limited to 15ms accuracy. This was breaking dynamic intensity since it tries to measure below this. 14 years ago
  Luke Dashjr 4c0ae57af1 Merge commit '70c57e7' into bfgminer 14 years ago
  Luke Dashjr 00b5e07b28 Merge commit '618ef0c' into bfgminer 14 years ago
  Con Kolivas ff63f0b8c3 Merge branch 'master' of github.com:ckolivas/cgminer 14 years ago
  Con Kolivas 127b638263 Merge pull request #297 from kanoi/icarus 14 years ago
  Con Kolivas d8c76bbd08 Getwork fail was not being detected. Remove a vast amount of unused variables and functions used in the old queue request mechanism and redefine the getfail testing. 14 years ago
  Con Kolivas 8fa708093b Don't try to start devices that don't support scrypt when scrypt mining. 14 years ago
  Con Kolivas 80d57728fd Merge branch 'stage' 14 years ago
  Con Kolivas 9065c63f40 Repeating on timeout in ztex could make the code never return. 14 years ago
  Con Kolivas b814b42c7f Consider us lagging only once our queue is almost full and no staged work. 14 years ago
  Con Kolivas b688d911ea 0 is a valid return value for read so only break out if read returns -1. 14 years ago
  Con Kolivas 0954a22995 Offset libusb reads/writes by length written as well in ztex. 14 years ago
  Con Kolivas e796284cbe Cope with timeouts and partial reads in ztex code. 14 years ago
  Con Kolivas c3e32274ee Cull all the early queue requests since we request every time work is popped now. 14 years ago
  Con Kolivas 0fbd60ae37 Keep track of staged rollable work item counts to speed up clone_available. 14 years ago
  Con Kolivas 8697d6a2ce Do the cheaper comparison first. 14 years ago
  Con Kolivas 381c56f811 Check that we'll get 1 shares' worth of work time by rolling before saying we should roll the work. 14 years ago
  Con Kolivas afcfea15a7 Simplify all those total_secs usages by initialising it to 1 second. 14 years ago
  Con Kolivas 5fadfdb219 Overlap queued decrementing with staged incrementing. 14 years ago
  Con Kolivas a6b97327e1 Artificially set the pool lagging flag on work restart to avoid messages about slow pools after every longpoll. 14 years ago
  Con Kolivas 44e81218fd Factor in opt_queue value into enough work queued or staged. 14 years ago
  Con Kolivas 611f1cec7c Roll work whenever we can on getwork. 14 years ago
  Con Kolivas b60f9da4a5 Simplify the enough work algorithm dramatically. 14 years ago