Commit History

Author SHA1 Message Date
  Luke Dashjr 0296617e0f Merge commit 'c2861d6' into bfgminer 13 years ago
  Con Kolivas c2861d683a There is no need for addrinfo any more. 13 years ago
  Luke Dashjr be5b3bfa4b Merge branch 'bugfix_reqfail_leak' into bfgminer 13 years ago
  Luke Dashjr cee65c5d58 Bugfix: Wait to release JSON result in case of JSON-RPC error until we've logged the error 13 years ago
  Luke Dashjr 88d5d8294f Merge branch 'bugfix_reqfail_leak' into bfgminer 13 years ago
  Luke Dashjr f951d98bc5 Bugfix: Release JSON result in case of JSON-RPC error 13 years ago
  Luke Dashjr 988d699ce9 Merge commit 'a2d5783' into bfgminer 13 years ago
  Luke Dashjr c0d09586b8 Merge branch 'bugfix_stratum_leak' into bfgminer 13 years ago
  Luke Dashjr f4f21f8c56 Bugfix: Really use freeaddrinfo to clean up in extract_sockaddr 13 years ago
  ckolivas a2d5783509 server and client sockaddr_in are no longer used in struct pool. 13 years ago
  Luke Dashjr 007b2e0e4d Merge branch 'bugfix_stratum_leak' into bfgminer 13 years ago
  Luke Dashjr e819d49efb Bugfix: Use freeaddrinfo to clean up in extract_sockaddr 13 years ago
  Luke Dashjr 4de6b23ad9 Merge branch 'bugfix_stratum_leak' into bfgminer 13 years ago
  Luke Dashjr f6aaad4d04 Bugfix: Free old stratum_work data before replacing it 13 years ago
  Luke Dashjr e31a3ab4fa Bugfix: Release memory allocated by prior stratum sockaddr extractions 13 years ago
  Luke Dashjr 03e2bc8370 Merge commit '48f2422' into bfgminer 13 years ago
  Luke Dashjr 7f2d7fd788 Merge commit '6f4c47e' into bfgminer 13 years ago
  Con Kolivas 48f24223b8 Shorten the initiate stratum connect timeout to 30 seconds. 13 years ago
  Con Kolivas 6f4c47ebd2 Make stratum socket fail more robust on windows by disabling the send buffer. 13 years ago
  Luke Dashjr a0bdebee96 Merge branch 'cgminer' into stratum 13 years ago
  Luke Dashjr 8bcd17d477 Merge commit '6d3c880' into stratum 13 years ago
  Con Kolivas aa97e87a13 Use keepalive with stratum sockets to improve its ability to detect broken connections. 13 years ago
  Con Kolivas d9276557f1 Show only the URL in the status bar to avoid long prefixes making for extra long lines. 13 years ago
  Con Kolivas 6d3c880a25 Make sure to check pool stratum curl exists under lock before attempting any recv to not risk dereferencing upon attempting to reinitiate stratum. 13 years ago
  Con Kolivas e575763a80 Avoid redefining macros and align to 4 byte boundaries. 13 years ago
  Luke Dashjr 9038274b57 Merge commit 'bb4bec9' into stratum 13 years ago
  Luke Dashjr f37232966e Merge commit '99adf39' into stratum 13 years ago
  Luke Dashjr 248c51cd0a Merge commit 'b3d4258' into stratum 13 years ago
  ckolivas bb4bec98d5 Use select on stratum send to make sure the socket is writeable. 13 years ago
  Con Kolivas 99adf397bd Failure to calloc in bin2hex is a fatal failure always so just check for that failure within the function and abort, simplifying the rest of the code. 13 years ago