Commit History

Author SHA1 Message Date
  Luke Dashjr 6263f2e702 Stratum: Include pool number in send/recv protocol logging 13 years ago
  Luke Dashjr 0ac7b2ccef Bugfix: Stratum: Only failover to old mining.subscribe protocol if the previous attempt was the new one (fixes a flood of retries) 13 years ago
  Con Kolivas 902ec36774 Try to extract the sessionid associated with mining.notify on 3rd level array and submit it along with the userid to support mining resume, failing gracefully and restarting if the pool rejects it. 13 years ago
  Con Kolivas bf7c551ad0 Cope with misread sessionid on stratum for now. 13 years ago
  ckolivas d282bd2fdf Use the sessionid as passed on stratum connect to attempt to resume a connection once and then clear it if it fails, to use a new connection. 13 years ago
  ckolivas 17acca66f5 Move to storing the nonce1 in the work struct instead of the sessionid for the now defunct first draft mining.resume protocol. 13 years ago
  Luke Dashjr ea0173dcb3 Merge commit 'be4705a' into cg_merges_20130304a 13 years ago
  Luke Dashjr e28c7dcb75 Merge commit '4cde791' into cg_merges_20130304a 13 years ago
  Luke Dashjr 8da1439a99 Merge commit 'c29df97' into cg_merges_20130304a 13 years ago
  Luke Dashjr d056c073be Merge branch 'bugfix_20130215a' into cg_merges_20130304a 13 years ago
  Luke Dashjr e636bc12d2 Merge commit 'c851f39' into cg_merges_20130304a 13 years ago
  Luke Dashjr aca52543c2 Merge commit 'd3bf0b0' into bfgminer 13 years ago
  Luke Dashjr d3bf0b0da5 Bugfix: Stratum: Use curl_easy_cleanup to close connection, so cURL understands what is going on 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 bed531938c Support for BIP23 BPE request target extension via new --request-diff option 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 c5f6b52050 Merge branch 'multiproc' into bfgminer 13 years ago
  Luke Dashjr 93b71e68d5 Merge commit '9fb1a7a' into bfgminer 13 years ago
  Luke Dashjr 9fb1a7a475 Bugfix: Trim whitespace (like newlines) off the end of debug info from libcurl 13 years ago
  Luke Dashjr 08dea64c4b Bugfix: Use SOCKETTYPE for notifiers, to avoid potential overflow on Win64 13 years ago
  Luke Dashjr 13c096da11 Bugfix: Use SOCKETTYPE for notifiers, to avoid potential overflow on Win64 13 years ago
  Luke Dashjr 3a98ef1f00 Replace UNIX-only work_restart_fd pipe with portable work_restart_notifier 13 years ago
  Luke Dashjr e4121d7c1f Replace mining thread queues (which were only used for wakeup pings) with notifiers (which can be used with select and co) 13 years ago
  Luke Dashjr 7473c3dc94 Bugfix: Missing pool_no parameter to applog for no-stratum-sessionid debug message 13 years ago