ckpool/src
2014-08-11 18:16:45 +10:00
..
jansson-2.6 Clean up unnecessary jansson build components 2014-05-27 20:21:56 +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 ckdb - poolstats needs to check conn 2014-08-11 18:16:45 +10:00
ckpmsg.c Add debugging to hex2bin to know where it failed from 2014-06-06 00:11:07 +10:00
ckpool.c Put a sanity check on the length of the btcsig 2014-08-08 21:21:36 +10:00
ckpool.h Provide a restart command which does a handover to an new binary with the same arguments 2014-08-07 22:09:11 +10:00
connector.c Only poll in the connector sender loop if the top of the list is a delayed writer 2014-08-11 18:07:48 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Allocate the gbt data from within live_server 2014-08-07 10:59:10 +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 If we're not checking the errno on failed select we should not be looping in wait_read/write select 2014-08-10 09:28:18 +10:00
libckpool.h Fix getfd function to really send a full struct msghdr returning a new fd to copy sockets across processes 2014-08-07 19:26:06 +10:00
Makefile.am Simplify inclusion of local jansson headers 2014-06-18 22:01:12 +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 Allow workernames with either . or _ separators 2014-08-09 02:08:05 +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 Create a client instance hash table and use it to determine which fds need to be polled 2014-04-24 13:48:17 +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