74 Commits (48df6c856610d0e96cd3e098a740741fae38658d)

Author SHA1 Message Date
Rusty Russell 13717c6ebb gossipd: hand a gossip_store_fd to all subdaemons. 6 years ago
Rusty Russell e0ec9ac521 libwally: update to 0.6.8. 6 years ago
Rusty Russell a2fa699e0e Use node_id everywhere for nodes. 6 years ago
Rusty Russell 837a095d68 pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
Rusty Russell ede7d0518e connectd: unlink any old socket when we use --bind-addr. 6 years ago
Rusty Russell b85340eee6 connectd: allow --addr=/socket 6 years ago
Rusty Russell 1069f48082 connectd: fix binding to a UNIX domain socket. 6 years ago
thestick613 e613ae2d8e Increase TCP socket backlog. 6 years ago
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat. 6 years ago
Rusty Russell 26dda57cc0 utils: make tal_arr_expand safer. 6 years ago
Christian Decker 94eb2620dc bolt: Updated the BOLT specification to the latest version 6 years ago
Christian Decker 65054ae72e bolt: Updated the BOLT specification to a07dc3df3b4611989e3359f28f96c574f7822850 6 years ago
Rusty Russell 66de6b84be channeld: use pointer for shared secret. 6 years ago
Saibato c60725ef3e allow --bind-addr (not announce) to work with tor autoservice 6 years ago
Rusty Russell d613b3fa9d connectd: simply use global features from common/features. 6 years ago
Rusty Russell 23540fe956 common: make funding_tx and withdraw_tx share UTXO code. 6 years ago
Rusty Russell 1430036684 connectd: wire up dev_memleak. 6 years ago
Rusty Russell a1c675edb3 connectd: free proxyaddr after use. 6 years ago
Rusty Russell b522b35e01 connectd: rename peer_reconnected local var for clarity. 6 years ago
Rusty Russell 5b7ef7ab49 connectd: don't leak init message. 6 years ago
Rusty Russell 5a81dbd783 common/daemon: enable/cleanup memleak in daemon_setup / daemon_shutdown. 6 years ago
Rusty Russell 3c97f3954e daemon_conn: make it a tal object, typesafe callbacks. 6 years ago
Rusty Russell 689d51cba5 common/daemon_conn: remove finished function. 6 years ago
Rusty Russell c236361efd wireaddr: update bolt version, remove 'padding' from addresses. 6 years ago
Rusty Russell 8600ba403c wireaddr: remove handling for addr->type == ADDR_TYPE_PADDING 6 years ago
Rusty Russell 09b33015c4 connectd: give user a hint when wrong key is used. 6 years ago
Rusty Russell acc01e6436 ccan: update. 6 years ago
Rusty Russell 41b0872f58 Use localfeatures and globalfeatures consistently. 6 years ago
Rusty Russell 15e8801285 connectd: fixes as suggested by @niftynei. 6 years ago
Rusty Russell c3ffa6b9aa connectd: Code documentation part III. 6 years ago
Rusty Russell 3358437062 connectd: don't log every time a peer disconnects. 6 years ago
Rusty Russell 89bac0d516 connectd: don't look for broken resolver if DNS disabled. 6 years ago
Rusty Russell 9207e48246 connectd: make_listen_fd is never called with a NULL addr. 6 years ago
Rusty Russell 2bdedf5582 connectd: reorder functions again for better grouping (MOVEONLY) 6 years ago
Rusty Russell 4de2b362f5 connectd: rename 'struct reaching' to 'struct connecting'. 6 years ago
Rusty Russell a1bdaa8f99 connectd/peer_exchange_initmsg: handle peer comms ourselves. 6 years ago
Rusty Russell cfd54d67cb connectd: use io_wait, instead of creating boutique list. 6 years ago
Rusty Russell 74ab2125af connectd: cleamn up broken resolver detection code. 6 years ago
Rusty Russell 6dbf1ef2c4 connectd: remove unused timers. 6 years ago
Rusty Russell c9001f653a connectd: reorder functions for clarity. 6 years ago
Rusty Russell 96f05549b2 common/utils.h: add tal_arr_expand helper. 6 years ago
Rusty Russell e012e94ab2 hsmd: rename hsm_client_wire_csv to hsm_wire.csv 6 years ago
Rusty Russell 8f1f1784b3 hsmd: remove hsmd/client.c 6 years ago
Saibato 60b51d29b6 set the tor port also in struct wireaddr 6 years ago
Rusty Russell 0d46a3d6b0 Put the 'd' back in the daemons. 6 years ago
Rusty Russell f80176eae9 connectd: move list entries of structs to top, to help dev-memleak detection. 6 years ago
Rusty Russell 8340d8c070 secret_eq: remove in favor of constant time variant. 6 years ago
Rusty Russell 2a73450818 connectd: fix leak of peer. 6 years ago
Rusty Russell 35d7449259 connectd: initialize peer->conn. 6 years ago
Rusty Russell 65c882ca3a Minor cleanups. 6 years ago