You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Con Kolivas 0e8fa71c11 Drop the connections to clients that are unauthorised, which also makes stratifier restarts work 11 years ago
..
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 11 years ago
bitcoin.c Clean up block solve notification and messages, sending a work restart immediately 11 years ago
bitcoin.h Add submission of blocksolves 11 years ago
ckpool.c Make logging directory configurable, and store share logs by height/workid and totals for the pool as well 11 years ago
ckpool.h Make logging directory configurable, and store share logs by height/workid and totals for the pool as well 11 years ago
connector.c Add support for dropclient being sent to the connector process 11 years ago
connector.h Add connector process which will process all remote communications 11 years ago
generator.c Install signal handlers which push the signal to the top process which will try to gracefully shut down each child process 11 years ago
generator.h Rename processes and change generator function to suit pi model 11 years ago
libckpool.c Remove all yields from unlocking functions since we'll always be running on multicore machines 11 years ago
libckpool.h Create a separate thread for sending messages to clients, not blocking on any clients not ready for reads 11 years ago
sha2.c Cosmetic changes 11 years ago
sha2.h Cosmetic changes 11 years ago
stratifier.c Drop the connections to clients that are unauthorised, which also makes stratifier restarts work 11 years ago
stratifier.h Create a stratifier thread that updates the data from the gbt template regularly and receives other requests 11 years ago
uthash.h Create a client instance hash table and use it to determine which fds need to be polled 11 years ago
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 11 years ago