472 Commits (0bd7a9ff639e2a17dc5c031e154d3785be3fdcc0)

Author SHA1 Message Date
Jan Berdajs 0bd7a9ff63 After cancelling a thread (unless it's detached, but mining threads aren't), it is always necessary to join the thread so the system will release resources. 10 years ago
Elbandi a39316dbd3 Fix nonce1 and sessionid memory leak 10 years ago
ystarnaud 9d54637e3c Fix HW Issue at startup 10 years ago
Jan Berdajs 25d7d426fd convert tabs to spaces in most commonly modified files 10 years ago
Jan Berdajs ff05aacdc3 attempt to fix memory issues when doing curl calls 10 years ago
Jan Berdajs 5e3142cf68 remove unused code (mostly intended for ASICs which are not supported in sgminer), fix some compiler warnings 10 years ago
Noel Maersk ae7dbca783 stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime. 10 years ago
Noel Maersk cab6e28b12 stratum: parse_reconnect(): treat pool-sent URL as untrusted. 10 years ago
Luke Dashjr 91d29ea972 Stratum: extract_sockaddr: Truncate overlong addresses rather than stack overflow 10 years ago
Luke Dashjr 44e770904e Bugfix: initiate_stratum: Ensure extranonce2 size is not negative (which could lead to exploits later as too little memory gets allocated) 10 years ago
Noel Maersk 910c360899 stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime. 10 years ago
Noel Maersk 78cc408369 stratum: parse_reconnect(): treat pool-sent URL as untrusted. 10 years ago
Luke Dashjr b65574bef2 Stratum: extract_sockaddr: Truncate overlong addresses rather than stack overflow 10 years ago
Luke Dashjr bac5831b35 Bugfix: initiate_stratum: Ensure extranonce2 size is not negative (which could lead to exploits later as too little memory gets allocated) 10 years ago
Jan Berdajs e4a4efdb42 fix some potential memory leaks, remove a few old unused functions 10 years ago
Jan Berdajs 6c5ce535d9 fix compiler warnings 10 years ago
elbandi 91a26c46b7 Protect pool name with lock 10 years ago
Jan Berdajs c0baf790f6 making new algorithms and other changes merged from sph-sgminer work with current version of sgminer 10 years ago
elbandi 98676763b9 Set the pool idle and switch pool, if need 10 years ago
elbandi c469ff923a Disconnect from pool, if auth is failed 10 years ago
Elbandi 973dcefa8c Use get_pool_name everywhere 10 years ago
Noel Maersk 7051629232 log: change log level in setup_stratum_socket(). 10 years ago
phm 7678db6801 Fixed problem with stratum support when mining FC, GRS and TWE. Added --difficulty-multiplier parameter for controlling stratum difficulty multiplier. 10 years ago
Noel Maersk cabb02f5d4 log: do not show pool difficulty changes on non-current pool. 10 years ago
Noel Maersk 1f7b7ef26e stratum: move log warning under opt_disable_client_reconnect clause. 10 years ago
Martin Danielsen 01b3f70b63 A new --no-client-reconnect command that disables the 'client.reconnect' function. 10 years ago
phm 21d928b543 Fixed problem with invalid stratum difficulty for Quark, AnimeCoin and QubitCoin. 10 years ago
troky 49aef7100f Reverting "poolname" to "name". 10 years ago
Noel Maersk 8f014effeb util: add missing include. 10 years ago
unknown 747efda902 MSVS2010: Added pool.c and pool.h to project. 10 years ago
Noel Maersk d58de45c0e pool: use get_pool_name() where appropriate. 10 years ago
phm 9585d2a8e6 Added support for DarkCoin kernel. Modified stats display to handle low difficulty values. 10 years ago
Con Kolivas aca8a58f2e Only show one decimal place if pool diff is not an integer. 10 years ago
Con Kolivas f7394ff165 Check for more interrupted conditions in util.c and handle them gracefully. 10 years ago
Con Kolivas 6b246a59f3 Handle interruptions to various select calls in util.c 10 years ago
Con Kolivas cc2aa215a8 Clear pool work on a stratum reconnect message. 10 years ago
Kano faf63ec036 Modify thread naming to make them easier to identify 10 years ago
Con Kolivas 003b65b7b1 Change stratum strings under stratum_lock in reconnect and free old strings. 10 years ago
Noel Maersk 91d36d097a log: add LOG_DEBUG message on restarting stratum. 10 years ago
Noel Maersk ed586c4aa5 misc: indentation. 10 years ago
Noel Maersk abeeff3d45 log: print getaddrinfo() error description. 10 years ago
Noel Maersk a8dfb3ebef pool: add getaddrinfo() LOG_DEBUG messages. 10 years ago
Noel Maersk 115eb1ad2f pool: be verbose on which pool failed. 10 years ago
Noel Maersk 87102ecd07 pool: additional debug logging for stratum pools. 10 years ago
Markus Peloquin bf8e37ce19 Support building in cygwin. 10 years ago
Sanjin Trošelj 87e5f35745 VS2010 build: commit elist.h and relevant changes in sgminer.c and util.c 10 years ago
Sanjin Trošelj 5078db8b01 VS2010 build: Prepare util.c 10 years ago
Martin Danielsen d7e469bd76 Stratum servers can now be named. 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining instances of 'cgminer' with 'sgminer'. 11 years ago
Con Kolivas 9628207066 Provide a helper function that can reset cgsems to zero. 11 years ago