ckpool/src
2014-07-27 12:00:54 +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 - return last block for homepage (if there is one) 2014-07-27 12:00:54 +10:00
ckpmsg.c Add debugging to hex2bin to know where it failed from 2014-06-06 00:11:07 +10:00
ckpool.c Provide an option to run ckpool standalone without ckdb 2014-07-22 11:00:52 +10:00
ckpool.h Provide an option to run ckpool standalone without ckdb 2014-07-22 11:00:52 +10:00
connector.c Merge branch 'master' of bitbucket.org:ckolivas/ckpool 2014-07-12 16:44:25 +03:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Don't check for EINTR in generator as well 2014-06-26 09:51:52 +03: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 klist - display function for ktree display 2014-06-20 01:55:21 +10:00
ktree.c ckdb - abort on NULL tree in ktree find functions 2014-07-24 14:45:22 +10:00
ktree.h correct copyright years and use defined constant as expected in ckdb 2014-06-29 00:08:14 +10:00
libckpool.c Put sanity upper limit on exponent function used in decay_time 2014-07-09 12:35:40 +03:00
libckpool.h Move generic ckmsgq functions to ckpool.c to allow ckp to be included 2014-06-19 15:17:04 +10:00
Makefile.am Simplify inclusion of local jansson headers 2014-06-18 22:01:12 +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 Fix incorrect interval being passed to hashmeter stats 2014-07-24 14:26:56 +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