..
test
lightningd: escape our own alias when we print it in logs.
7 years ago
.gitignore
handshaked: remove.
7 years ago
Makefile
common/json_escaped: new type which explicitly notes a string is already JSON.
7 years ago
bitcoind.c
Remove include in file foo.c that is already included in foo.h
7 years ago
bitcoind.h
Add --bitcoin-rpcport option to pass to bitcoin-rpc
7 years ago
build_utxos.c
Remove include in file foo.c that is already included in foo.h
7 years ago
build_utxos.h
build_utxos: fix weight calculation, and make more accurate.
7 years ago
chaintopology.c
Remove include in file foo.c that is already included in foo.h
7 years ago
chaintopology.h
topology: Track blockchain changes in the DB
7 years ago
channel.c
channel_fail_permanent: Use a channel-level error, not an all-channels error.
7 years ago
channel.h
channel: reserve a bip32 index as soon as channel is opened.
7 years ago
channel_control.c
utils: remove tal_tmpctx altogether, use global.
7 years ago
channel_control.h
lightningd/channel_control: routines to control channeld (move from peer_control.c)
7 years ago
channel_state.h
channel_states: fold all the ONCHAIND states into one.
7 years ago
closing_control.c
Mark unused parameters as such (using "UNUSED")
7 years ago
closing_control.h
lightningd/closing_control: routines to control closingd (move from peer_control.c)
7 years ago
connect_control.c
lightningd/json: Move json helpers specific for lightningd to new module.
7 years ago
connect_control.h
lightningd/peer_control: reorder, move more functions out.
7 years ago
dev_ping.c
lightningd/json: Move json helpers specific for lightningd to new module.
7 years ago
gossip_control.c
json_getnodes: escape the alias when we print it out.
7 years ago
gossip_control.h
gossipd: rewrite to do the handshake internally.
7 years ago
gossip_msg.c
jsonrpc: Return the channel capacity for listchannels
7 years ago
gossip_msg.h
jsonrpc: Return the channel capacity for listchannels
7 years ago
hsm_control.c
utils: remove tal_tmpctx altogether, use global.
7 years ago
hsm_control.h
lightningd/hsm_control: use a simple fd for HSM.
8 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
bolt11: undo json encoding for description bytes.
7 years ago
invoice.h
invoices: Extensive reorganization of invoice system.
7 years ago
json.c
lightningd/json: Move json helpers specific for lightningd to new module.
7 years ago
json.h
Use expected LIGHTNING_DIR_FILE_H define
7 years ago
jsonrpc.c
common/json_escaped: new type which explicitly notes a string is already JSON.
7 years ago
jsonrpc.h
lightningd/json: Move json helpers specific for lightningd to new module.
7 years ago
jsonrpc_errors.h
Use expected LIGHTNING_DIR_FILE_H define
7 years ago
lightningd.c
lightningd: escape our own alias when we print it in logs.
7 years ago
lightningd.h
lightningd: escape our own alias when we print it in logs.
7 years ago
log.c
Remove include in file foo.c that is already included in foo.h
7 years ago
log.h
lightningd: remove ltmp context now we have tmpctx.
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
memdump: fix overzealous assertions from b857b2e8438ad86f6c69c40ec3e4db3ab6a4542a
7 years ago
netaddress.c
lightningd: remove ltmp context now we have tmpctx.
7 years ago
netaddress.h
wireaddr: add ip[:port] parsing
7 years ago
onchain_control.c
Mark unused parameters as such (using "UNUSED")
7 years ago
onchain_control.h
txwatch: remove unused callback arg, hide struct definitions.
7 years ago
opening_control.c
Fund all (#1249)
7 years ago
opening_control.h
peer_control: Fix a use-after-free bug. (#1237)
7 years ago
opt_time.c
Fix order of includes
7 years ago
opt_time.h
headers: fix up header idempotent lines.
7 years ago
options.c
common/json_escaped: new type which explicitly notes a string is already JSON.
7 years ago
options.h
lightningd: --deprecated-api option to turn off deprecated APIs.
7 years ago
pay.c
Remove include in file foo.c that is already included in foo.h
7 years ago
pay.h
pay: Make json_add_payment_fields accessible to other parts.
7 years ago
payalgo.c
lightningd/json: Move json helpers specific for lightningd to new module.
7 years ago
payalgo.h
payalgo: New file for pay command.
7 years ago
peer_control.c
common/json_escaped: new type which explicitly notes a string is already JSON.
7 years ago
peer_control.h
lightning/peer_control.h: Minor cleanup of nonexistent functions.
7 years ago
peer_htlcs.c
wallet: use json_escaped for invoice label.
7 years ago
peer_htlcs.h
lightningd/peer_control: reorder, move more functions out.
7 years ago
subd.c
Make sure we never pass a negative value to dup2(...)
7 years ago
subd.h
subd: handle status_peer_billboard messages from subdaemons.
7 years ago
watch.c
Remove include in file foo.c that is already included in foo.h
7 years ago
watch.h
Remove unused parameter topo in txowatch_fire(struct chain_topology *topo, ...)
7 years ago