Commit History

Author SHA1 Message Date
  Luke Dashjr 7f59550b5c Merge commit 'cada0d3' into cg_merges_20121214 13 years ago
  Luke Dashjr 2ee7d36fc3 Merge commit '2274af6' into cg_merges_20121214 13 years ago
  Luke Dashjr 97250d3aad Merge commit 'f66d59d' into cg_merges_20121214 13 years ago
  Luke Dashjr 3d44c01692 Merge commit 'fd1bd9e' into cg_merges_20121214 13 years ago
  Con Kolivas cada0d3195 Check for EWOULDBLOCK when supported in send and recv as well. 13 years ago
  Con Kolivas 2274af6a05 Use the raw send() command instead of curl_easy_send since curl raw socket usage introduces random bugs on windows. 13 years ago
  Con Kolivas f66d59df03 Use raw recv() command in place of curl_easy_recv since the curl implementation introduces random bugs on windows builds when the recv fails. 13 years ago
  Kano 138465bf0c Pool store data transfer stats 13 years ago
  Luke Dashjr 8635123a91 Merge branch 'submit_async2' into bfgminer 13 years ago
  Luke Dashjr 7ed01d4d5b Bugfix: Since we are using pipes for select notifier on *nix, we need to use read/write there 13 years ago
  Luke Dashjr 09bcf7dba5 Merge branch 'submit_async2' into bfgminer 13 years ago
  Luke Dashjr 28106b125c Bugfix: Winsock needs send/recv for sockets, not write/read 13 years ago
  Luke Dashjr 05b9d9c97a Merge branch 'submit_async2' into bfgminer 13 years ago
  Luke Dashjr 0c9c302479 Bugfix: Correct parenthesis in bind() call in Windows notifier_init 13 years ago
  Luke Dashjr d379fb4e55 Include Windows error messages in notifier_init errors 13 years ago
  Luke Dashjr 1792e53241 Merge commit 'ac3020f' into cg_merges_20121210 13 years ago
  Con Kolivas ac3020f45b Include prctl header for thread renaming to work. 13 years ago
  Con Kolivas 15e5e36bcd Return value of keep_sockalive is no longer used. 13 years ago
  Con Kolivas 8fcc67f308 Remove dependency on mstcpip.h for windows build by making curl version >= 7.25.0 mandatory on windows builds, and use curl functions for keepalive whenever possible instead. 13 years ago
  Luke Dashjr 3a5f130677 Merge commit '68f1b2c' into cg_merges_20121208 13 years ago
  Luke Dashjr 8572e0e448 Merge branch 'refactor_target' into bfgminer 13 years ago
  Luke Dashjr bfab076d59 Bugfix: Clean up share hashing and target checks, fixing share difficulty calculation for above-target would-be-shares 13 years ago
  Con Kolivas 68f1b2c4b5 Set successful connect to true on auth stratum to allow summary on exit from single stratum pool. 13 years ago
  Luke Dashjr 8eb8e2df34 Merge commit 'be013e9' into cg_merges_20121207 13 years ago
  Luke Dashjr 412fdecf30 Increase FD_SETSIZE to 4096 on Windows 13 years ago
  Luke Dashjr a11f4234a0 Run a single share submission thread asynchronously submitting all shares in parallel 13 years ago
  Luke Dashjr ff695b39fb Split up json_rpc_call so it can be used asynchronously in libcurl-multi 13 years ago
  Luke Dashjr 3a77cbc8d6 Split submit_upstream_work into _request and _completed stages, pulling out json_rpc_call 13 years ago
  Con Kolivas be013e9699 Set pool probed to true on successful authorisation with stratum to avoid it being pinged later with pool_getswork. 13 years ago
  Luke Dashjr 8c513eac48 Merge branch 'stratum_nonce1_leak' into bfgminer 13 years ago