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 8f2c4348a9 lightningd/channel.c: tell if we're still awaiting revoke_and_ack. 8 years ago
..
channel lightningd/channel.c: tell if we're still awaiting revoke_and_ack. 8 years ago
gossip lightningd/Makefile: put timeout into OLD_LIB_SRC for all daemons. 8 years ago
handshake lightningd/status: support daemon_conn for status_trace and status_failed. 8 years ago
hsm lightningd/connection: rename to lightningd/daemon_conn 8 years ago
opening lightningd/channel: generate htlc txs and wscripts as well. 8 years ago
test lightningd/channel.c: clearer functions names, better return values. 8 years ago
.gitignore lightningd/hsm: simple daemon to control the keys. 8 years ago
Makefile lightningd/Makefile: put timeout into OLD_LIB_SRC for all daemons. 8 years ago
build_utxos.c bitcoin/script: rename bitcoin_redeem_p2wpkh -> bitcoin_redeem_p2sh_p2wpkh 8 years ago
build_utxos.h lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 8 years ago
channel.c lightningd/channel.c: tell if we're still awaiting revoke_and_ack. 8 years ago
channel.h lightningd/channel.c: tell if we're still awaiting revoke_and_ack. 8 years ago
channel_config.c generate-wire: don't hand unknown structures specially. 8 years ago
channel_config.h Update wire from spec 9e0a0e893db389bfe392b2f4db8097949395fe28 8 years ago
commit_tx.c lightningd/commit_tx: support for printing out actual tx fees. 8 years ago
commit_tx.h lightningd/commit_tx: don't segv on NULL htlcmap. 8 years ago
crypto_sync.c status: move into lightningd/status. 8 years ago
crypto_sync.h crypto_sync: synchronous routines for inter-peer crypto. 8 years ago
cryptomsg.c lightningd/cryptomsg: discard unknown odd messages internally. 8 years ago
cryptomsg.h lightningd/cryptomsg: discard unknown odd messages internally. 8 years ago
daemon_conn.c lightningd/msg_queue: rename msg_is_fd to msg_extract_fd 8 years ago
daemon_conn.h lightningd/connection: rename to lightningd/daemon_conn 8 years ago
debug.c lightningd: --dev-debugger=<subdaemon> 8 years ago
debug.h lightningd: --dev-debugger=<subdaemon> 8 years ago
derive_basepoints.c lightningd/derive_basepoints: hoist derivation logic. 8 years ago
derive_basepoints.h lightningd/derive_basepoints: hoist derivation logic. 8 years ago
dev_newhtlc.c lightningd: dev_newhtlc command. 8 years ago
funding_tx.c lightningd/funding_tx: output number is 16 bit. 8 years ago
funding_tx.h lightningd/funding_tx: output number is 16 bit. 8 years ago
gossip_control.c jsonrpc: Implemented `getchannels` JSON-RPC call 8 years ago
gossip_control.h lightningd/lightningd: wire up lightningd_gossip. 8 years ago
gossip_msg.c jsonrpc: Implemented `getchannels` JSON-RPC call 8 years ago
gossip_msg.h jsonrpc: Implemented `getchannels` JSON-RPC call 8 years ago
hsm_control.c lightningd/subd: support multiple fds sent at once in normal messages. 8 years ago
hsm_control.h lightningd/lightningd: start HSM at initialization time. 8 years ago
htlc_tx.c bitcoin/script: update scripts to the lightningnetwork/lightning-rfc#123 version 8 years ago
htlc_tx.h bitcoin/script: update scripts to the lightningnetwork/lightning-rfc#123 version 8 years ago
key_derive.c lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 8 years ago
key_derive.h lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 8 years ago
lightningd.c lightningd: Add method to find a peer given its unique_id 8 years ago
lightningd.h lightningd: Add method to find a peer given its unique_id 8 years ago
msg_queue.c lightningd/msg_queue: rename msg_is_fd to msg_extract_fd 8 years ago
msg_queue.h lightningd/msg_queue: rename msg_is_fd to msg_extract_fd 8 years ago
peer_control.c lightningd/channel: send and receive update_commit 8 years ago
peer_control.h lightningd: dev_newhtlc command. 8 years ago
peer_failed.c status: move into lightningd/status. 8 years ago
peer_failed.h lightningd/peer_failed: helper to send PKT_ERR and exit daemon. 8 years ago
status.c lightningd/status: reuse wire code for sending status. 8 years ago
status.h lightningd/status: support daemon_conn for status_trace and status_failed. 8 years ago
subd.c subd: Do not close STDOUT in sub-daemons 8 years ago
subd.h lightningd/subd: support multiple fds sent at once in normal messages. 8 years ago
utxo.c tools/generate-wire.py: open-code array handling for non-u8. 8 years ago
utxo.h tools/generate-wire.py: open-code array handling for non-u8. 8 years ago