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 611ecc60ae lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
..
test lightningd: use tal_link for log_book. 7 years ago
.gitignore handshaked: remove. 7 years ago
Makefile lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
bitcoind.c bitcoind: trivial cleanups. 7 years ago
bitcoind.h lightningd: bitcoind and topology routines take channel, not peer. 7 years ago
build_utxos.c wallet: Use newindex primitive to generate change key index 7 years ago
build_utxos.h build_utxos: fix weight calculation, and make more accurate. 7 years ago
chaintopology.c chaintopology: fix 100 block subtraction. 7 years ago
chaintopology.h lightningd: bitcoind and topology routines take channel, not peer. 7 years ago
channel.c lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
channel.h lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
channel_state.h lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
dev_ping.c lightningd: split struct peer into struct peer and struct channel. 7 years ago
gossip_control.c gossip: Fix up some comments on PR #955 7 years ago
gossip_control.h gossipd: rewrite to do the handshake internally. 7 years ago
gossip_msg.c tools/generate_wire.py: make varlen structs self-allocate. 7 years ago
gossip_msg.h tools/generate_wire.py: make varlen structs self-allocate. 7 years ago
hsm_control.c hsm: give it its own log, so it has unique prefix. 7 years ago
hsm_control.h lightningd/hsm_control: use a simple fd for HSM. 7 years ago
htlc_end.c Rename (almost) all destructors to destroy_<type>. 7 years ago
htlc_end.h htlc: keep channel pointer, not peer pointer. 7 years ago
invoice.c invoice: Disable overlong description. 7 years ago
invoice.h invoices: Extensive reorganization of invoice system. 7 years ago
jsonrpc.c jsonrpc: allow multiple commands in-flight from single JSON connection. 7 years ago
jsonrpc.h jsonrpc: allow multiple commands in-flight from single JSON connection. 7 years ago
jsonrpc_errors.h payalgo: Create a new failure for paying expired invoice. 7 years ago
lightningd.c lightningd: use tal_link for log_book. 7 years ago
lightningd.h lightningd: use tal_link for log_book. 7 years ago
log.c subd: make functions more generic, don't assume 'struct channel'. 7 years ago
log.h subd: make functions more generic, don't assume 'struct channel'. 7 years ago
log_status.c status: generate messages rather than marshal/unmarshal manually. 7 years ago
log_status.h status: add multiple levels of logging. 7 years ago
memdump.c Start all command descriptions with a verb ("Show", "Set", etc.). Remove unused help texts. 7 years ago
netaddress.c Fix a-vs-an typos 7 years ago
netaddress.h wireaddr: add ip[:port] parsing 7 years ago
opt_time.c common: absorb remaining files from daemon/ 7 years ago
opt_time.h headers: fix up header idempotent lines. 7 years ago
options.c lightningd: implement --daemon. 7 years ago
options.h lightningd: --deprecated-api option to turn off deprecated APIs. 7 years ago
pay.c lightningd: struct uncommitted_channel for opening channels. 7 years ago
pay.h payalgo: New file for pay command. 7 years ago
payalgo.c payalgo: Create a new failure for paying expired invoice. 7 years ago
payalgo.h payalgo: New file for pay command. 7 years ago
peer_control.c lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
peer_control.h lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
peer_htlcs.c channel: now we're always complete, fields don't have to be optional. 7 years ago
peer_htlcs.h channel: now we're always complete, fields don't have to be optional. 7 years ago
subd.c subd: make functions more generic, don't assume 'struct channel'. 7 years ago
subd.h subd: make functions more generic, don't assume 'struct channel'. 7 years ago
txfilter.c txfilter: Expose the txfilter_add_scriptpubkey function 7 years ago
txfilter.h txfilter: Expose the txfilter_add_scriptpubkey function 7 years ago
watch.c lightningd: bitcoind and topology routines take channel, not peer. 7 years ago
watch.h lightningd: bitcoind and topology routines take channel, not peer. 7 years ago