611 Commits (1fd6e2a60dd134e1bd096254cc53b75f2887d128)
 

Author SHA1 Message Date
kanoi 1fd6e2a60d tables.sql simple all table row count 10 years ago
kanoi fc49abd0bb ckdb - force UTC+00 when writing to the DB 10 years ago
kanoi 9e3cf4e469 ckdb - update the db version to force anyone to ask me what needs to be done 10 years ago
kanoi c2e54cae53 script to convert ckdb2014*log filenames to UTC 10 years ago
kanoi 9d97cff6b5 Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 10 years ago
kanoi 7698d1880b convert DB time to UTC correctly, make ckdbYYYYMMDDHH.log UTC and make time use it's own buffer 10 years ago
Con Kolivas a40bbda19b Don't leak memory on server reconnect 10 years ago
Con Kolivas ad75ab49d5 Avoid userpass deref 10 years ago
kanoi 7268672485 sql - reloadstatus.sql - show what the db reload status is 10 years ago
kanoi 0a9bb12571 ckdb - correct reload switch 10 years ago
kanoi 3eda6a4618 ckdb - userstats summarisation while reloading - crash reload on an unhandled command 10 years ago
kanoi 9891eff85b ckdb - update startup comments 10 years ago
kanoi b0d99751bf ckdb - comment about reload CCLs and system clock 10 years ago
kanoi 2b3f618b63 ckdb - startup documentation to be implemented 10 years ago
kanoi 1df419158f ckdb - dont abort when reload completes 10 years ago
kanoi a98eb7336a ckdb - define a MAXID useful for tree searching 10 years ago
kanoi 3e7a83c912 ckdb - correct begin date constant name 10 years ago
kanoi 0c308a926a ckdb - calculate most of workerstatus after data load 10 years ago
kanoi 5004f3081d ckdb - handle reload files and old format data 10 years ago
kanoi 2e7171cf84 ckdb - reload plus changes to handle createdate 10 years ago
kanoi 3e6fe0dde7 libckpool - make the rotating filename a separate function 10 years ago
kanoi 10a1a22a11 web - update last block 10 years ago
kanoi 651f8c5b77 ckdb - don't keep transactiontree in RAM 10 years ago
kanoi 72bf461fc1 ckdb - correct stats tree ram calculation 10 years ago
kanoi f2c0014fe3 ckdb - add some tree/list stats 10 years ago
kanoi 8ba9a6abac Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 10 years ago
kanoi f456b5d433 ckdb - fix userstats summarisation and various code tidy ups 10 years ago
Con Kolivas d253a97e79 Fix null txn hashes being passed to ckdb in proxy mode 10 years ago
Con Kolivas eff11a1024 Avoid trying to send a message to ckdb if it's invalid json and identify where it came from 10 years ago
kanoi 90d06a696c ktree - add an optional message to put in the dump file 10 years ago
kanoi ec1ed128a3 ktree - add a blank line between tree dumps 10 years ago
Con Kolivas 5fc1aa28a1 Add a throbber to the stratifier to show activity 10 years ago
Con Kolivas fd45d582d4 Add messages for when each process is ready 10 years ago
Con Kolivas 973571c70c Only show queueing message to ckdb once and display resumed message 10 years ago
Con Kolivas 45d8774539 Merge branch 'master' of bitbucket.org:ckolivas/ckpool 10 years ago
Con Kolivas 5d266a0faa Use cmdmatch in connector and ckpool 10 years ago
kanoi bc0c43f84a ckdb - clarify userstats reload wording 10 years ago
kanoi 01f4cd9335 ckdb - v0.5 userstats chanegs and summarisation fixes 10 years ago
Con Kolivas 1e0c1b4e34 Don't use safecmp for blockupdate since a null buf can be passed on 10 years ago
kanoi eb8d0919da Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 10 years ago
kanoi 7be9d59d78 ckdb - use copy_tv instead of memcpy 10 years ago
Con Kolivas f564714345 Poll more frequently when a client is not ready to be written to instead of waiting for it 10 years ago
Con Kolivas 5b2b4c73ef Remove all handling of interrupted calls which may have been blocking appropriate failure modes 10 years ago
Con Kolivas dc3dd18e92 Add a slow 1s timedwait to ckmsg_queue parsing to not miss wakeups 10 years ago
Con Kolivas fc1d956f37 Make a per-process logger allowing logging to be line buffered yet asynchronous 10 years ago
Con Kolivas baacb6ed54 Convert the generator to use cmdmatch 10 years ago
Con Kolivas 772315e417 Use the cmdmatch function for commands in the stratifier 10 years ago
Con Kolivas 8dbc90fbaf Add a helper function for safely checking if a buffer matches a command 10 years ago
Con Kolivas 82313ce227 Use the safecmp function in the stratifier 10 years ago
Con Kolivas 2b86f9bde1 Add a safe strcmp helper function 10 years ago