Commit History

Author SHA1 Message Date
  Con Kolivas 6bf79626b8 Merge branch 'master' into usb-dev 13 years ago
  Con Kolivas 3dcdb94921 Cope with misread sessionid on stratum for now. 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
  ckolivas 6a0882f05b 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 68d691093c 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 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
  ckolivas 22a50a5a0f Merge branch 'usb-dev' of github.com:ckolivas/cgminer into usb-dev 13 years ago
  Con Kolivas a7859bb416 Merge pull request #386 from luke-jr/bugfix_20130215a 13 years ago
  Luke Dashjr 7473c3dc94 Bugfix: Missing pool_no parameter to applog for no-stratum-sessionid debug message 13 years ago
  Con Kolivas ab0cc58cb4 Merge branch 'master' into usb-dev 13 years ago
  Con Kolivas be4705a003 Provide support for mining.resume with stratum, currently re-authorising after successful resumption pending finalising of the protocol process. 13 years ago
  Con Kolivas 4cde791e9f Provide basic framework for restarting stratum depending on whether resume support exists or not. 13 years ago
  Con Kolivas c29df9760f Abstract out the setting up of the stratum curl socket. 13 years ago
  Con Kolivas c851f39598 Store session id for stratum if the pool supports it for future mining.resume support. 13 years ago
  Kano c432c655f7 debug_cb buffer type warning 13 years ago
  Luke Dashjr 927efab60d Bugfix: stratum: Delay mining.get_transactions request until after auth has succeeded, so its failure doesn't abort the connection (also avoids any delay from a large result) 13 years ago
  Luke Dashjr 1458821958 Update copyrights 13 years ago
  Luke Dashjr ac8e3814c3 Merge commit '903c666' into cg_merges_20130207 13 years ago
  Con Kolivas 3c91b292a2 Merge branch 'master' into usb-dev 13 years ago
  Con Kolivas 903c666326 Fix logic fail on partial writes with stratum send that was leading to corrupt message submissions. 13 years ago
  Luke Dashjr 160585b666 Merge commit 'd644fdf' into HEAD 13 years ago
  Luke Dashjr 33c0916f44 Merge commit '0870ab7' into HEAD 13 years ago
  Luke Dashjr 55f1d71b5c Merge commit '51d11a2' into HEAD 13 years ago
  Luke Dashjr 9ea9eadb3f Use CURLOPT_OPENSOCKETFUNCTION to intercept the socket being created for stratum, in order to workaround CURLINFO_LASTSOCKET breakage on Win64 13 years ago
  Luke Dashjr 966ce7bdd2 Bugfix: Correct various size mismatches 13 years ago