Commit History

Author SHA1 Message Date
  Luke Dashjr 2907899b28 jtag: JTAG implementation for X6500 (over ft232r) 13 years ago
  Luke Dashjr 634223fde3 ft232r: ft232r_read_all function to simplify exact-length reads 13 years ago
  Luke Dashjr 32245e443b ft232r: Implement read buffer so ft232r_read always works like read(2) 13 years ago
  Luke Dashjr d684f9fbf4 ft232r: Complete necessary interfaces for X6500 13 years ago
  Luke Dashjr 3d38b92390 Merge branch 'bugfix_free_rpc_req' into bfgminer 13 years ago
  Luke Dashjr 780d7d91a1 Bugfix: Only free rpc_req after using it, not before 13 years ago
  Luke Dashjr 1c334051ef Merge branch 'bugfix_deref_after_free' into bfgminer 13 years ago
  Luke Dashjr 4b758963b7 Bugfix: Increment work->pool->staged inside of mutex to avoid work being freed (and staged decremented) before we dereference it 13 years ago
  Luke Dashjr e02650713a Merge branch 'bugfix_revert_51d485e' into bugfix_deref_after_free 13 years ago
  Luke Dashjr aa5ac58d0b Revert "No need for extra variable in hash_push.": The extra variable is needed to avoid a rare dereference-after-free error. 13 years ago
  Con Kolivas 7adb7a30e6 Display correct share hash and share difficulty with scrypt mining. 13 years ago
  Luke Dashjr 2a29752d9b Merge commit '04c7a21' into stratum 13 years ago
  Luke Dashjr b54d2f9469 Merge commit '57aac50' into stratum 13 years ago
  Luke Dashjr 749ef4739a Merge commit '25c39c9' into stratum 13 years ago
  Luke Dashjr be360ffae2 Merge commit '7450b25' into stratum 13 years ago
  Luke Dashjr 051b808fd8 Merge commit '2a9b3e3' into stratum 13 years ago
  Luke Dashjr 136ed00e2a Merge commit '1c22c0e' into stratum 13 years ago
  Luke Dashjr d34f40f2fb Merge branch 'bugfix_ocl_dynintensity_flush' into bfgminer 13 years ago
  Con Kolivas d03a622154 In opencl_free_work, make sure to still flush results in dynamic mode. 13 years ago
  Luke Dashjr b71496933b Merge commit 'bd377f7' into stratum 13 years ago
  Luke Dashjr 7a9d0441ff Merge branch 'bugfix_tqleak' into bfgminer 13 years ago
  Luke Dashjr 68499a3880 Workaround: Debug log only after dec_queued, to make a free/use race more rare 13 years ago
  Luke Dashjr 4dc1ca748c Bugfix: Remove redundant \n in debug messages 13 years ago
  Con Kolivas 04c7a21ddd Use explicit host to BE functions in scrypt code instead of hard coding byteswap everywhere. 13 years ago
  Con Kolivas 57aac5040c Show work target diff for scrypt mining. 13 years ago
  Con Kolivas 25c39c96bb Ease the checking on allocation of padbuffer8 in the hope it works partially anyway on an apparently failed call. 13 years ago
  Con Kolivas e5babfa25b Watch for buffer overflows on receiving data into the socket buffer. 13 years ago
  Con Kolivas d4f8a0b2b5 Round target difficulties down to be in keeping with the rounding of detected share difficulties. 13 years ago
  Con Kolivas 7450b25e75 Dramatically simplify the dynamic intensity calculation by oversampling many runs through the opencl kernel till we're likely well within the timer resolution on windows. 13 years ago
  Con Kolivas 2a9b3e33d3 String alignment to 4 byte boundaries and optimisations for bin<->hex conversions. 13 years ago