Commit History

Author SHA1 Message Date
  Con Kolivas 2beb3500d4 Merge pull request #153 from kanoi/master 14 years ago
  Kano c01c8249d3 Fix bitforce compile error 14 years ago
  Kano eeec98098f code changes for supporting a simple device history 14 years ago
  Luke Dashjr 8bafc8d22c Allow specifying a specific driver for --scan-serial 14 years ago
  Con Kolivas 97ab111ec9 Merge pull request #147 from luke-jr/libudev_detect 14 years ago
  Luke Dashjr 3ec89d731b Bugfix: ZLX to read BitFORCE temp, not ZKX -.- 14 years ago
  Luke Dashjr ae99714241 Use libudev to autodetect BitFORCE GPUs, if available 14 years ago
  Luke Dashjr cc08d95587 Tolerate new-format temperature readings 14 years ago
  Luke Dashjr 829dcf9d2b Bugfix: Fix BitFORCE driver memory leak in debug logging 14 years ago
  Con Kolivas 0a7d6222bf Merge branch 'master' of github.com:ckolivas/cgminer 14 years ago
  Xiangfu 07b0ed4a63 fix the bitforce.c code style follow 1TBS 14 years ago
  Con Kolivas d1cddf8bad Update licensing to GPL V3. 14 years ago
  Con Kolivas 02295c69c8 Allow devices that are disabled due to overheating to be flagged as recovering instead of disabling them and re-enable them if they're below ideal 14 years ago
  Con Kolivas be9db9ce63 Copyright updates. 14 years ago
  Con Kolivas 72ee48c113 Merge branch 'master' of github.com:ckolivas/cgminer 14 years ago
  Luke Dashjr c31c06703f bitforce: Simplify BFopen WIN32 ifdef/else 14 years ago
  Luke Dashjr c904b74b8c bitforce: Cleanup extraneous TODO that isn't needed 14 years ago
  Luke Dashjr 2f0a3dc2db Move tcsetattr (and new tcflush) into *nix BFopen to simplify things a bit 14 years ago
  Luke Dashjr 538b0ebf88 bitforce: Set a 30 second timeout for serial port on Windows, since the default is undefined 14 years ago
  Luke Dashjr 75da96b51b bitforce: Disable automatic scanning when at least one device is specified manually 14 years ago
  Con Kolivas 56907db2d6 Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W. 14 years ago
  Con Kolivas 111238489f Fix missing field initialisers warnings. 14 years ago
  Luke Dashjr 543265d66a Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs 14 years ago
  Luke Dashjr 5be4bf70fe Bugfix: BitFORCE index needs to be static to count correctly 14 years ago
  Con Kolivas 060ff71907 Merge pull request #102 from luke-jr/bugfix_bitforce_linux_rw 14 years ago
  ckolivas 6eee0e3874 Fix warnings in bitforce.c 14 years ago
  Luke Dashjr 2f903b5d77 Bugfix: Need to open BitForce tty for read-write 14 years ago
  Con Kolivas 80650dd919 Define O_CLOEXEC for older headers that don't have it. 14 years ago
  Con Kolivas d485261e92 Fix broken non-win32 build with bitforce enabled. 14 years ago
  Luke Dashjr 4ae7baf0e1 BitForce: Need to use CreateFile and low-level (descriptor-based) C APIs on Windows, since fopen doesn't work with serial ports 14 years ago