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 db4de95033 lightningd: single transient billboard for opening peers. 7 years ago
..
test Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
.gitignore handshaked: remove. 7 years ago
Makefile lightningd/channel_control: routines to control channeld (move from peer_control.c) 7 years ago
bitcoind.c Mark intentionally unused parameters as such (with "UNUSED") 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 Remove unused parameter topo in txowatch_fire(struct chain_topology *topo, ...) 7 years ago
chaintopology.h Remove unused function json_dev_broadcast(...) 7 years ago
channel.c lightningd: maintain a status billboard for each channel. 7 years ago
channel.h lightningd: maintain a status billboard for each channel. 7 years ago
channel_control.c tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
channel_control.h lightningd/channel_control: routines to control channeld (move from peer_control.c) 7 years ago
channel_state.h lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
closing_control.c tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
closing_control.h lightningd/closing_control: routines to control closingd (move from peer_control.c) 7 years ago
connect_control.c tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
connect_control.h lightningd/peer_control: reorder, move more functions out. 7 years ago
dev_ping.c dev_ping: don't crash with silly values. 7 years ago
gossip_control.c Mark intentionally unused parameters as such (with "UNUSED") 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 tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
hsm_control.h lightningd/hsm_control: use a simple fd for HSM. 7 years ago
htlc_end.c Remove unused parameter ptr in corrupt(const void *ptr, ...) 7 years ago
htlc_end.h htlc: keep channel pointer, not peer pointer. 7 years ago
invoice.c tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
invoice.h invoices: Extensive reorganization of invoice system. 7 years ago
jsonrpc.c Mark intentionally unused parameters as such (with "UNUSED") 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 Add option to specify pid file 7 years ago
lightningd.h options: Add `--offline` to disable listening and auto-reconnection 7 years ago
log.c Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...) 7 years ago
log.h Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...) 7 years ago
log_status.c tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
log_status.h status: add multiple levels of logging. 7 years ago
memdump.c Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
netaddress.c Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
netaddress.h wireaddr: add ip[:port] parsing 7 years ago
onchain_control.c Remove unused parameter why in delete_channel(..., const char *why) 7 years ago
onchain_control.h txwatch: remove unused callback arg, hide struct definitions. 7 years ago
opening_control.c lightningd: single transient billboard for opening peers. 7 years ago
opening_control.h lightningd/opening_control: routines to control openingd (move from peer_control.c) 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 options: Add `--offline` to disable listening and auto-reconnection 7 years ago
options.h lightningd: --deprecated-api option to turn off deprecated APIs. 7 years ago
pay.c Remove redundant casts to same type 7 years ago
pay.h payalgo: New file for pay command. 7 years ago
payalgo.c Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
payalgo.h payalgo: New file for pay command. 7 years ago
peer_control.c Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...) 7 years ago
peer_control.h lightningd/channel_control: routines to control channeld (move from peer_control.c) 7 years ago
peer_htlcs.c Remove unused parameter payment_hash in forward_htlc(..., const struct sha256 *payment_hash, ...) 7 years ago
peer_htlcs.h lightningd/peer_control: reorder, move more functions out. 7 years ago
subd.c Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
subd.h Fix typos 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 Remove unused parameter topo in txw_fire(struct chain_topology *topo, ...) 7 years ago
watch.h Remove unused parameter topo in txowatch_fire(struct chain_topology *topo, ...) 7 years ago