1781 Commits (9660f55c27239edc3dfc4d7c29f8665dbf5e96cc)

Author SHA1 Message Date
Con Kolivas 137136648c Allow timeout to reach zero in read_socket_line for one non-blocking read 9 years ago
kanoi 30233fb4a1 ckdb - incorrect param size list in blocks_add 9 years ago
kanoi c126c0500c ckdb - param size to small for new data 9 years ago
kanoi eafdddb8ef ckdb/php - dbv1.0.2, handle rejected, non-orphan blocks, update 2fa with qrcode, email, web details 9 years ago
Con Kolivas 83575ba311 Allow FE overflow for safe usage of strtod in corrupt json 9 years ago
kanoi f1966ae648 ckdb - macro to simplify pointer reallocation 9 years ago
kanoi f4d00f83e5 ckp - make blob ram alloc/free/accounting more consistent 9 years ago
kanoi f6abd5333d ckdb/php - 2FA 9 years ago
kanoi 74436234ba ckdb - db v1.0.1 new users and workers fields - basic support 9 years ago
kanoi 3f24108955 ckdb/php - add a share based hash rate to the workers page 9 years ago
kanoi 0608a79f14 libckpool - report errno with _recv_unix_msg errors 10 years ago
kanoi e7aa081d43 libckpool - report errno with _write_length failure 10 years ago
kanoi da285f8ab4 ckpool - display the rpc request warn messages from the method 10 years ago
kanoi 733664cc80 ckpool - report details of rpc request on failure or when slow 10 years ago
kanoi f0bb50667d ckdb - update version number for logmsg change 10 years ago
Con Kolivas 53656e1284 Json RPC calls can take a while to return so use a custom timeout when talking to the generator from the stratifier 10 years ago
Con Kolivas e94115d6e2 Allow _send_recv_proc to take custom timeouts 10 years ago
kanoi f9a17d04c3 Update log messages to millisecond accuracy 10 years ago
Con Kolivas aa8460c0ba Set default unix read timeout back to 5 seconds except for ckpmsg and ckdb which need the 30s defaults, and double the write timeout 10 years ago
Con Kolivas f791495889 Move failure warnings into write_length, importing source details and adding info about type of failure 10 years ago
Con Kolivas c9245673af Make read_socket_line use a timeout pointer allowing the value to be used for reentrant calls 10 years ago
Con Kolivas 39e1e07749 Add push 20 bytes to stack in address_to_scripttxn 10 years ago
Con Kolivas 2aa93069cc Implement rudimentary untested address to script transaction support in the generation code 10 years ago
Con Kolivas 6cd2778477 Add a helper function for converting an M of N script address to a transaction 10 years ago
Con Kolivas b66f207a9f Add a braindead check to avoid trying to generate to a script address 10 years ago
kanoi b1be1edd8b ckdb/php - add diffinv to shift replies and show on the shift page 10 years ago
kanoi 0cf3f121e2 ckdb - initialise the payout expiry counters 10 years ago
kanoi 9f859f0f78 ckdb - enable payouts expiry and a block minerreward override 10 years ago
kanoi 6832433eeb ckdb - limit reload queue and fix reload lost ∞ loop 10 years ago
kanoi a128c70dbe ckdb - sharesummaries can't be deleted since they are no longer in the DB 10 years ago
kanoi d6ebc8ad97 ckdb - add a record counter for the 2 largest DB table loads 10 years ago
kanoi acdd8203a0 ckdb - ensure (unlikely) summarisation can never affect payout generation 10 years ago
kanoi fcfe965ba3 ckdb - don't store sharesummaries in the DB and delay mark processing until sync has completed 10 years ago
kanoi e5db7d222e ckdb - must remember to unlock locks ... 10 years ago
kanoi e1e4accda6 ckdb/php - Hall of Fame stats (no user access yet) 10 years ago
kanoi 8345abc12a ckdb - for luck :) 10 years ago
ckolivas 9c4e63691a Increase string storage space for enonce1/enonce1var to accommodate 8 byte nonce1length configuration 10 years ago
kanoi 94c682bfa2 ckdb - remove unnecessary dup messages vs reload 10 years ago
Con Kolivas 4bc776f99b Use non-blocking reads in read_socket_line, waiting up to the full timeout 10 years ago
Con Kolivas 85a08ce3ab Increase precision of wait read/write select to accept floats 10 years ago
Con Kolivas b197ba2ff9 Maintain a reference to which message we're currently sending to a client to prevent sending interleaved messages should they block 10 years ago
kanoi 2d0db60443 ckdb - check queue seq after reload completes 10 years ago
Con Kolivas dcfcae1779 Add errno details to write based close 10 years ago
Con Kolivas b73f44f00c Tidy up and demote oversize message, adding client id 10 years ago
Con Kolivas 5365f1a420 Increase listen backlog to 8k 10 years ago
Con Kolivas 882bd693dd Display connector stats every ~60s in passthrough mode 10 years ago
Con Kolivas 146d164053 Put dropped at the start of the stratifier messages for easier parsing 10 years ago
Con Kolivas 806d1c76a2 Do not create a stratifier statsupdate thread in passthrough mode since the stats always read zero 10 years ago
Con Kolivas 68e44be3ce Check for oversized client message before doing any reads to avoid possibility of exactly the wrong size buffer to ever invalidate the client, adding more info to a downgraded message 10 years ago
Con Kolivas 8447e3ff55 Microoptimise 10 years ago