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 13593d4cbf peer: don't try to change fees while we're still setting up channel. 8 years ago
..
jsmn@bd9bd55c3a daemon/jsmn: Add submodule for jsmn. 9 years ago
test test.sh: remove scary-looking output from 'make check' 8 years ago
.gitignore daemon: first code. 9 years ago
Makefile routing: Wiring in the IRC peer discovery 8 years ago
bitcoind.c bitcoind: keep running fee estimate. 8 years ago
bitcoind.h chaintopology: only report active chaintip. 8 years ago
chaintopology.c routing: Added IRC announcement glue 8 years ago
chaintopology.h routing: Added IRC announcement glue 8 years ago
channel.c Use "msatoshi" not "msatoshis" everywhere. 8 years ago
channel.h channel: remove enum channel_side, rename htlc_side to side. 8 years ago
commit_tx.c Use "msatoshi" not "msatoshis" everywhere. 8 years ago
commit_tx.h channel: remove enum channel_side, rename htlc_side to side. 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: rename all the low-level commands to dev- 8 years ago
controlled_time.h daemon: test restarting. 8 years ago
cryptopkt.c log: add easy way to log hex blobs. 8 years ago
cryptopkt.h peer: do logging before crypto is on. 8 years ago
db.c db: always call db_update_our_closing in a transaction. 8 years ago
db.h db: always call db_update_our_closing in a transaction. 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
failure.c htlc: save fail message in HTLC. 8 years ago
failure.h htlc: save fail message in HTLC. 8 years ago
feechange.c db: save error, return it when we commit transaction. 8 years ago
feechange.h db: save error, return it when we commit transaction. 8 years ago
feechange_state.h daemon: handle feechange requests. 8 years ago
htlc.c db: save error, return it when we commit transaction. 8 years ago
htlc.h db: save error, return it when we commit transaction. 8 years ago
htlc_state.h db.c: database API. 8 years ago
invoice.c db: save error, return it when we commit transaction. 8 years ago
invoice.h db: save error, return it when we commit transaction. 8 years ago
irc_announce.c routing: Added IRC announcement glue 8 years ago
irc_announce.h routing: Added IRC announcement glue 8 years ago
json.c getroute: add a risk factor. 8 years ago
json.h getroute: add a risk factor. 8 years ago
jsonrpc.c getinfo: new RPC command 8 years ago
jsonrpc.h daemon: rename all the low-level commands to dev- 8 years ago
lightning-cli.c pay: split into getroute and sendpay 8 years ago
lightningd.c getinfo: new RPC command 8 years ago
lightningd.h getinfo: new RPC command 8 years ago
log.c Use "msatoshi" not "msatoshis" everywhere. 8 years ago
log.h log: add channel_state logging ability. 8 years ago
netaddr.c peer: keep addresses separately from peers. 8 years ago
netaddr.h peer: keep addresses separately from peers. 8 years ago
onion.c pay: split into getroute and sendpay 8 years ago
onion.h pay: split into getroute and sendpay 8 years ago
opt_time.c daemon: test restarting. 8 years ago
opt_time.h daemon: test restarting. 8 years ago
output_to_htlc.c channel: remove enum channel_side, rename htlc_side to side. 8 years ago
output_to_htlc.h channel: remove enum channel_side, rename htlc_side to side. 8 years ago
packets.c Use "msatoshi" not "msatoshis" everywhere. 8 years ago
packets.h db: Always fail HTLC inside a transaction. 8 years ago
pay.c getroute: add a risk factor. 8 years ago
pay.h db: save and restore "sendpay" commands. 8 years ago
peer.c peer: don't try to change fees while we're still setting up channel. 8 years ago
peer.h db: save error, return it when we commit transaction. 8 years ago
pseudorand.c daemon: use siphash for hashes. 8 years ago
pseudorand.h daemon: use siphash for hashes. 8 years ago
routing.c daemon: rename all the low-level commands to dev- 8 years ago
routing.h Use "msatoshi" not "msatoshis" everywhere. 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. 8 years ago
watch.h watch: make it easier for them to self-delete. 8 years ago