Commit History

Author SHA1 Message Date
  Luke Dashjr 703f7ad130 DevAPI: Remove old statline APIs entirely, and add new override_statline_temp (used by modminer/x6500 for upload %) 12 years ago
  Luke Dashjr 5c47bcdc1a TUI: Replace DevAPI statline_before with a predefined temperature column to free up statline space 12 years ago
  Luke Dashjr 251cfa231c Refactor and simplify bin2hex to speed up and avoid unnecessary heap use 12 years ago
  Luke Dashjr 9484dc1a46 stratum: Refactor work generation to do hex2bin conversions once, rather than every single header generated 12 years ago
  Luke Dashjr 65ba3a196f Merge branch 'erupter' into bfgminer 12 years ago
  Luke Dashjr 97c6382c02 TUI: Display device manufacturer/product/serial in Manage device screen, when available 12 years ago
  Luke Dashjr d7f76515e1 erupter: New icarus-based driver to handle autodetection of Block Erupter devices 12 years ago
  Luke Dashjr b0240dd004 Add --log-file option which redirects stderr to a file, but valid anywhere in the commandline or config file 12 years ago
  Luke Dashjr 43c1d264e7 Detect staged work underruns and increase queue to avoid them 12 years ago
  Luke Dashjr 882e06480e Bugfix: Cleanup handling of complete device/driver failure 12 years ago
  Luke Dashjr dee32f86b8 Deprecate -C (enable CPU) and -G (disable GPU) options, now that -S drv:[no]auto can be used for the same purposes 12 years ago
  Luke Dashjr 42cf6fa759 Merge commit '5f432d1' into bfgminer 12 years ago
  Luke Dashjr 5f432d1ba0 Bugfix: Cleanup needs to happen before printing the final quit message, or it gets lost in TUI mode 12 years ago
  Luke Dashjr c4c06166a2 Merge branch 'tui_manage_dev' into bfgminer 12 years ago
  Luke Dashjr 66a324b7b0 opencl: ManageTUI: Clear log cleanly for changing settings 12 years ago
  Luke Dashjr 360609f44d Remove "GPU management" TUI entirely 12 years ago
  Luke Dashjr a21e8b4533 DevAPI: Add interface for drivers to define custom "Manage device" options 12 years ago
  Luke Dashjr 60b9c61283 DevAPI: New function called to display additional processor information for "Manage devices" 12 years ago
  Luke Dashjr b407ab32a3 Merge commit 'b83cdf1' into bfgminer 12 years ago
  Luke Dashjr b83cdf1406 Add LIFE_INIT2 status (safe to call functions, but not mining yet) for devices that want to report initialization status in their statline 12 years ago
  Luke Dashjr 0fdbda6b10 Merge commit 'b38ba4c' into bfgminer 12 years ago
  Luke Dashjr b38ba4cdfa Bugfix: -S all: Mac OS X needs to probe /dev/cu.*, not just /dev/cu.usb* 12 years ago
  Luke Dashjr 3ebf18c531 New (internal) scan_serial function to probe for new devices at runtime 12 years ago
  Luke Dashjr 18c51146aa Split out per-cgpu temperature configuration code to load_temp_config_cgpu 12 years ago
  Luke Dashjr 8be8a1fbe6 DevAPI: Modify add_cgpu to use temporary devices_new array, so detection can be done without touching live variables 12 years ago
  Luke Dashjr f6b0995cb9 Move more cgpu initialization to allocate_cgpu 12 years ago
  Luke Dashjr 22c2ce6b0b Move devtype default assignment to allocate_cgpu 12 years ago
  Luke Dashjr 732d0bfd82 Move cgpu startup routine to new start_cgpu function 12 years ago
  Luke Dashjr a3d3e3183a Move cgpu_info allocation to new allocate_cgpu function 12 years ago
  Luke Dashjr bd8580d56d Move *.drv_detect calls to a new drv_detect_all function 12 years ago