Luke Dashjr
|
43ff9fbe9c
Bugfix: Failover after even a single job-request failure (or else it takes too long on timeouts)
|
13 years ago |
Luke Dashjr
|
88afbe9c26
Bugfix: Need to remove and re-add curl easy handles from multi to start a new request
|
13 years ago |
Luke Dashjr
|
defd976edb
Access total_submitting under mutex lock to avoid any potential races, and increment it as soon as we queue the submission up
|
13 years ago |
Luke Dashjr
|
202763a460
Just leave the submit_work thread running persistently
|
13 years ago |
Con Kolivas
|
1922e498e3
Only stratum pools that are idle need to be kicked via cnx_needed.
|
13 years ago |
Con Kolivas
|
c70a2658c8
Merge pull request #353 from kanoi/api
|
13 years ago |
Kano
|
f19b03c812
mmq - abbreviate the temperature numbers
|
13 years ago |
Con Kolivas
|
0c41b1b2da
Merge branch 'master' of github.com:ckolivas/cgminer
|
13 years ago |
Con Kolivas
|
f3b96b8d26
Do not do any setup if opt_api_listen is disabled in api.c.
|
13 years ago |
Con Kolivas
|
634958ff1c
Merge pull request #352 from kanoi/api
|
13 years ago |
Kano
|
e6efec46e9
usbutils.c uninitialised usbstat for non-primary mmqs
|
13 years ago |
Con Kolivas
|
2b5467c44c
Merge branch 'master' of github.com:ckolivas/cgminer
|
13 years ago |
Con Kolivas
|
c5d9f3ac60
Only set the lagging flag for select_pool() on failed getwork if we're not in opt_fail_only mode.
|
13 years ago |
Con Kolivas
|
6d848e27b2
Merge pull request #351 from denis2342/ztex
|
13 years ago |
Denis Ahrens
|
0559d0bb6a
libztex: in case the selectFpga() failed set the selected fpga to unknown
|
13 years ago |
Luke Dashjr
|
d6b71382f9
Merge commit 'ab0e800' into bfgminer
|
13 years ago |
Luke Dashjr
|
ab0e800a1c
Bugfix: Restore work->pool after prepare_rpc_req since clean_work now clears it
|
13 years ago |
Con Kolivas
|
43be78cca5
Merge pull request #350 from sharky112065/master
|
13 years ago |
sharky112065
|
ccbe0e6672
Modified windows-build.txt to update git instructions.
|
13 years ago |
Con Kolivas
|
40f5362aff
Merge pull request #349 from denis2342/broken_fpga
|
13 years ago |
Con Kolivas
|
031ba75cad
Merge pull request #348 from denis2342/ztex
|
13 years ago |
Denis Ahrens
|
f5a575966c
libztex: use a function for the twice called firmware reset code
|
13 years ago |
Denis Ahrens
|
9b1d0c9d95
libztex: removed an unused struct member (ztex->valid)
|
13 years ago |
Denis Ahrens
|
26ef730c28
driver-ztex: support for broken fpga on a multifpga board
|
13 years ago |
Con Kolivas
|
383b42f23e
Set the pool lagging flag on startup to avoid it being shown initially, and only unset it once the maximum number of staged work items has been reached.
|
13 years ago |
Luke Dashjr
|
60e060c89c
Merge branch 'cg_merges_20121208' into bfgminer
|
13 years ago |
Luke Dashjr
|
6276c31f4e
Bugfix: Now that stage_work is trying to manipulate staged_work in the same thread, clone_available needs to stage it outside of its own lock
|
13 years ago |
Con Kolivas
|
8feb302945
Avoid recursive locking of the stgd lock.
|
13 years ago |
Con Kolivas
|
c59aeb56ff
Revert "Wake the getwork scheduler after every restart threads."
|
13 years ago |
Con Kolivas
|
31f75098b5
Selectively discard all work items if a longpoll or stratum restart is received without a new block to work on.
|
13 years ago |