2509 Commits (7b80e5b66c9a3de583758ca30eef193ffdea334e)
 

Author SHA1 Message Date
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 795a03e8c4 fromwire_bitcoin_tx: quieten leak reporting. 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 20fcb5d6ef memleak: allow marking of entire tal trees to be noleak. 7 years ago
Rusty Russell 7a8532830f memleak: track reallocs and frees in notleak() 7 years ago
Rusty Russell 70d01b22e1 memleak: add second exclude arg to exclude current commands' jcon. 7 years ago
Rusty Russell 19b1b35d31 memleak: explicitly exclude ccan/io allocation. 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
Rusty Russell 42b9df59c1 update-mocks: allow it to handle missing notleak_ 7 years ago
Rusty Russell 32cee8620b routing: re-expose half_add_connection. 7 years ago
Christian Decker 1ec916076f pytest: Change test_gossip_jsonrpc to cover local-only gossip 7 years ago
Christian Decker da0792e69c gossip: Add local channels when channeld tells us to 7 years ago
Christian Decker ecde138071 channel: Send local_add_channel to gossip on funding_locked 7 years ago
Christian Decker 2988e290cf gossip: Added internal gossip message to add a local channel 7 years ago
Rusty Russell 28f02e0c0e wallet: use real feerates for withdraw rpc. 7 years ago
Rusty Russell 3da93319fb withdraw: make rpc call accept 'all' as a value. 7 years ago
Rusty Russell 8cd7ebb924 wallet: wallet_select_all to select everything. 7 years ago
Rusty Russell bd0b762b2f hsm: fix complex withdrawl transactions. 7 years ago
Rusty Russell db1b9ffb61 channeld: print out error msg if we receive one. 7 years ago
Rusty Russell 477a529856 pay: make sure we don't think payment in progress if it immediately fails. 7 years ago
Rusty Russell bd27eba6f8 bench: reduce defaults for travis run. 7 years ago
Rusty Russell a7eee0b669 routing: precalc per-block risk factor. 7 years ago
Rusty Russell 2824ff2b30 routing: remove possibility of overflow. 7 years ago
Rusty Russell 589cb673ce routing: remove negative fee support. 7 years ago
Rusty Russell 21cc904b03 gossipd/test/run-bench-find_route.c: add perfme support. 7 years ago
Rusty Russell ee06c71efc gossipd: make routing far less chatty. 7 years ago
Rusty Russell 4a54884d4b gossipd: routing benchmark. 7 years ago
Rusty Russell 745c7b223a gossipd/routing: make local functions static. 7 years ago
Christian Decker e154f4a019 pytest: Minor cleanup 7 years ago
Christian Decker a8a6d1d669 channel: Directly send announcements and updates to gossipd 7 years ago
Christian Decker 32a96973a5 pytest: Fix a flaky channel_reenable test 7 years ago
Rusty Russell 94711969f9 gossipd: hand out gossip_index to other daemons. 7 years ago
Rusty Russell 6afc7dcc09 gossipd: don't increment broadcast_index until *after* message sent. 7 years ago
Rusty Russell 67aa95c194 gossipd: hand back peer, don't hand a new peer. 7 years ago
Rusty Russell 8832925122 gossipd: don't hand length to route code, it's implied. 7 years ago
Rusty Russell b83ac58a98 subd: if a required daemon exits, wait instead of killing it. 7 years ago
Rusty Russell 36746bf65a Makefile: make gossipd objects depend correctly on its own headers. 7 years ago
Rusty Russell bcfbc24308 gossipd: split peer structure to clearly separate local and remote fields. 7 years ago
Rusty Russell 0cab9d1dd1 daemon_conn: helper to release daemon_conn. 7 years ago