Commit History

Author SHA1 Message Date
  Con Kolivas 75e214349a Display per device intensity in various status lines. 14 years ago
  Con Kolivas 1dc6e64b68 Set dynamic to false for all devices given separate args... 14 years ago
  Con Kolivas 35a490b90c Explicitly disable dynamic mode when an intensity is set. 14 years ago
  Con Kolivas 648c6b7c7c Intensity is signed integer, fix its display. 14 years ago
  Con Kolivas 5a4dabe233 Add message about donation to startup. 14 years ago
  Con Kolivas 47be27e86b Make longpoll retry indefinitely to restart as well, or limited by opt_retries. 14 years ago
  Con Kolivas 28796de72e Merge https://github.com/geekmug/cgminer into gitmug 14 years ago
  Con Kolivas 4128b954a6 Add a --donation feature which reads a url/userpass from the author's site and contributes a percentage of getworks to the author, but default to off. 14 years ago
  Scott Dial 19911e57e7 Correct some memory management issues. 14 years ago
  Scott Dial 760b0064d6 Don't mess with GPU stuff if we don't have them. 14 years ago
  Con Kolivas 21c2bc469f Make it possible to set the intensity on a per-card basis, dynamic or static values. 14 years ago
  Con Kolivas 5b40f9795b Make sure we do not attempt to adl manage devices we have explicitly disabled. 14 years ago
  Con Kolivas 7c26948e45 Merge pull request #50 from kanoi/kano 14 years ago
  Kano afe03c6302 Hash is 32 bytes (64 nibbles) 14 years ago
  Con Kolivas 8759bc13ab Hard code the watchdog interval to 3 seconds in case log interval is greatly different. 14 years ago
  Con Kolivas 813aee385b Show menu again after enable, disable and restart GPU. 14 years ago
  Con Kolivas 20ddda10dc Autoselect a GPU from the menu if it's the only device. 14 years ago
  Con Kolivas c04abf5cbe Include polarssl implementation of sha256 (sha2) and remove dependency on openssl. 14 years ago
  Kano 037e8ac887 Change Accept/Reject message to show hash and BLOCK notification 14 years ago
  Kano ba14a6705e Remove EOL spaces from stderr and curses 14 years ago
  Con Kolivas 9696b4d6ba Get rid of the convoluted way we detect whether LP discovered the new block and just use the work retrieved by the LP to know. 14 years ago
  Con Kolivas b8ea0dd194 Update curses logging to allow LOG_WARNING and LOG_ERR messages to still go through while within the menu, and drop share message to LOG_NOTICE. 14 years ago
  Con Kolivas 8566ed44d2 Just keep whatever longpoll we have if it's working instead of risking the stop/start dereference problem. 14 years ago
  Con Kolivas ae6fe96593 Revert "Restart longpoll under lock when we'll be reusing it on pool switch to prevent derefs." 14 years ago
  Con Kolivas 2cae5c1dc3 Restart longpoll under lock when we'll be reusing it on pool switch to prevent derefs. 14 years ago
  Con Kolivas 8e2becc12d Change pth from being a pointer as we can dereference if we're unlucky on stopping longpoll. 14 years ago
  Con Kolivas 833e020dfd Standardise the way all non-mining threads are destroyed to make sure we can safely cancel them, freeing ram and NULLifying pointers. 14 years ago
  Con Kolivas e1c7235227 Get the current pool priority under lock to avoid dereferencing. 14 years ago
  Con Kolivas fc4279136e Use the longpoll provided work to test_work_current since we know it's almost certainly from a new block even though we may check it later again. 14 years ago
  Con Kolivas 863488e3d0 Display fan percentage on devices that only support reporting percent and not RPM. 14 years ago