ckpool/src
2014-05-20 12:46:45 +10:00
..
bitcoin.c Clean up block solve notification and messages, sending a work restart immediately 2014-04-27 21:11:10 +10:00
bitcoin.h Add submission of blocksolves 2014-04-27 20:51:09 +10:00
ckpool.c Handle process exiting in the watchdog by shutting down 2014-05-20 12:46:45 +10:00
ckpool.h Store structures for all possible upstream servers to allow us to choose an alive one for now with a view to enable switching 2014-05-19 15:36:14 +10:00
connector.c Fix missing close socket in connector 2014-05-18 21:24:30 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Timeout in 5 seconds on the stratum read socket allowing us to detect closed connections sooner 2014-05-20 12:37:19 +10:00
generator.h Rename processes and change generator function to suit pi model 2014-04-19 19:36:50 +10:00
libckpool.c Timeout in 5 seconds on the stratum read socket allowing us to detect closed connections sooner 2014-05-20 12:37:19 +10:00
libckpool.h Provide a way to extract a serialised integer 2014-05-18 22:54:42 +10:00
Makefile.am 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
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 Drop all clients when we do an update_subscribe 2014-05-20 12:13:18 +10:00
stratifier.h Create a send processing queue in the proxy generator and receive shares that meet the parent pool target 2014-05-18 19:31:58 +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