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.
 
 
 
 
 
 
Christian Decker a4ded47d34 plugin: Fix memory leak when requests are done 6 years ago
..
test onchaind: wire up dev_memleak. 6 years ago
.gitignore handshaked: remove. 7 years ago
Makefile openingd: wire up dev_memleak. 6 years ago
bitcoind.c bitcoin: If we fail to estimate the fee in testnet use the minfee 6 years ago
bitcoind.h lightningd: allow more than one bitcoind request at once, run multiple queues. 6 years ago
chaintopology.c Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
chaintopology.h chaintopology: remove redundant wallet pointer. 6 years ago
channel.c json-invoice: add routeboost, warnings. 6 years ago
channel.h json-invoice: add routeboost, warnings. 6 years ago
channel_control.c channeld: wire up dev_memleak. 6 years ago
channel_control.h lightningd: peer_start_channeld always returns true; make it void. 6 years ago
channel_state.h lightningd: new state AWAITING_UNILATERAL. 6 years ago
closing_control.c closingd: retransmit `shutdown` on reconnect. 6 years ago
closing_control.h gossipd: drain fd instead of passing around gossip index. 7 years ago
connect_control.c connectd: wire up dev_memleak. 6 years ago
connect_control.h connectd: remove separate address hint message. 6 years ago
gossip_control.c gossipd: wire up memleak detection. 6 years ago
gossip_control.h connectd: wean off gossip_wire message types, use our own. 6 years ago
gossip_msg.c gossipd: hand raw pubkeys in getnodes and getchannels entries. 6 years ago
gossip_msg.h gossipd: hand raw pubkeys in getnodes and getchannels entries. 6 years ago
hsm_control.c lightningd: use hsm_get_client_fd() helper for global daemons too. 6 years ago
hsm_control.h lightningd: use hsm_get_client_fd() helper for global daemons too. 6 years ago
htlc_end.c spelling: Check LockTime Verify. 6 years ago
htlc_end.h htlc: rename local flag to am_origin, add FIXME. 6 years ago
invoice.c Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
invoice.h invoices: Extensive reorganization of invoice system. 7 years ago
json.c json.c and jsonrpc.c: move functions between them. 6 years ago
json.h json.c and jsonrpc.c: move functions between them. 6 years ago
json_escaped.c common/json: move JSON creation routines into lightningd/ 6 years ago
json_escaped.h common/json: move JSON creation routines into lightningd/ 6 years ago
json_stream.c jsonrpc: allow multiple commands at once. 6 years ago
json_stream.h jsonrpc: allow multiple commands at once. 6 years ago
jsonrpc.c [rpc] move getinfo implementation to peer_control.c 6 years ago
jsonrpc.h jsonrpc: allow multiple commands at once. 6 years ago
jsonrpc_errors.h renamed error code 6 years ago
lightningd.c common/daemon: enable/cleanup memleak in daemon_setup / daemon_shutdown. 6 years ago
lightningd.h plugin: Add plugins to lightningd and register arguments 6 years ago
log.c Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
log.h Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
log_status.c Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
log_status.h status: add multiple levels of logging. 7 years ago
memdump.c channeld: wire up dev_memleak. 6 years ago
memdump.h channeld: wire up dev_memleak. 6 years ago
onchain_control.c onchaind: wire up dev_memleak. 6 years ago
onchain_control.h onchaind: Replay stored channeltxs to restore onchaind state 7 years ago
opening_control.c memleak: don't get stuck if per-peer daemons die. 6 years ago
opening_control.h openingd: wire up dev_memleak. 6 years ago
options.c options: plug leak (triggered by next test) 6 years ago
options.h opts: Split early from non-early args so plugins can register theirs 6 years ago
param.c common/utils.h: add tal_arr_expand helper. 6 years ago
param.h param: updated comments in the spirit of #1899 6 years ago
pay.c Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
pay.h Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
payalgo.c docs: Mention that msatoshi on pay is not optional, but ignored 6 years ago
payalgo.h payalgo: New file for pay command. 7 years ago
peer_control.c memleak: don't get stuck if per-peer daemons die. 6 years ago
peer_control.h channeld: wire up dev_memleak. 6 years ago
peer_htlcs.c Update for latest bolt version: bca814e270dcbee2fea51c0a26ca99efef261f2b 6 years ago
peer_htlcs.h onchaind: include htlc id in htlc_stub so we agree on what HTLC we're closing. 6 years ago
ping.c Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
ping.h ping: complete JSON RPC ping commands even if one ping gets no response. 6 years ago
plugin.c plugin: Fix memory leak when requests are done 6 years ago
plugin.h plugin: Give each plugin their own log-prefix 6 years ago
subd.c common/msg_queue: make it a tal object. 6 years ago
subd.h common/msg_queue: make it a tal object. 6 years ago
watch.c txwatch: hand ld to callback, don't assume channel is non-NULL. 6 years ago
watch.h txwatch: hand ld to callback, don't assume channel is non-NULL. 6 years ago