Commit History

Author SHA1 Message Date
  Paul Sheppard eff2d04df0 Merge branch 'master' of https://github.com/ckolivas/cgminer.git 13 years ago
  Paul Sheppard 1b63a75d2c Simple auto sleep-time calibration. 13 years ago
  Paul Sheppard 2384d0fbc6 Removed idle mode... again!? 13 years ago
  Luke Dashjr a78d616bc5 modminer: Temperature sensor improvements 13 years ago
  Paul Sheppard 861388f960 Merge branch 'master' of https://github.com/ckolivas/cgminer.git 13 years ago
  Luke Dashjr 76f96f4717 New driver: BTCFPGA ModMiner 13 years ago
  Luke Dashjr d3fa59d76f Abstract generally useful FPGA code into fpgautils.c 14 years ago
  Paul Sheppard bf4d6c3483 Merge branch 'master' of https://github.com/ckolivas/cgminer.git 13 years ago
  Paul Sheppard 4889d7ecb2 Merge branch 'master' of git@github.com:pshep/cgminer.git 13 years ago
  Paul Sheppard 820d662c9d Removed idle mode. 13 years ago
  Paul Sheppard ebeaf15f18 Added idle mode 13 years ago
  Kano fdcd72b9ae API add stats for pool getworks 13 years ago
  Kano 3cb3f09a50 API save default config file if none specified 14 years ago
  Con Kolivas 598476cae1 Merge pull request #204 from kanoi/icarus-timer 14 years ago
  Con Kolivas 85210ee7a8 If shares are known stale, don't use them to decide to disable a pool for sequential rejects. 14 years ago
  Paul Sheppard cebd647f50 Messing with BFL code 14 years ago
  Kano b5ed958e84 Icarus: high accuracy timing and other bitstream speed support 14 years ago
  Con Kolivas e195a31c02 Fix win32 build. 14 years ago
  Con Kolivas 61696c072c In the unlikely event of finding a block, display the block solved count with the pool it came from for auditing. 14 years ago
  Con Kolivas 85c9e0c4b6 Merge pull request #198 from kanoi/stats 14 years ago
  Kano 00158c3a1f API 'stats' allow devices to add their own stats also for testing/debug 14 years ago
  Kano 976e27c4cb API add getwork stats to cgminer - accesable from API 'stats' 14 years ago
  Con Kolivas 46a679f39e Revert "Provide simple macros for the repeated use of checking the first value of the input char with strncasecmp." 14 years ago
  Con Kolivas c8e1026dfb Get rid of unitialised variable warning when it's false. 14 years ago
  Con Kolivas 87708a6a0e Provide simple macros for the repeated use of checking the first value of the input char with strncasecmp. 14 years ago
  Con Kolivas 4987958e6a Add a temporarily disabled state for enabled pools called POOL_REJECTING and use the work from each longpoll to help determine when a rejecting pool has started working again. 14 years ago
  Kano 44fc698750 API add last share time to each pool 14 years ago
  Con Kolivas a4f1af1733 Detect pools that have issues represented by endless rejected shares and disable them, with a parameter to optionally disable this feature. 14 years ago
  Con Kolivas 5081c1824a Limit the number of curls we recruit on communication failures and with delaynet enabled to 5 by maintaining a per-pool curl count, and using a pthread conditional that wakes up when one is returned to the ring buffer. 14 years ago
  Con Kolivas d4405de704 Generalise add_pool() functions since they're repeated in add_pool_details. 14 years ago