233 Commits (407d8a8734f1162e5901b74c881e95ea982310f9)

Author SHA1 Message Date
kanoi 4ac4a35648 ckdb - release the knode item back to the free list when removing an item from a tree 9 years ago
kanoi ab321e5460 ckdb - replace username min length constants with a #define 9 years ago
kanoi 1552a7d92d ckdb - store doesn't need a copy of the list lock 9 years ago
kanoi 196f923957 ckdb - speed up data allocation and update the memory ckp web page 9 years ago
kanoi 248a70810a ckdb - fix sync breakdown on homepage 9 years ago
kanoi 4c061b6f32 ckdb - use a klist for the ktree nodes, have temporary klists, and klists without locks allocated for both 9 years ago
kanoi 51b892440b ckdb - correct lock type in cmd_setopts 9 years ago
kanoi bc1e08cd01 ckdb - remove duplicate case code for socket data 9 years ago
kanoi 1c0f55c06d ckdb - ensure the listener queues can empty 9 years ago
kanoi 511d8b73a4 ckdb - itemise the sync values in 'homepage' 9 years ago
kanoi de3be722cd ckdb - separate socket data processing 9 years ago
kanoi e6469e64c4 ckdb - fix recalculation of displayed reward for a shift 9 years ago
kanoi a31e2555b4 ckdb - add a missing lock 9 years ago
kanoi 3059afdf33 ckdb - allow setting a history limit on markersummary with -M 9 years ago
kanoi c7ae476538 ckdb - fix some more locking anomalies 9 years ago
kanoi b7944bd27a ckdb - marks action=pps to recalc the ram pps values for a shift 9 years ago
kanoi 3e112c73e3 ckdb - allow an empty merkle since it is possible for bitcoind to return one 9 years ago
kanoi d72afa7e4f ckdb - payout address search must be locked 9 years ago
kanoi b5cdf0974e ckdb - remove the lock warning when using exclusive access to the transfer tree 9 years ago
kanoi f5198d027e ckdb - remove useless compiler warning 9 years ago
kanoi c7f03c2a33 ckdb - add lock checking and deadlock prediction 9 years ago
kanoi 7057da5dce ckdb - fix the % character position in the block message 9 years ago
kanoi 09bac4ece8 ckdb - dealloc_storage optional memory deallocation to speed up shutdown 9 years ago
kanoi 42d0093503 ckdb - use new workinfo diff_target rather than recalc it 9 years ago
kanoi 58cd4551f2 ckdb - log valid/invalid shares default 5% or better of a being block 9 years ago
kanoi 48b1947778 ckdb - store and use workinfo diff and height in the ram structrue 9 years ago
kanoi eedbd3e2ad ckdb - use psql cursors for larger tables 9 years ago
kanoi 9660f55c27 ckdb/php - define a limit for multi-address accounts 9 years ago
kanoi f4db3e14bd ckdb/sql/php - add an optional address idname for users with multiple payment addressess 9 years ago
kanoi 7b9233054a ckdb/php - add block reward mean to block stats 9 years ago
kanoi 3273ce9924 ckdb - add a payout request to cmd_query 9 years ago
kanoi 01ee4fbfd1 ckdb - allow shift processing to start during the reload 9 years ago
kanoi 8577384fed ckdb - during a reload, do all blocks and ignore errors based on the block number 9 years ago
kanoi 915ce9eb77 ckdb - cmd_query to return various data in ckdb 9 years ago
kanoi 17f9bdf447 ckdb - add a lower block limit to when diff change shift ends occur 9 years ago
kanoi ad52dc6771 ckdb - add -g flag to enable payout generation - off by default - and payouts commands genon/genoff to enable/disable it 9 years ago
kanoi 10a69a6db1 ckdb - set the -m flag to handle all mark related generation, not just markersummaries 9 years ago
kanoi 7226734ab4 ckdb - allow turning marks generation on/off using the marks command actions genon/genoff 9 years ago
kanoi 1ad54736a7 ckdb - add to marks command deleting the markersummaries and reversing a workmarker back to ready 9 years ago
kanoi 067d99d018 ckdb - end shifts on a diff change 9 years ago
kanoi d383285b3d ckdb - ignore non-processed workmarkers when determining the reload point 9 years ago
kanoi 43c89c323a ckdb - correct markersummary param count 9 years ago
kanoi 019062d94c ckdb/php add last accepted share to tables, code and scripts 9 years ago
kanoi be18ff41a9 ckdb - reset worker share rate every network block change 9 years ago
kanoi 07d4e9512a ckdb/php - separate logging of ckpool msgs vs other, add a web timestamp 9 years ago
kanoi ea1a2c6edf ckdb - shifts created after a payout they are in, need rewarded set 9 years ago
kanoi 8b8eb5dc62 ckdb - shift wasn't flagging workers used if not in the last shift 9 years ago
kanoi 885be5d715 ckdb/php - add PPS calculations for shifts 9 years ago
kanoi c3cbef6eca ckdb - make a separate object for a ktree vs the tree nodes 9 years ago
kanoi 8aa6841f61 ckdb/php - keep 2fa success messages seperate from errors 9 years ago