Commit History

Author SHA1 Message Date
  Luke Dashjr 4ed03130ba Shrink status line to fit in 80 columns 12 years ago
  Luke Dashjr 4aaa12dad5 Add network bandwidth rate to TUI 12 years ago
  Luke Dashjr 2b91871a7e New multi_format_unit variadic macro to handle formatting multiple numbers at once 12 years ago
  Luke Dashjr 494c42ba38 format_unit: Option to choose 3-digit integer display vs 5-character floating-point display 12 years ago
  Luke Dashjr 49822fe0ad Optimization: format_unit: Handle number first, to avoid having to restore suffix later 12 years ago
  Luke Dashjr d2fc1aac86 Generalise hashrate_pick_unit/hashrate_to_bufstr into pick_unit/format_unit 12 years ago
  Luke Dashjr 4ae58471c0 Extend hashrate_pick_unit/hashrate_to_bufstr to handle sub-kilo units 12 years ago
  Luke Dashjr a35a7bb76b Split total_bytes_xfer to total_bytes_rcvd and total_bytes_sent 12 years ago
  Luke Dashjr 33c8e66c2b Bugfix: Never use waddstr for logwin, since it would bypass special newline handling 12 years ago
  Luke Dashjr 6a07fd5d6b Defer newlines going to curses logwin, to avoid a useless blank line at the bottom of the window 12 years ago
  Luke Dashjr b56fae87c5 Ensure printing to logwin always goes through _wlog 12 years ago
  Luke Dashjr a40c386d0c Remove blank line above log window 12 years ago
  Luke Dashjr 76d98ee087 ManageTUI: Include kernel name, when available 12 years ago
  Luke Dashjr acf7832b84 Stratum: Roll ntime as we generate work 12 years ago
  Luke Dashjr b8c5e9778e Stratum: Make swork.ntime native-endian 12 years ago
  Luke Dashjr 39fa94e8f9 Stratum: Treat ntime as uint32_t (as it should be), still always big endian 12 years ago
  Luke Dashjr 40a62d5cfd Debuglog ManageTUI actions/responses 12 years ago
  Luke Dashjr e4e934a5ee ManageTUI: Add generic Identify support 12 years ago
  Luke Dashjr 7dd230cd8f Write to both stderr and console within same console lock "session" 12 years ago
  Luke Dashjr d90dd0154a Move console lock and unlock functions (which also handle thread cancelstate) to miner.h 12 years ago
  Luke Dashjr b1657ed18d Merge branch 'monotonic_timers' into bfgminer 12 years ago
  Luke Dashjr 5b0a2d9b5e Merge commit '67956cf' into bfgminer 12 years ago
  Luke Dashjr 67956cf46e Bugfix: Actually show the highest temperature, not just calculate it 12 years ago
  Luke Dashjr d7d70cbe71 Generic refactoring for timer_set_now 12 years ago
  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