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.
 
 
 
 
 
 
Rusty Russell 5f368f1c95 peer: save/load results in database. 8 years ago
..
jsmn@bd9bd55c3a daemon/jsmn: Add submodule for jsmn. 9 years ago
test daemon: reconnect support. 8 years ago
.gitignore daemon: first code. 9 years ago
Makefile db.c: database API. 8 years ago
bitcoind.c bitcoind: keep running fee estimate. 8 years ago
bitcoind.h chaintopology: only report active chaintip. 9 years ago
chaintopology.c peer: save/load results in database. 8 years ago
chaintopology.h bitcoind: keep running fee estimate. 8 years ago
channel.c channel: use u64 for fee_rate everywhere. 8 years ago
channel.h channel: use u64 for fee_rate everywhere. 8 years ago
commit_tx.c commit_tx: more debugging. 8 years ago
commit_tx.h protocol: no signature in update_commit if receiver has no outputs. 8 years ago
configdir.c daemon: configuration directory (default ~/.lightning). 9 years ago
configdir.h daemon: configuration directory (default ~/.lightning). 9 years ago
controlled_time.c daemon: make json_get_param() understand which args are compulsory. 9 years ago
controlled_time.h daemon: dev-mocktime command 9 years ago
cryptopkt.c protocol: use separate ack packet. 8 years ago
cryptopkt.h protocol: use separate ack packet. 8 years ago
db.c db.c: database API. 8 years ago
db.h db.c: database API. 8 years ago
dns.c dns: don't allow non-stream sockets. 9 years ago
dns.h daemon: rename 'state' to 'dstate' everywhere. 9 years ago
htlc.c peer: save/load results in database. 8 years ago
htlc.h peer: save/load results in database. 8 years ago
htlc_state.h db.c: database API. 8 years ago
json.c daemon: dev-output command. 9 years ago
json.h daemon: dev-output command. 9 years ago
jsonrpc.c daemon: reconnect support. 8 years ago
jsonrpc.h daemon: reconnect support. 8 years ago
lightning-cli.c lightning-cli: don't print junk on error. 9 years ago
lightningd.c db.c: database API. 8 years ago
lightningd.h db.c: database API. 8 years ago
log.c log: ability to log struct rval. 8 years ago
log.h log: ability to log struct rval. 8 years ago
netaddr.c netaddr: routines to linearize/delinearize. 8 years ago
netaddr.h netaddr: routines to linearize/delinearize. 8 years ago
onion.c base58, script, protobuf_convert: don't use temporary secp256k1 context. 9 years ago
onion.h base58, script, protobuf_convert: don't use temporary secp256k1 context. 9 years ago
opt_time.c daemon: time option support. 9 years ago
opt_time.h daemon: time option support. 9 years ago
output_to_htlc.c daemon/output_to_htlc: routines to map outputs for HTLCs for a given commit_num. 8 years ago
output_to_htlc.h daemon/output_to_htlc: routines to map outputs for HTLCs for a given commit_num. 8 years ago
packets.c Minor cleanups: things found while debugging the database code. 8 years ago
packets.h daemon: reconnect support. 8 years ago
pay.c base58, script, protobuf_convert: don't use temporary secp256k1 context. 9 years ago
pay.h htlc: keep rval (if known). 9 years ago
payment.c daemon: payment infrastructure. 9 years ago
payment.h daemon: payment infrastructure. 9 years ago
peer.c peer: save/load results in database. 8 years ago
peer.h peer: save/load results in database. 8 years ago
pseudorand.c daemon: use siphash for hashes. 9 years ago
pseudorand.h daemon: use siphash for hashes. 9 years ago
routing.c peer: save/load results in database. 8 years ago
routing.h routing: use ids, not nodes in interface. 8 years ago
secrets.c db.c: database API. 8 years ago
secrets.h db.c: database API. 8 years ago
timeout.c timeout: make all timers one-shot. 9 years ago
timeout.h timeout: make all timers one-shot. 9 years ago
wallet.c peer: save/load results in database. 8 years ago
wallet.h db.c: database API. 8 years ago
watch.c watch: make it easier for them to self-delete. 9 years ago
watch.h watch: make it easier for them to self-delete. 9 years ago