Commit History

Author SHA1 Message Date
  Luke Dashjr 9eb38bbff4 Merge commit '1b7aa48' into stratum 13 years ago
  Luke Dashjr 45ce7d49ee Merge commit 'd122a78' into stratum 13 years ago
  Luke Dashjr f07e13efd5 Merge commit '210bc9b' into stratum 13 years ago
  Luke Dashjr 441b301912 Merge commit '2941feb' into stratum 13 years ago
  Luke Dashjr 327a3db4f2 Merge commit 'eaf7ed0' into stratum 13 years ago
  Luke Dashjr 7e5df6075d Merge commit 'b561773' into stratum 13 years ago
  Luke Dashjr 50a894faca Merge commit '2de9515' into stratum 13 years ago
  Luke Dashjr ef12bd463a Merge commit '739cba2' into stratum 13 years ago
  Luke Dashjr 8a23ac96b9 Merge commit 'fab9ff3' into stratum 13 years ago
  Luke Dashjr 6646470047 Merge commit 'aa93fa3' into stratum 13 years ago
  Luke Dashjr ae228a7618 Merge commit '636f4b1' into stratum 13 years ago
  Luke Dashjr 5749e6860a Merge commit 'f6f4350' into stratum 13 years ago
  Luke Dashjr b21f3459da Merge commit '8fd149e' into stratum 13 years ago
  Luke Dashjr ab8cf4ee2b Merge commit '58873c1' into stratum 13 years ago
  Luke Dashjr e44da012e3 Merge commit 'ee3b786' into stratum 13 years ago
  Con Kolivas 1b7aa48c8f Initiate stratum the first time in pool_active only, allowing us to switch to it on getting a failed getwork and detecting the presence of stratum on the url at that time. 13 years ago
  Con Kolivas d122a789ed Use 5 second timeout on sock full for now as a temporary workaround. 13 years ago
  Con Kolivas d851bf3d65 Revert "Don't wait on select when first detecting stratum, just receive one line." 13 years ago
  Con Kolivas 496af92afd Don't wait on select when first detecting stratum, just receive one line. 13 years ago
  Con Kolivas bbb092e0da Make the stratum recv buffer larger than the recvsize. 13 years ago
  Con Kolivas 2941febd05 Store a sockaddr url of the stripped url used in determining sockaddr to not confuse it with the stratum url and fix build warnings. 13 years ago
  Con Kolivas eaf7ed0dcd Detect if a getwork based pool has the X-Stratum header on startup, and if so, switch to the stratum based pool. 13 years ago
  Con Kolivas b5617734fa Provide locking around stratum send operations to avoid races. 13 years ago
  Con Kolivas 8baac0d66d Submit shares from stratum through the abstracted submit share function detecting what message they belong to and showing the data from the associated work, and then deleting it from the hash. 13 years ago
  Con Kolivas fa4c9bf60f Use a more robust mechanism to obtain a \n terminated string over a socket. 13 years ago
  Con Kolivas 2de951518e Abstract out share submit as a function to be useable by stratum. 13 years ago
  Con Kolivas 739cba28a7 Rename parse_stratum to parse_method as it is only for stratum messages that contain methods. 13 years ago
  Con Kolivas 9180a557c3 Count each stratum notify as a getwork equivalent. 13 years ago
  Con Kolivas aa6aa29c4d Check that stratum is already active in initiate_stratum to avoid de-authorising ourselves by subscribing again. 13 years ago
  Con Kolivas 7415d7aaa0 Begin implementing a hash database of submissions and attempt sending results. 13 years ago