Luke Dashjr
|
85b33bd3e9
Rearrange TUI a bit, including menu at the top (+1 log line) and hashrate total closer to device summaries
|
12 years ago |
Luke Dashjr
|
9211ea687c
Bugfix: setup_stratum_curl: Need to release stratum lock on connection failure too
|
12 years ago |
Luke Dashjr
|
c91ee3ea89
Bugfix: Avoid unnecessary locks inside curses_print_status, which is called with the console lock held
|
12 years ago |
Luke Dashjr
|
2575f8be0e
Bugfix: setup_stratum_curl: Hold stratum lock until connection completes, to avoid potential races
|
12 years ago |
Luke Dashjr
|
44622e9351
Merge commit '8a71ea6' into bfgminer
|
12 years ago |
Luke Dashjr
|
8a71ea6fb2
Bugfix: stratum_works: If stratum is already active, it works (avoid trying to initialise it again)
|
12 years ago |
Luke Dashjr
|
5871a916de
Merge branch 'bwmon' into bfgminer
|
12 years ago |
Luke Dashjr
|
8c757a2912
Replace hashrate_to_bufstr/ti_hashrate_bufstr with format_unit/multi_format_unit_array
|
12 years ago |
Luke Dashjr
|
68e40c8cd3
New multi_format_unit_array to fill multiple buffers instead of building a delimited string
|
12 years ago |
Luke Dashjr
|
5f55809c62
multi_format_unit: Skip recounting length of fixed-length strings
|
12 years ago |
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
|
095b11ad8b
Merge commit '8667bb7' into bfgminer
|
12 years ago |
Luke Dashjr
|
8667bb7491
Bugfix: _decode_udev_enc_dup: Allocate enough space for full string
|
12 years ago |
Luke Dashjr
|
a98c7e7dfa
Update copyrights
|
12 years ago |
Luke Dashjr
|
33c8e66c2b
Bugfix: Never use waddstr for logwin, since it would bypass special newline handling
|
12 years ago |
Luke Dashjr
|
061a012250
Bugfix: bitforce: Set kname on chip processors
|
12 years ago |
Luke Dashjr
|
549900c9a2
bitforce: Include voltages in Manage device TUI
|
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
|
6a0cc7bef4
bitforce: Identify parallel queue protocol distinctly from mere bulk queue
|
12 years ago |
Luke Dashjr
|
76d98ee087
ManageTUI: Include kernel name, when available
|
12 years ago |
Luke Dashjr
|
eedd57b7a9
Merge branch 'stratum_rollntime' into bfgminer
|
12 years ago |