1492 Commits (27835df8fd4500f2da431ce52d74f4277fe4b112)

Author SHA1 Message Date
Rusty Russell ba6904f833 pay: close leaks. 7 years ago
Rusty Russell 85f065a6e7 peer_control: close leak in sign_last_tx. 7 years ago
Rusty Russell ed8baf5f88 funding_spent: fix leaks. 7 years ago
Rusty Russell 8c4eecc089 sphinx: fix leaks. 7 years ago
Rusty Russell f19e02eeaa pay: close leak in payment_failed. 7 years ago
Rusty Russell 38a0ee8638 jsonrpc: current pending commands are not a leak. 7 years ago
Rusty Russell 1356913143 invoice: remove strange code. 7 years ago
Rusty Russell adf8740b96 peer_control: fix opening fundee leaks. 7 years ago
Rusty Russell 4957921e02 log: mark ltmp as notleak. 7 years ago
Rusty Russell e64320c76c options: suppress "leak" from opt_table allocation. 7 years ago
Rusty Russell ccb7047291 lightningd: add notleak annotations. 7 years ago
Rusty Russell 6c951bf7e0 invoice: move link to the top of the structure. 7 years ago
Rusty Russell cec87ba08b peer_control: move link to the top of the structure. 7 years ago
Rusty Russell 70d01b22e1 memleak: add second exclude arg to exclude current commands' jcon. 7 years ago
Rusty Russell dfc132b2fe memleak: add backtrace to allocations. 7 years ago
Rusty Russell c956d9f5eb lightningd: tal memleak detection, dev-memleak command. 7 years ago
Rusty Russell 95df553813 lightningd: add dev-memdump command. 7 years ago
Rusty Russell 8c665835fa jsonrpc: make explicit call to indicate cmd is still pending. 7 years ago
Christian Decker 2988e290cf gossip: Added internal gossip message to add a local channel 7 years ago
Rusty Russell 477a529856 pay: make sure we don't think payment in progress if it immediately fails. 7 years ago
Christian Decker a8a6d1d669 channel: Directly send announcements and updates to gossipd 7 years ago
Rusty Russell 94711969f9 gossipd: hand out gossip_index to other daemons. 7 years ago
Rusty Russell 67aa95c194 gossipd: hand back peer, don't hand a new peer. 7 years ago
Rusty Russell b83ac58a98 subd: if a required daemon exits, wait instead of killing it. 7 years ago
Rusty Russell 6b232de7b1 openingd: return to master for more gossip when negotiation fails. 7 years ago
Rusty Russell 899bf3fde9 subd: add transaction to subd exit corner case. 7 years ago
Rusty Russell 20d7ddcb6e json_fund_channel: give more details than "peer died". 7 years ago
Christian Decker b5f737e563 gossip: Passing alias, color and wireaddrs through to gossipd 7 years ago
Christian Decker 67c6d4d1f1 opts: Change alias to be u8*, better matches the unicode nature 7 years ago
Rusty Russell 65fd7ce132 bitcoind: don't leak memory on every call to bitcoin-cli. 7 years ago
Rusty Russell b00525b8c8 options: don't leak memory when people override options. 7 years ago
Rusty Russell 0610f66c34 bolt11: handle r value fee spec change. 7 years ago
practicalswift 4452e3f3f1 Remove redundant code 7 years ago
ZmnSCPxj 7c09b6f478 Load defaults for purpose of help. 7 years ago
practicalswift 2ed53025f9 Remove redundant remote_shutdown_scriptpubkey assignment 7 years ago
practicalswift 61c47c09d0 Fix typos 7 years ago
Rusty Russell 5444084625 onchaind: fix reversed CSV delays. 7 years ago
Rusty Russell af5dbbc9f8 json_connect: separate port arg so we can parse IPv6 addresses. 7 years ago
Rusty Russell 0069787eb6 lightningd: fix crash on bad connect host arg. 7 years ago
Christian Decker 9ba99d2b2d hsm: Cleanup after merging control and client libraries 7 years ago
Christian Decker 8ff69e0307 hsm: channeld now also just uses the handle_client entry point 7 years ago
Christian Decker 6ce264d3a2 hsm: Remove special case of hsmfd_ecdh, replaced with client and cap 7 years ago
Rusty Russell 933c1794a1 gossipd: gossip_get_update / gossip_get_update_reply from channeld. 7 years ago
Rusty Russell 2bed246e10 channeld: generate error messages instead of having master do it. 7 years ago
Rusty Russell ee8274b7a1 channeld: handle wrapping error messages messages. 7 years ago
Rusty Russell be35895847 lightningd: instead of malformed code, keep generic error code. 7 years ago
Rusty Russell 06d7c40c63 lightningd: make minimum feerate significantly lower. 7 years ago
Christian Decker 00cad3a2ff fixup! txfilter: Add a simple transaction filter 7 years ago
Christian Decker c29923a623 topology: Add transaction filtering to connect_block 7 years ago
Christian Decker 1eb3c9d2b3 txfilter: Add a simple transaction filter 7 years ago