Commit History

Author SHA1 Message Date
  Luke Dashjr b092c3c7b3 Split fpgautils into lowl-vcom and binloader, and fix internal build dependencies 12 years ago
  Luke Dashjr 540a818cf7 Make detectone_meta_info thread-local 12 years ago
  Luke Dashjr c37369aa97 Merge branch 'win_autoscan' into bfgminer 12 years ago
  Luke Dashjr 2546c0598d Bugfix: Add missing includes of config.h, stdbool.h, and stdint.h 12 years ago
  Luke Dashjr 93421574ce ucs2tochar{,_dup} functions to convert USB string descriptors to char* format 12 years ago
  Luke Dashjr 3cb169b5c1 bfg_strerror: Support for Windows system errors 12 years ago
  Luke Dashjr 805c53bc98 Merge commit '770556c' into cg_merges_20131023a 12 years ago
  Luke Dashjr 7160568c60 Merge commit 'ddbd3ab' into cg_merges_20131023a 12 years ago
  Luke Dashjr 4600ab1eb3 Merge commit '8ede407' into cg_merges_20131023a 12 years ago
  Luke Dashjr e7be54b705 Merge commit 'aee7b3f' into bfgminer 12 years ago
  Luke Dashjr aee7b3fa6d Bugfix: Stratum initiate: Clear json var after freeing it, to avoid a potential double-free if retry fails before new JSON is parsed 12 years ago
  Luke Dashjr 23a0d7e046 Merge commit 'f94f3c9' into bfgminer 12 years ago
  Luke Dashjr f94f3c9d7e json_rpc_call_completed: Silence incorrect type cast warning 12 years ago
  Luke Dashjr f4cce967de Merge commit 'd298890' into bfgminer 12 years ago
  Luke Dashjr d298890824 Silence unused result warnings for notifier_{read,wake} 12 years ago
  Luke Dashjr f7f24c5777 Merge commit '525426c' into bfgminer 12 years ago
  Luke Dashjr 525426c6f5 Log a warning if --cmd-* returns a non-zero exit code 12 years ago
  Luke Dashjr 8018423267 Mostly functional stratum proxy driver 12 years ago
  Luke Dashjr 5e13600360 Bugfix: Stratum: Avoid FD_SETting INVSOCK 12 years ago
  Luke Dashjr 8a04b54735 Merge branch 'httpsrv' into bfgminer 12 years ago
  Luke Dashjr 78907f6fed Bugfix: Initialise notifier (as invalid) for no-thread devices (SGW) 12 years ago
  Con Kolivas 770556cdec Use the --socks-proxy option with stratum, changing it to defaulting to socks5 and give appropriate message should it fail to connect. 12 years ago
  Con Kolivas ddbd3ab78e Cope with trailing slashes in stratum urls. 12 years ago
  ckolivas 55249db361 Add more debugging messages when negotiating with proxies for stratum. 12 years ago
  ckolivas a589de5a8b Test specifically for socks5h in socks support for stratum. 12 years ago
  Con Kolivas d7003ecccf Add support for socks5 proxy with stratum 12 years ago
  Con Kolivas 17019804c1 Provide support for negotiating a stratum connection via http proxies. 12 years ago
  Con Kolivas 8fa01556f2 Connect to the proxy URL and port if specified for stratum sockets instead of the pool directly. 12 years ago
  Con Kolivas b783d94c6d Extract any proxy url and port to be used by sockaddr if possible using extract_sockaddr. 12 years ago
  Con Kolivas 8ede407df7 Make extract_sockaddr set variables passed to it rather than pool struct members. 12 years ago