ckpool/src
2014-08-24 15:55:31 +10:00
..
jansson-2.6 Inline the only caller of noutf8_iterate 2014-08-22 15:13:49 +10:00
bitcoin.c Create a json string based on parameters we'll be sending to the database on every work update to be submitted once it's hooked in 2014-06-12 15:01:14 +10:00
bitcoin.h Create a json string based on parameters we'll be sending to the database on every work update to be submitted once it's hooked in 2014-06-12 15:01:14 +10:00
ckdb.c Use a pthread conditional to wake the workqueue in ckdb with a 420ms timeout instead of polling every 4ms 2014-08-24 15:19:47 +10:00
ckpmsg.c Add debugging to hex2bin to know where it failed from 2014-06-06 00:11:07 +10:00
ckpool.c Clamp optimal diff after all calculations are made and store min and start diff as long integers 2014-08-21 11:17:19 +10:00
ckpool.h Allow a btcd to be used to submit blocks to locally in proxy mode to help perpetuate block solves more rapidly 2014-08-23 18:01:45 +10:00
connector.c Use int64_t lookups in uthash and fix some cosmetic errors with integers 2014-08-18 21:47:50 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Convert uses of json_pack to JSON_CPACK in the generator 2014-08-24 14:42:24 +10:00
generator.h Rename processes and change generator function to suit pi model 2014-04-19 19:36:50 +10:00
klist.c ckdb v0.0 2014-06-13 19:32:37 +10:00
klist.h ckdb - fix unlocking mistake 2014-07-27 22:01:45 +10:00
ktree.c ckdb/ktree - use cmp_t data type for compares and speed up compare functions 2014-08-10 17:45:25 +10:00
ktree.h ckdb/ktree - use cmp_t data type for compares and speed up compare functions 2014-08-10 17:45:25 +10:00
libckpool.c Provide a macro helper for json_pack that checks the return value and describes what the error is and where it came from 2014-08-24 14:38:08 +10:00
libckpool.h Provide a macro helper for json_pack that checks the return value and describes what the error is and where it came from 2014-08-24 14:38:08 +10:00
Makefile.am Provide an option --without-ckdb to build ckpool without postgresql support 2014-08-17 11:18:00 +10:00
relog.sh script to convert ckdb2014*log filenames to UTC 2014-08-07 03:25:32 +10:00
sha2.c Cosmetic changes 2014-04-13 22:16:08 +10:00
sha2.h Cosmetic changes 2014-04-13 22:16:08 +10:00
stratifier.c The secondary user id is unique only per user instance so move field there and reuse, fixing preauth scenario 2014-08-24 15:55:19 +10:00
stratifier.h Move the stratifier stratum send and receive queues to generic ckmsg queues 2014-06-19 22:16:55 +10:00
uthash.h Use int64_t lookups in uthash and fix some cosmetic errors with integers 2014-08-18 21:47:50 +10:00
utlist.h Send and receive stratum messages via their own threads that add and remove client ids to the json using linked lists and pthread conditionals to wake them 2014-04-25 13:18:59 +10:00