318 Commits (a9c4c1690d2caa11cbe1fe7e17c145ac7ebefd86)
 

Author SHA1 Message Date
Con Kolivas a9c4c1690d Allow select to modify the timeout instead of it being reset on each pass through the read loop 12 years ago
Con Kolivas dbffb29300 Append the null byte to the buffer before searching for the end of message marker 12 years ago
Con Kolivas cc358038dd Don't allocate extra memory in case it generates a false end of message marker 12 years ago
Con Kolivas a25dc8ab50 Don't toss out the buffer in read_socket_line if we just timed out 12 years ago
Con Kolivas 655be56b3d Don't reuse buffer pointer directly in read_socket_line 12 years ago
Con Kolivas 454d3aec0e Break out of trying for a live proxy if main is dead 12 years ago
Con Kolivas 91b3f2b1d9 memset the json err variable before use 12 years ago
Con Kolivas 75f330d468 Rework read_socket_line to keep reading while data is available 12 years ago
Con Kolivas 98aec22e09 Close clean shut down sockets in read_socket_line and invalidate the fd 12 years ago
Con Kolivas b57ffe23d6 Use one buffer for connsok line receives without relying on MSG_PEEK and abort appropriately when recv() returns 0 12 years ago
Con Kolivas 6a3a333031 connsock_t is a ckpool only struct 12 years ago
Con Kolivas 942bbe2e6c Fix max sized coinbase that leads to stack corruption with large coinbase2 12 years ago
Con Kolivas cad9282c22 Avoid one htobe conversion using hex2bin 12 years ago
Con Kolivas 19c31ad0c3 Fix inappropriate json object stealing 12 years ago
Con Kolivas 352792758c Send SIGTERM to the parent process on a failure to send a message to a sub process 12 years ago
Con Kolivas 007afe7ac8 Cancel and join proxy send and receive threads on shutdown to avoid deref after removing their memory 12 years ago
Con Kolivas f62e344ff8 Add a sanity check for tdiffs to prevent negative values 12 years ago
Con Kolivas 0623410889 Ping main on looking for the generator response in the stratifier to know if we've died before ever starting 12 years ago
Con Kolivas 251ac7e7fe Be more generous with socket connect timeouts 12 years ago
Con Kolivas aa70f0db5e Default unspecified port for proxy to 3334 12 years ago
Con Kolivas 7eb4e018b6 Allow arbitrary length coinbase2 for proxying to work properly 12 years ago
Con Kolivas 93735544ca Add debugging to hex2bin to know where it failed from 12 years ago
Con Kolivas 4121560bad Use MSG_WAITALL on reads to more reliably detect closed unix sockets 12 years ago
Con Kolivas b297a35632 Remove unused buffer ram in send_client and demote messages to info level only 12 years ago
Con Kolivas d66fde2185 Make the main listener socket always return a response and create a message input/sending loop in ckpmsg 12 years ago
Con Kolivas b77e481c7e Use a weak logmsg function within libckpool allowing it to be included standalone without touching ckpool code 12 years ago
Con Kolivas bc78acceca Move the functions that require ckpool specific variable types out of libckpool 12 years ago
Con Kolivas ed341c9502 Create the beginnings of a separate tool to talk to ckpool sockets 12 years ago
Con Kolivas 86e70edfbc Make all child processes ping the parent process at regular intervals and then die if it has disappeared. Do not attempt to send unix messages to dead processes and abort instantly on socket EINTR 12 years ago
Con Kolivas 10a4b36f31 Make displayed stats based on round shares 12 years ago
Con Kolivas d8b023350f Don't remove the ram from dead client instances to prevent a dereference 12 years ago
Con Kolivas c4f0d57ae8 Fix various memory leaks 12 years ago
Con Kolivas 8073936b46 Check for incorrect return value on asprintf 12 years ago
Con Kolivas 164745af2e Clean up unnecessary jansson build components 12 years ago
Con Kolivas d90b4ffddd Check return value of asprintf 12 years ago
Con Kolivas 77f09c2858 Use local jansson in build 12 years ago
Con Kolivas 74db5bcfb8 Import jansson 2.6 locally 12 years ago
Con Kolivas 56d6649646 Fix jobid being wrong on proxy reconnect 12 years ago
Con Kolivas bfec616da3 Create new proxy entries on the fly with the client reconnect command and switch to it 12 years ago
Con Kolivas 601fb8cb34 Fix off-by-one error 12 years ago
Con Kolivas d4e6668865 Fix minor uninitialised ram and leak issues 12 years ago
Con Kolivas 3931e7bee9 Avoid realloc being required in send_json_msg 12 years ago
Con Kolivas a3a586ee6e Use the retry on EINTR only on unix sockets 12 years ago
Con Kolivas 306392950f Zero the read buffer fully in read_socket_line and handle closed sockets gracefully 12 years ago
Con Kolivas 67fefd2675 Fall over to another bitcoind if any of our calls fail 12 years ago
Con Kolivas 0b4c6c7821 Make the gbtbase data the private data per server instance 12 years ago
Con Kolivas e959ba39a4 Iterate over the configured btcds, finding the first working one; failover to be added later 12 years ago
Con Kolivas 82fe18554f Add total shares from each user to pool accounted diff shares 12 years ago
Con Kolivas ca176c8e1d Fall over to the first working stratum proxy whenever we are disconnected 12 years ago
Con Kolivas 3c70130ae2 Only show user share summary on block solve if they had any 12 years ago