Commit History

Author SHA1 Message Date
  Luke Dashjr ab62fdf1f3 Replace all remaining uses of gettimeofday for timers, with timer_set_now (aka cgtime) 12 years ago
  Luke Dashjr f8cf2b71e6 Don't mix timers with timestamps (visual only) 12 years ago
  Luke Dashjr df45e5cf9f Always use struct timeval for timers, and don't mix timers with timestamps (functional only) 12 years ago
  Luke Dashjr 313f7f9ac8 get_datestamp: Change timeval parameter to time_t, and implement get_now_datestamp for common "current time" use case 12 years ago
  Luke Dashjr 7319d2cdf8 Use get_datestamp for (non-microsecond) log timestamps 12 years ago
  Luke Dashjr 19cabd446d Merge commit '804ca22' into bfgminer 12 years ago
  Luke Dashjr 804ca2262a Bugfix: Reset staged_full flag when discarding (stale) popped work, or increasing the queue minimum 12 years ago
  Luke Dashjr ff4f480ca9 Bugfix: Only trigger staged work underrun if a mining thread was actually waiting for it (and do so sooner, before it has the work made) 12 years ago
  Luke Dashjr e9fc3874ad When not compiling with optimizations, initialize unused nonce2 space to avoid warnings from memory checking tools 12 years ago
  Luke Dashjr c5b414caee Merge branch 'tui_manage_dev2' into bfgminer 12 years ago
  Luke Dashjr 1f708a1aaa TUI Manage devices: Support PgUp/PgDn keys to skip over processors within the same device 12 years ago
  Luke Dashjr 6134863502 Merge branch 'tui_no_devapi_statline' into bfgminer 12 years ago
  Luke Dashjr e897b300d3 When displaying device summary statlines, use the highest temperature reported by any processor 12 years ago
  Luke Dashjr f08199b4a6 Stratum: Fix nonce2 sizes greater than 4 and (on big-endian) smaller than 4 12 years ago
  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