Luke Dashjr
|
a49748ff85
Merge commit 'ae78270' into bfgminer
|
13 years ago |
Luke Dashjr
|
ae78270155
Bugfix: hash_pop: If a work should be rolled, use a clone of it rather than consume a rollable work
|
13 years ago |
Xiangfu
|
abe699cd9f
fix the work_i3 init
|
13 years ago |
Luke Dashjr
|
b15ddbd536
Hidden --force-rollntime option for getwork pools (use like --pool-priority, after each pool definition)
|
13 years ago |
Luke Dashjr
|
c6c0e7598b
Include processor id in get_work logging
|
13 years ago |
Luke Dashjr
|
c6f5906f64
Merge branch 'request_diff' into bfgminer
|
13 years ago |
Luke Dashjr
|
bed531938c
Support for BIP23 BPE request target extension via new --request-diff option
|
13 years ago |
Luke Dashjr
|
dc7ef6df37
openwrt: Move Makefile into a bfgminer subdirectory to avoid symlinking issues
|
13 years ago |
Luke Dashjr
|
ba9df2f274
Merge remote-tracking branch 'remotes/avalon/avalon' into avalon
|
13 years ago |
Xiangfu
|
0661d7e996
add reinit_device
|
13 years ago |
Luke Dashjr
|
fd1f273d55
Hidden option to reduce "work update" messages to debug level: --quiet-work-updates
|
13 years ago |
Luke Dashjr
|
478d00909f
Change "work restart" to "work update" in messages to reflect reality more accurately (no work is lost), and normalize case of "longpoll"
|
13 years ago |
Luke Dashjr
|
4a40b59263
openwrt: Use --with-curses=ncurses to avoid ncursesw dependency
|
13 years ago |
Luke Dashjr
|
1093a62b9e
Merge commit '1e02306' into bfgminer
|
13 years ago |
Luke Dashjr
|
1e02306f21
configure: Support --with-curses=FOO to look for curses implementation in libFOO
|
13 years ago |
Luke Dashjr
|
2f360c94c4
Merge commit '6eeb794' into bfgminer
|
13 years ago |
Luke Dashjr
|
6eeb794f82
HACK: Since get_work still blocks, reportin all processors dependent on this thread
|
13 years ago |
Luke Dashjr
|
ee064d88e4
If pthread_cancel is missing/emulated, set asynchronous thread cancel type on stage, watchdog, watchpool, and longpoll threads since the emulation cannot support deferred cancellation
|
13 years ago |
Luke Dashjr
|
6eb20f8340
If pthread_cancel is missing (Bionic/Android), emulate it using pthread_kill and pthread_exit
|
13 years ago |
Luke Dashjr
|
1e6e2affb9
configure: Intelligently detect what flags/libs get us working pthread, and define HAVE_PTHREAD_CANCEL if pthread_cancel is available
|
13 years ago |
Xiangfu
|
4b7640a6a9
the temp_history_count base on timeout
|
13 years ago |
Luke Dashjr
|
d50fe0409b
Merge branch 'bfgminer-2.10.x' into bfgminer
|
13 years ago |
Luke Dashjr
|
1ee883ef15
Merge commit '79e2920' into bfgminer-2.10.x
|
13 years ago |
Luke Dashjr
|
79e29205b5
Set pool socket to INVSOCK after closing connection, just in case
|
13 years ago |
Luke Dashjr
|
9212a912f2
Merge branch 'bfgminer-2.10.x' into bfgminer
|
13 years ago |
Luke Dashjr
|
95d5055a0f
Clean up compiler warnings
|
13 years ago |
Luke Dashjr
|
40bfb02ec4
Move FD_SETSIZE definition to configure so it affects everywhere it needs to
|
13 years ago |
Luke Dashjr
|
de57206012
Move absolute_uri function to util.c
|
13 years ago |
Luke Dashjr
|
0380fe4f06
Remove now-unused blocking-wait code (restart_cond, restart_wait, and stale_wait)
|
13 years ago |
Luke Dashjr
|
09ac3793dc
Merge commit '6090183' into bfgminer
|
13 years ago |