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 12a134c66b Check for !ret set before checking errno as it may not be set and cached from a previous error. 8 years ago
..
jansson-2.6 If these memory tricks are not good enough for valgrind they're not good enough for ckpool 10 years ago
sha256_code_release Add architecture dependent sha256 assembly support on recent intel platforms, linking libckpool only statically 9 years ago
Makefile.am Clean up autofoo magic to search for proper functions to include libraries as needed without extra variables 9 years ago
bitcoin.c Failure to get a response to getrawtransaction gives a http error even though it then gives a meaningful response. Drop warning to debug in get_txn. 8 years ago
bitcoin.h When we cannot find a transaction to rebuild_txns, try to get the data from our bitcoind and if it's not available make a transaction request of the upstream or remote pool for it - response yet to be implemented. 8 years ago
ckdb.c ckdb - allow json beakdown's last field to be an intransient number 8 years ago
ckdb.h ckdb/sql - increase the size of coinbase2 since core segwit changes before activation require a much larger coinbase 8 years ago
ckdb.php php - convert TAB to tabs in ckdb.php - optionally on by default 8 years ago
ckdb_btc.c Set ip and port to NULL in _btc_io to cope with reused free in extract_sockaddr 8 years ago
ckdb_cmd.c ckdb - fix lost db connections - and some incomplete pause code 8 years ago
ckdb_crypt.c ckdb - change username fields and all relevant fields in paymentaddresses and payments to intransient 8 years ago
ckdb_data.c ckdb - fix lost db connections - and some incomplete pause code 8 years ago
ckdb_dbio.c ckdb - remove useless compiler warnings 8 years ago
ckpmsg.c Raise the original signal on exiting signal handler in ckpmsg 8 years ago
ckpool.c Demote info message in json_rpc_call 8 years ago
ckpool.h Properly drop subclients when the parent dies by testing whether the parent exists instead of the masked subclient id. 8 years ago
cmd.sh ckdb - update cmd.sh to use ckdb.php 8 years ago
connector.c Use a virtualid to reference subclients in remote servers to be able to speak to the upstream pool, allowing them to work with passthroughs. 8 years ago
connector.h Use a virtualid to reference subclients in remote servers to be able to speak to the upstream pool, allowing them to work with passthroughs. 8 years ago
generator.c Check for !ret set before checking errno as it may not be set and cached from a previous error. 8 years ago
generator.h Check inconclusive block submits against their height hash to see if they were already submitted via other means. 8 years ago
klist.c ckdb - allow creating a store inside a list lock 8 years ago
klist.h ckdb - allow creating a store inside a list lock 8 years ago
ktree.c ckdb - update cmd_dsp 8 years ago
ktree.h ckdb - separate out the block orphan check and call it more often 9 years ago
libckpool.c Only update sockaddr and port if they've changed. in extract_sockaddr 8 years ago
libckpool.h Propagate workinfos to all remote trusted servers to be able to submit all blocks at all remote servers. 8 years ago
notifier.c Copyright date updates 9 years ago
relog.sh script to convert ckdb2014*log filenames to UTC 10 years ago
sha2.c Copyright date updates 9 years ago
sha2.h Fix symbol size warning 10 years ago
stratifier.c Check for existing transactions from the local bitcoind when adding them to our hashlist and submit them only if they're not known about. 8 years ago
stratifier.h Handle the response from generator block submit directly, avoiding the need for a complicated list lookup of block finds. 8 years ago
uthash.h Revert "Add uthash helpers for iterating over hash entries without the need for safe against deletion" 10 years ago
utlist.h Revert "Add a DL_DELETE_INIT to delete items from a DL list and NULL the prev/next pointers" 10 years ago