3808 Commits (b965ef7d1d087a18b7bffea6a222b1bd3fb239ae)
 

Author SHA1 Message Date
Rusty Russell b965ef7d1d routing: make sure we fail if we can't unmarshal announcements. 7 years ago
Rusty Russell d52564dc05 check-source: add check for tal_free(tmpctx). 7 years ago
Rusty Russell cae25ca5db devtools/print_wire: add return for numerical fields. 7 years ago
Rusty Russell bd1c16d284 update-ccan: clean up the two unwanted imports. 7 years ago
Rusty Russell 6fe2c037dc Add .rej files to gitignore. 7 years ago
Christian Decker e604891910 pytest: Do not set test-groups unless explicitly requested 7 years ago
ZmnSCPxj b79bb1dbe6 gitignore: Ignore `run-features` test. 7 years ago
Rusty Russell 7bfb9978de wire: remove --check-alignment arg from spec parsing tool. 7 years ago
practicalswift ba20ace064 Do not use potentially uninitialized value needed_dns 7 years ago
Rusty Russell 4359f46ffd features: fix features_supported() function. 7 years ago
Rusty Russell 149e967ba3 features: fix endian. 7 years ago
Saibato 8659745ca6 update TOR.md to latest changes 7 years ago
nicolas.dorier 59154ebd34 Fix build on linux-musl 7 years ago
practicalswift 3abd9ad4f6 wireaddr: Avoid memory corruption in fmt_wireaddr_without_port() 7 years ago
practicalswift fab3b214b4 Avoid static analyzer warning about integer wraparound 7 years ago
Rusty Russell 1125682ceb wireaddr: new type, ADDR_INTERNAL_FORPROXY, use it if we can't/wont resolve. 7 years ago
Rusty Russell 2a0acd3492 tor: log proxy communications using status_io. 7 years ago
Rusty Russell 570283bc76 gossipd: don't use fake addrhint for non-addrhint resolutions. 7 years ago
Rusty Russell de063edb54 gossip: extract function to derive seedname. 7 years ago
Rusty Russell 0d23f4fb4a gossipd: hand io_tor_connect the host as a string. 7 years ago
Rusty Russell a1dc4eef56 wireaddr: tell caller that we failed due to wanting DNS lookup, don't try. 7 years ago
Rusty Russell 5345e43354 gossipd: rename use_tor to use_proxy, 7 years ago
Rusty Russell bcb047a729 gossipd: fix uninitialized var. 7 years ago
Rusty Russell 011d75c618 lightningd: don't allow --announce-addr with a wildcard address. 7 years ago
Rusty Russell 1ab9a5def6 wireaddr: fix parsing of empty address with no port. 7 years ago
Rusty Russell cca791d1cb routing: clean up channel public/active states. 7 years ago
Rusty Russell 9d1e496b11 gossipd: use a real update in local_add_channel. 7 years ago
Rusty Russell c71e16f784 broadcast: invert ownership of messages. 7 years ago
Rusty Russell 8940528bdb gossipd: don't include private announcements into broadcast map. 7 years ago
Rusty Russell cdded4f53d tests/utils.py: make default timeout configurable via $TIMEOUT 7 years ago
Rusty Russell d1b28f832d gossipd: when reconnecting, make sure we free old connection. 7 years ago
Rusty Russell 2bc9d7594c doc/TOR.md: update for new options. 7 years ago
Rusty Russell 89c76a5a78 Move always-use-proxy auto-override to master daemon. 7 years ago
Rusty Russell 1106c40217 tor: add new 'autotor:' address option. 7 years ago
Rusty Russell a8c0bca6a8 gossipd: take over negotiation of autogenerated Tor addresses. 7 years ago
Rusty Russell e93682e3bf status: make status_io a more generic mechanism. 7 years ago
Rusty Russell 5a0bc83b20 Tor: don't do seed queries if we're supposed to always use proxy. 7 years ago
Rusty Russell 9d8e3cf3da gossip: handle Tor proxy better. 7 years ago
Rusty Russell c3ccc14f19 Tor: remove --tor prefix from SOCKS5 options. 7 years ago
Rusty Russell 003cd29733 tor: clean up io_tor_connect. 7 years ago
Rusty Russell d87a6c3a48 wireaddr: more helpers, to convert to addrinfo. 7 years ago
Rusty Russell 2d840706df tor: don't immediately fail if we can't open cookie file. 7 years ago
Rusty Russell d5e4d52563 common/base32: make this a simple tal-wrapper around ccan/base32. 7 years ago
Rusty Russell 53c6ceeab9 ccan: import base32 module. 7 years ago
Rusty Russell e91975c22d wireaddr: use fmt_wireaddr_without_port in fmt_wireaddr. 7 years ago
Rusty Russell 7900318216 wireaddr: fix tor address lengths. 7 years ago
Rusty Russell 7d95dbbd0a wireaddr: remove FQDN_ADDRLEN in favor of LARGEST_ADDRLEN. 7 years ago
Rusty Russell c1e0a4d572 gossip/tor: rearrange functions to avoid predeclarations. 7 years ago
Rusty Russell 8b0215549c options: check that combinations of TOR options are valid. 7 years ago
Rusty Russell e229f113b9 gossipd: don't try to reach tor if we don't have a proxy. 7 years ago