Commit History

Author SHA1 Message Date
  Luke Dashjr c77d07df7b Bugfix: Reimplement get_intrange using strtol instead of sscanf (which is broken on Windows) 13 years ago
  Luke Dashjr ddb62b8d03 Bugfix: get_intrange: Check for extra garbage at the end, only after we know we have an end-position 13 years ago
  Luke Dashjr 3c17c3cfec Merge branch 'tui_manage_dev2' into bfgminer 13 years ago
  Luke Dashjr 27d075e9f3 Bugfix: Fix Enter key in TUI on Windows 13 years ago
  Luke Dashjr 89565f43d5 Bugfix: ZeroStats: Reset column widths to 1 13 years ago
  Luke Dashjr 9a96f62174 Merge commit 'bfd09a2' into bfgminer 13 years ago
  Luke Dashjr bfd09a22da Bugfix: Call pool_set_opaque from work_decode, so block content hiding/providing messages work for getwork/GBT 13 years ago
  Luke Dashjr 79739d34a1 Split block contents hiding/providing notices out from stratum code 13 years ago
  Luke Dashjr 2248b65703 Merge commit '5de2192' into bfgminer 13 years ago
  Luke Dashjr 5de2192ecb Add test suite for get_intrange 13 years ago
  Luke Dashjr 7ab84e91c2 Bugfix: Check for error conditions in get_intrange to not have weird --device behaviour when bad values are provided 13 years ago
  Luke Dashjr 363bfe0ef9 TUI Help describing the various status fields (contributed by midnightmagic) 13 years ago
  Luke Dashjr 350a5c2782 Merge commit '73429d7' into bfgminer 13 years ago
  Luke Dashjr 73429d7be8 Bugfix: ManageTUI: Allow 'I' key to be used by devices not supporting identify 13 years ago
  Luke Dashjr 983c9dd45a Merge commit '54933c7' into bfgminer 13 years ago
  Luke Dashjr 54933c7998 Bugfix: Clear total_bad_nonces when zeroing statistics 13 years ago
  Luke Dashjr 51775a8905 Include count of working devices/processors in totals statline 13 years ago
  Luke Dashjr fc149b90e7 Format totals statline the same way as individual device/processor statlines 13 years ago
  Luke Dashjr 85b33bd3e9 Rearrange TUI a bit, including menu at the top (+1 log line) and hashrate total closer to device summaries 13 years ago
  Luke Dashjr c91ee3ea89 Bugfix: Avoid unnecessary locks inside curses_print_status, which is called with the console lock held 13 years ago
  Luke Dashjr 44622e9351 Merge commit '8a71ea6' into bfgminer 13 years ago
  Luke Dashjr 8a71ea6fb2 Bugfix: stratum_works: If stratum is already active, it works (avoid trying to initialise it again) 13 years ago
  Luke Dashjr 8c757a2912 Replace hashrate_to_bufstr/ti_hashrate_bufstr with format_unit/multi_format_unit_array 13 years ago
  Luke Dashjr 68e40c8cd3 New multi_format_unit_array to fill multiple buffers instead of building a delimited string 13 years ago
  Luke Dashjr 5f55809c62 multi_format_unit: Skip recounting length of fixed-length strings 13 years ago
  Luke Dashjr 4ed03130ba Shrink status line to fit in 80 columns 13 years ago
  Luke Dashjr 4aaa12dad5 Add network bandwidth rate to TUI 13 years ago
  Luke Dashjr 2b91871a7e New multi_format_unit variadic macro to handle formatting multiple numbers at once 13 years ago
  Luke Dashjr 494c42ba38 format_unit: Option to choose 3-digit integer display vs 5-character floating-point display 13 years ago
  Luke Dashjr 49822fe0ad Optimization: format_unit: Handle number first, to avoid having to restore suffix later 13 years ago