18 Commits (60fbf1f7d06cd774b185a0ff4c951c6e321cce0a)

Author SHA1 Message Date
Rusty Russell a24ed20dee common/cryptomsg: remove unused async routines. 6 years ago
Rusty Russell a1bdaa8f99 connectd/peer_exchange_initmsg: handle peer comms ourselves. 6 years ago
Rusty Russell dfaaa09bc6 common/cryptomsg: remove unused 'reading_body' flag and 'peer_in_started'. 6 years ago
Rusty Russell 82ff891202 Update to latest BOLT version. 6 years ago
Rusty Russell f5d637059d common/cryptomsg.c: fix up bolt 8 references. 6 years ago
Rusty Russell e93682e3bf status: make status_io a more generic mechanism. 7 years ago
practicalswift 98f49c0837 Remove include in file foo.c that is already included in foo.h 7 years ago
Rusty Russell e76a0b4ddc gossipd: fix race where we can handoff peer with bad cryptostate. 7 years ago
Rusty Russell de56dc0ffc common: add logging for peer packets, with status_io. 7 years ago
Rusty Russell 3c6eec87e3 Add DEVELOPER flag, set by default. 7 years ago
Rusty Russell 4e14185961 cryptomsg: add helpers to determine if we're partway through msg read/write. 7 years ago
Rusty Russell 2273ce783e dev_disconnect: support multiple disconnects in the same daemon. 7 years ago
Rusty Russell 6ceec17943 dev_disconnect: make commit suppression a "-nocommit" modifier. 7 years ago
Rusty Russell 2394c9a2e7 crypto_state: move to its own file. 7 years ago
Rusty Russell e137e2527f Update BOLT references with typo fixes. 7 years ago
Rusty Russell ce160d9b17 lightnind: _ dev-disconnect argument to suppress commit timer. 7 years ago
Rusty Russell 5889ad5fc4 dev-disconnect: add blackhole option. 7 years ago
Rusty Russell a37c165cb9 common: move some files out of lightningd/ 7 years ago
Rusty Russell 85ff95e829 common: new directory for any shared objects. 7 years ago
Rusty Russell 456fa39380 sync_crypto_write: support take(msg) 7 years ago
Rusty Russell d492f3872c wire/peer_wire: rename gossip_msg / unknown_msg / unknown_msg_discardable 7 years ago
Rusty Russell 212b46b1d9 lightningd/cryptomsg: fix use-after-free introduced by dev_disconnect. 7 years ago
Rusty Russell 7389aae26a Massive BOLT text underscore and formatting updates. 7 years ago
Rusty Russell 9b1d240c1f lightningd: --dev-disconnect support. 8 years ago
Rusty Russell b99c5620ef struct secret: use everywhere. 8 years ago
Rusty Russell 4839916038 lightningd/cryptomsg: discard unknown odd messages internally. 8 years ago
Rusty Russell 4bf398c4e7 status: move into lightningd/status. 8 years ago
Rusty Russell a845b07ada lightningd/cryptomsg: only free written messages if they're marked take(). 8 years ago
Rusty Russell 7419fde9a0 Update to new spec: differentiate channel_id and short_channel_id. 8 years ago
Rusty Russell 90737371d0 lightningd/cryptomsg: split raw crypto_state vs peer_crypto_state 8 years ago
Rusty Russell 13ac472062 lightningd/crypto_sync: fix sync_crypto_write / sync_crypto_read 8 years ago
Rusty Russell e3f2d72d4d crypto_sync: synchronous routines for inter-peer crypto. 8 years ago
Rusty Russell 35909ba94a cryptomsg: wording fix with update to latest BOLT. 8 years ago
Rusty Russell 9fd40da38c generate-wire: don't hand unknown structures specially. 8 years ago
Rusty Russell 6a089ce112 cryptomsg: add towire/fromwire for crypto state. 8 years ago
Rusty Russell 89a06734c4 lightningd/cryptomsg: test routines. 8 years ago
Rusty Russell a7f682c66e lightningd/cryptomsg: routines to encrypt on the wire. 8 years ago