Commit History

Author SHA1 Message Date
  Con Kolivas 7b370bb2e7 Small cosmetic output alignment. 14 years ago
  Con Kolivas 669b0deda3 Add pool number to stale share message. 14 years ago
  Con Kolivas 4da6758f43 Add space to log output now that there is more screen real estate available. 14 years ago
  Con Kolivas 268039cc7e Indentation clean up. 14 years ago
  Con Kolivas 30755adcff Merge branch 'master' of github.com:ckolivas/cgminer 14 years ago
  Con Kolivas 03fab3f438 Remove thread id display from rejected shares as well. 14 years ago
  Con Kolivas 5d99f5d3e8 Merge pull request #185 from Diapolo/diakgcn 14 years ago
  Philip Kaufmann f479be0700 add goffset support for diakgcn with -v 1 and update kernel version 14 years ago
  Con Kolivas 86e94edb89 Set have_longpoll to true when there is at least one pool with longpoll. 14 years ago
  Con Kolivas 0365878ac5 Don't display the thread ID since it adds no useful information over the device number. 14 years ago
  Con Kolivas 08c721080d Don't display the first 8 bytes of a share since they will always be zero at >= 1 difficulty. 14 years ago
  Con Kolivas 501e35a0e6 work->longpoll is reset across test_work_current so we need to recheck what pool it belongs to. 14 years ago
  Con Kolivas 03abb70467 Use longpolls from backup pools with failover-only enabled just to check for block changes, but don't use them as work. 14 years ago
  Con Kolivas 1ab318d0f3 Start longpoll only after we have tried to extract the longpoll URL. 14 years ago
  Con Kolivas b1c273e71b Check for submitold flag on resubmit of shares, and give different message for stale shares on retry. 14 years ago
  Con Kolivas 5ece966f07 Check for submitold before submitstale. 14 years ago
  Con Kolivas ed718b2b50 Don't force fresh curl connections on anything but longpoll threads. 14 years ago
  Con Kolivas eda382990a Create one longpoll thread per pool, using backup pools for those pools that don't have longpoll. 14 years ago
  Con Kolivas e502fde52b Remove the ability to disable longpoll. It is not a useful feature and will conflict with planned changes to longpoll code. 14 years ago
  Con Kolivas 8e84abfc22 Merge pull request #184 from luke-jr/bugfix_const_warning 14 years ago
  Con Kolivas f68c91694a Remove the invalid entries from the example configuration file. 14 years ago
  Con Kolivas 9a3ae2660e Add support for latest ATI SDK on windows. 14 years ago
  Con Kolivas d90e36d926 Export missing function from libztex. 14 years ago
  Con Kolivas 8d8f4ff856 Merge pull request #182 from kanoi/master 14 years ago
  Con Kolivas ab764da472 Merge pull request #178 from nelisky/ztex-120417 14 years ago
  Kano e553fe0765 miner.php change socktimeoutsec = 10 (it only waits once) 14 years ago
  Luke Dashjr 90c5ef1fa7 Bugfix: Make initial_args a const char** to satisfy exec argument type warning (on Windows only) 14 years ago
  Kano e9d5244d44 miner.php add a timeout so you don't sit and wait ... forever 14 years ago
  Con Kolivas 4cd973264f Create discrete persistent submit and get work threads per pool, thus allowing all submitworks belonging to the same pool to reuse the same curl handle, and all getworks to reuse their own handle. 14 years ago
  Kano 849ba896af miner.php only show the current date header once 14 years ago