292 Commits (1f83be877d9bf301502673beb18712e5fd612059)

Author SHA1 Message Date
ckolivas 38db91bf74 Use a pthread conditional to wake the workqueue in ckdb with a 420ms timeout instead of polling every 4ms 11 years ago
kanoi ebf35769f1 ckdb - add version information 11 years ago
kanoi 77dce26add ckdb - add a verbose json error for incoming json text 11 years ago
kanoi 5fda351d37 ckdb - remove stupid gcc warning 11 years ago
kanoi 6e3b17b5b9 ckdb - remove gcc warnings 11 years ago
kanoi 86c902b2f8 ckdb - add a UTC timestamp to the end of the New block message 11 years ago
kanoi 792a4c7808 ckdb - sharesummary confirmation check with -y (no db changes) 11 years ago
kanoi f8725a3a69 ckdb/php - add 5m hashrate to allusers and use it 11 years ago
kanoi ec1dc12332 ckdb - update username pattern and docs 11 years ago
kanoi f15273ca53 ckdb - add some examples in the socket doc 11 years ago
kanoi f36b2763bc ckdb - remove a wakeup semaphore and replace with a short sleep 11 years ago
kanoi a12d67fdef ckdb - name the threads 11 years ago
kanoi d56a878682 ckdb - remove extra unnecessary lock 11 years ago
kanoi e45ef004ef ckdb - non locking ckdb log - since it's not that critical 11 years ago
kanoi a686579cd1 ckdb - respect global loglevel 11 years ago
kanoi d28c2314e7 ckdb - comment on the socket command format in the code 11 years ago
kanoi 1c66abb0a9 ckdb - add round share count to 'homepage' and php 11 years ago
kanoi 2b47ce872b ckdb - update some internal TODO documentation 11 years ago
kanoi 2bbb7a6f75 ckdb - store/display last share diff and expedite shutdown - DB v0.7 11 years ago
kanoi 6c0850dffb ckdb - tidy up block update and add password change 11 years ago
kanoi 7f5de8a9a1 ckdb - allow '-' in email domains 11 years ago
kanoi 748ebfff42 ckdb - shutdown all threads 11 years ago
kanoi 6905617932 ckdb - allow critical messages before dbload completes and reload starts 11 years ago
kanoi 1619b9b159 ckdb - ensure a DB connection is always initiated before use 11 years ago
kanoi 095402b069 ckdb - fix nextid breakage 11 years ago
kanoi 48a891372c ckdb - poolstats needs to check conn 11 years ago
kanoi 0c234055bb ckdb - split get_data and make all functions allow a DB connection to be passed 11 years ago
kanoi e9a1a9a817 ckdb/ktree - use cmp_t data type for compares and speed up compare functions 11 years ago
kanoi ef1b0d5439 Revert "Use integers for all the comparisons on ckdb cmp_ functions where possible, converting to double only when needed" 11 years ago
Con Kolivas 126a559214 Use integers for all the comparisons on ckdb cmp_ functions where possible, converting to double only when needed 11 years ago
kanoi 8ac517e70d set socket file mode to owner+group R+W 11 years ago
kanoi 4a28e01ec6 ckdb - set socket dir create mode 770 giving group access to listener 11 years ago
kanoi e5ebd9a7ae ckdb - optional pgsql password 11 years ago
kanoi fd76353257 ckdb - remove unneeded excessive debug message 11 years ago
kanoi 423d5c545b ckdb - make -r optional and point it to ckpool default 11 years ago
kanoi c3275ccb68 ckdb - update block confirm status 11 years ago
kanoi 4aa7d9906c ckdb - missing space in blcoks insert 11 years ago
kanoi 12b816c54e ckdb - correct block confirm sql 11 years ago
kanoi 2af4207306 ckdb - fix block db save 11 years ago
kanoi 1229673f1d ckdb - set socket log filename different to ckpool 11 years ago
kanoi abedf38f6c ckdb - set default log folder to dblogs 11 years ago
kanoi a5b01c6148 ckdb - correct a startup message 11 years ago
kanoi f836bf28f2 ckdb - store blocks even if they have incorrect usernames 11 years ago
kanoi 0cd95a65b5 ckdb - add tickers to most db loads 11 years ago
kanoi d3ca063395 ckdb - fix reload crash and tidy up reload error handling 11 years ago
kanoi f0caae2314 ckdb - replace references to timeval with tv_t 11 years ago
kanoi 86913036ac ckdb - reload clear errno 11 years ago
kanoi 53491bcdec ckdb - poolstats searching in the correct direction 11 years ago
kanoi eb05bb3fbf ckdb - fix poolstats db storage fail 11 years ago
kanoi 830e7481a0 ckdb - determin reload sharesummary settings if all are complete 11 years ago