253 Commits (7a06c4f009175844cf5eeb59edfc47e847efa481)

Author SHA1 Message Date
kanoi 332574564b ckdb - correct IPS removal and name the events trees 9 years ago
kanoi b1ed1ee158 ckdb - ignore checking the web Anon username for ovents - just check the IP 9 years ago
kanoi eadb28c76d ckdb - implement ovents 9 years ago
kanoi 61cb60c00a ckdb - add ok, unok and expire to cmd_events 9 years ago
kanoi e0209970e9 ckdb - add an enabled flag to events_limits 9 years ago
kanoi ddeed87874 ckdb - handle events vs ovents 9 years ago
kanoi 5f4bbd74e4 ckdb - add OK events (OVENTS) to allow limiting valid accesses 9 years ago
kanoi 465ab648f8 ckdb - use optioncontrol for storing permanent IPS OK and bans 9 years ago
kanoi 22292423e8 ckdb - add cmd_events for managing/viewing event info 9 years ago
kanoi 224de3c5fe ckdb - add triggers for updating global varaibles from optioncontrol 9 years ago
kanoi 09a40a4607 ckdb - add some table level locking to speed up large loads 9 years ago
kanoi 3aff67018f ckdb - allow blocking and script alerting on ckdb events 9 years ago
kanoi c3d9ad3d0a ckdb - add 250, 500 and 1000 blocks to the block stats table 9 years ago
kanoi 1c9c741e41 ckdb - update version for libckpool update 9 years ago
kanoi 2a4a9f1c99 ckdb/php - fix instance additions 9 years ago
kanoi 72cfcc1073 ckdb - optional -i enforce poolinstance - see ckdb.c 'i' getopt_long comment regarding DB 9 years ago
kanoi d2bd3e536c ckdb - use ckpool instances 9 years ago
kanoi a08abba1a7 ckdb - update version for libckpool update 9 years ago
kanoi 482858b1c3 ckdb - update version for library changes 9 years ago
kanoi 871eb70dee ckdb - remove useless gcc warnings 9 years ago
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