Commit History

Author SHA1 Message Date
  Luke Dashjr f075161bcb Merge commit '105489a' into bfgminer-4.7.x 11 years ago
  Luke Dashjr 105489a57f tq_pop: Remove abstime argument since nothing used it and it wouldn't work anyway (uses CLOCK_REALTIME while we use CLOCK_MONOTONIC[_RAW] when possible) 11 years ago
  Luke Dashjr bcf009ee24 Stratum: Ignore response from mining.extranonce.subscribe 11 years ago
  Luke Dashjr 5f4dc3e705 Stratum: Implement mining.set_extranonce, and advertise support for it to pools with a #xnsub flag 11 years ago
  Luke Dashjr 787f46db82 Stratum: Keep nonce1 and n2size in a "staging" state until mining.notify is received 11 years ago
  Luke Dashjr a917c85f3d Stratum: Avoid putting new targets on pool stratum_work until mining.notify is received for it 11 years ago
  Luke Dashjr 3301a98a0a littlefury: Move crc16 logic to util 12 years ago
  Nate Woolls 6997f6a523 Bugfix: util: Lower the threshold for considering pool Scrypt diff broken 11 years ago
  Luke Dashjr 211fdffd19 Copyright cleanups and updates 11 years ago
  Nate Woolls a0105e509d util: Work around broken Scrypt pools automatically using realistic pdiff assumptions 11 years ago
  Luke Dashjr 4f231186c3 Use `git describe` to generate version.h to avoid user confusion over builds from git 11 years ago
  Luke Dashjr bc3f735e56 util: double_find_precision function to identify ideal precision for a fp number 11 years ago
  Luke Dashjr 89fb0f0086 Merge branch 'auto_solomine' into bfgminer 11 years ago
  Luke Dashjr df1217ef54 Merge branch 'stratum_requiretls' into bfgminer 11 years ago
  Luke Dashjr 89d54d6f64 Bugfix: Use int rather than ssize_t to type-match %d expectation 11 years ago
  Luke Dashjr ce4e293ab3 util: appdata_file_call and appdata_file_find_first functions 11 years ago
  Luke Dashjr c4ccfa2a81 Merge commit '9277d3c' into bfgminer 11 years ago
  Luke Dashjr 9277d3c87c bfg_socket wrapper to ensure sockets are close-on-exec 11 years ago
  Luke Dashjr 58636c8a0f set_cloexec_socket: Explicitly cast SOCKET to HANDLE 11 years ago
  Luke Dashjr 34143f1106 Merge commit 'ff7f301' into bfgminer 11 years ago
  Luke Dashjr c2b94f043b Merge branch 'stratum_requiretls' into bfgminer 11 years ago
  Luke Dashjr e02ef8bb36 Stratum: tlsca parameter to require CA validation of TLS certificate 11 years ago
  Luke Dashjr ff7f30129f Bugfix: initiate_stratum: Ensure extranonce2 size is not negative (which could lead to exploits later as too little memory gets allocated) 11 years ago
  Luke Dashjr c80ad85482 Stratum: extract_sockaddr: Truncate overlong addresses rather than stack overflow 11 years ago
  Luke Dashjr a88c3ee28e Merge commit 'f0fe80c' into bfgminer 11 years ago
  Luke Dashjr f0fe80cdd8 restart_stratum: Make use of return_via 11 years ago
  Luke Dashjr 27d75edbcd Bugfix: restart_stratum: Release pool_test_lock on failure 11 years ago
  Luke Dashjr 1148692331 Interpret present "tls" parameter to require TLS 11 years ago
  Luke Dashjr 29ca896e17 uri_get_param_bool2 returning a tristate 11 years ago
  Luke Dashjr 47c0ca1660 Tests for uri_find_param 11 years ago