ckpool/src
2014-04-28 13:33:40 +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 Add submission of blocksolves 2014-04-27 20:51:09 +10:00
ckpool.h Install signal handlers and store the originals in the ckpool_t 2014-04-19 20:05:20 +10:00
connector.c Sleep briefly, don't poll when no fds are present 2014-04-28 13:33:40 +10:00
connector.h Add connector process which will process all remote communications 2014-04-23 14:38:34 +10:00
generator.c Clean up block solve notification and messages, sending a work restart immediately 2014-04-27 21:11:10 +10:00
generator.h Rename processes and change generator function to suit pi model 2014-04-19 19:36:50 +10:00
libckpool.c Enable keepalive and nodelay for remote clients and remove mistaken setting of noblock, and add reuseaddr option to sockets 2014-04-26 02:05:27 +10:00
libckpool.h Create stratum receive/send threads that will use their own hashtables and conditionals to do work 2014-04-25 09:30:19 +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 Avoid re-setting reject reason when sdiff is not calculated 2014-04-27 22:21:12 +10:00
stratifier.h Create a stratifier thread that updates the data from the gbt template regularly and receives other requests 2014-04-21 15:58:07 +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