36 Commits (a40f45af55bcebbc5b01a76797e908d7d71d337a)

Author SHA1 Message Date
Rusty Russell a40f45af55 connectd: generate message for lightningd inside peer_connected(). 5 years ago
Rusty Russell 13717c6ebb gossipd: hand a gossip_store_fd to all subdaemons. 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 26dda57cc0 utils: make tal_arr_expand safer. 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 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 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 09b33015c4 connectd: give user a hint when wrong key is used. 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
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 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
Rusty Russell 4f1186c4b1 connectd: iterate through all known addresses for a peer, not just one. 6 years ago
Rusty Russell d8d4b19f3a connectd: remove separate address hint message. 6 years ago
Rusty Russell 8939a5001b connectd: rely on the master to tell us to reconnect. 6 years ago
Rusty Russell 30f08cc2b0 connectd: always tell master when connection fails/succeeded. 6 years ago
Rusty Russell 9ad2b26224 connectd: remove 'local_peer_state' 6 years ago
Rusty Russell 5624afc340 connectd: clean up unused structure fields. 6 years ago
Rusty Russell 02966a4857 connectd: remove unused handback APIs and code. 6 years ago
Rusty Russell 5cd72c9620 connectd: explicitly log whether connection is IN or OUT. 6 years ago
Rusty Russell d8a6028214 connectd: fix binding to same port on IPv4 and IPv6. 6 years ago
Rusty Russell 45ad2498f3 connectd: check for supported features ourselves. 6 years ago