Commit History

Author SHA1 Message Date
  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 1458821958 Update copyrights 13 years ago
  Luke Dashjr ac8e3814c3 Merge commit '903c666' into cg_merges_20130207 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
  Luke Dashjr 7709fc967f Bugfix: cpu: Corrections necessary to get 'c' and 'cryptopp' algorithms working on big endian 13 years ago
  Luke Dashjr a155189470 Merge commit 'a419763' into bfgminer 13 years ago
  Luke Dashjr a419763c07 Bugfix: Sanity check for bits exponent in real_block_target 13 years ago
  Con Kolivas d644fdf1f4 Cache the coinbase length to speed up stratum work generation. 13 years ago
  Con Kolivas 0870ab7532 Cache the header length when generating stratum work to avoid calculating it on every work generation, and to only need one alloc+sprintf, speeding up work generation. 13 years ago
  Con Kolivas 51d11a28f9 Provide a wrapper for aligning lengths of size_t to 4 byte boundaries. 13 years ago
  Kano 2807d32c9a Semi-Cherrypick: API stats - include pool network bytes + in miner.php 13 years ago
  Luke Dashjr 038f5ef9ce Partial-Merge commit 'e1387dc' into cg_merges_20121231 (avoid memory fragmentation) 13 years ago
  Luke Dashjr 929de15e5b Merge commit '6e2e7d3' into cg_merges_20121231 13 years ago
  Luke Dashjr 0379b56aaa Merge commit '7f46f6e' into cg_merges_20121231 13 years ago
  Luke Dashjr a70cb64c7b Merge commit 'e1d7ecd' into cg_merges_20121231 13 years ago
  Con Kolivas e1387dc85c Change the pool stratum socket buffer to be dynamically allocated to accomodate any size coinbase and keep receiving data in recv line for up to 60s if no end of line has been received. 13 years ago
  Con Kolivas 6e2e7d36de Differentiate socket full from sock full. 13 years ago
  Con Kolivas 7f46f6e91f Allow stratum to startup without notify but check it is valid before creating stratum work. 13 years ago
  Con Kolivas e1d7ecdd35 Do not try to generate stratum work unless the notify command has succeeded. 13 years ago
  Luke Dashjr e5f2ed1520 Merge commit '944af31' into cg_merges_20121226 13 years ago
  Luke Dashjr b9dae6e3e3 Merge commit 'cdd0d' into bfgminer 13 years ago
  Luke Dashjr cdd0d7d461 Add low-level debugging info for data_buffer (some only enabled with -DDEBUG_DATABUF) 13 years ago
  Luke Dashjr 2718fee2d9 Make all_data_cb fwrite-compliant by returning nmembs, and check for unlikely overflows 13 years ago
  Con Kolivas 944af31b99 Parse anything in the stratum socket if it's full without waiting. Empty the socket even if a connection is not needed in case there are share returns. 13 years ago