248 Commits (2f501e9d9e6596607f13e7435bb178e05d9c502f)

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