1417 Commits (3938f4027420b6710615d0f0420c6998f7b710bd)
 

Author SHA1 Message Date
Rusty Russell 3938f40274 lightningd/gossip: use daemon_conn for status updates. 8 years ago
Rusty Russell 1f894b6234 lightningd/gossip: use daemon_conn for master daemon interaction. 8 years ago
Rusty Russell 6dd07801d4 lightningd/connection: add fd support. 8 years ago
Rusty Russell 22d2392454 lightningd/subd: use msg_queue fd support. 8 years ago
Rusty Russell bde872d34c lightningd/msg_queue: support queueing/dequeueing of fds. 8 years ago
Rusty Russell 83466b2b32 ccan: update to get close option to io/fdpass. 8 years ago
Rusty Russell 4bf398c4e7 status: move into lightningd/status. 8 years ago
Rusty Russell 1b0dc7414c lightningd/connection: use msg_queue_wait so it can wake us. 8 years ago
Rusty Russell 38b68d478f lightningd/connection: daemon_conn_send should be const. 8 years ago
Christian Decker a57013997d Merge pull request #132 from ElementsProject/pr-130-refinements 8 years ago
Rusty Russell de651bf8fb gossip: don't use hand-coded nested messages for getnodes array. 8 years ago
Rusty Russell e042198cf8 tools/generate-wire.py: allow typename instead of type sizes. 8 years ago
Rusty Russell 9768e4c907 tools/generate-wire.py: open-code array handling for non-u8. 8 years ago
Christian Decker d6918dc4ef gossip: Implemented `getnodes` JSON-RPC call 8 years ago
Christian Decker 74df755a29 gossip: Added nested message types for getnodes query 8 years ago
Christian Decker 8d5591f110 channel: Create gossip announcement upon channel establishment 8 years ago
Christian Decker 5a1fbb7aaf channel: Passing through the endpoint node_ids 8 years ago
Rusty Russell 8a893df951 lightningd/subd: fix use-after-free, cleanup subd_send_msg unnecessary tal_dup. 8 years ago
Christian Decker 8ae698d1dc Migrating daemon_conn to msg_queue and msg_queue takes over messages 8 years ago
Christian Decker 05e64db6cd gossip: Refactored non-local peers to use `daemon_conn` 8 years ago
Christian Decker 1af6262822 connection: Added callback when the queue is cleared 8 years ago
Christian Decker fd1cbf9030 gossip: Refactoring message handling and removed redundant timers 8 years ago
Christian Decker ea1a891d3f channel: Forwarding incoming gossip messages to gossipd 8 years ago
Christian Decker 04f6070cb6 channel: Forwarding gossip messages to peer 8 years ago
Christian Decker 5721d7d194 gossip: Marking peer as non-local and forwarding broadcasts 8 years ago
Christian Decker 408d2f5170 Async connection abstraction 8 years ago
Christian Decker 0596a6cc2c gossip: Initialize the secp256k1_context 8 years ago
Christian Decker ab4f1f0550 gossip: Add missing log to gossip daemon 8 years ago
Christian Decker 11fc750383 gossip: Handle incoming client requests asynchronously 8 years ago
Christian Decker 34c96399b0 channel: Passing gossipd client fd to channeld 8 years ago
Christian Decker 3045e25624 gossip: Returning a gossip-client upon peer_ready 8 years ago
Christian Decker 6319035033 lightningd: Add method to find a peer given its unique_id 8 years ago
Christian Decker 477b537bad gossip: Do not clear peer in gossipd when it's handed off 8 years ago
Christian Decker a99744e68e gitignore: Added channeld to ignore list. 8 years ago
Rusty Russell da5c7e0a08 daemon/subdaemon: remove in favor of daemon/subd. 8 years ago
Rusty Russell 14505594b5 lightningd/channel: convert to subd. 8 years ago
Rusty Russell 1781983be1 lightningd/opening: convert to subd. 8 years ago
Rusty Russell e467afce06 lightningd/handshake: convert to subd. 8 years ago
Rusty Russell 5dc8cb12be lightningd/gossip: convert to subd. 8 years ago
Rusty Russell 7f406ea80d lightningd/hsm: convert to subd. 8 years ago
Rusty Russell 95f41287f0 lightningd/subd: new code for subdaemons. 8 years ago
Rusty Russell df7b68eea9 wire/wire_io: support take() arg to io_write_wire(). 8 years ago
Rusty Russell cd62b74b1c lightningd/msg_queue: helper for queues of messages/ 8 years ago
Christian Decker 5277787db5 gossip: Do not cleanup broadcast messages 8 years ago
Rusty Russell f0c838d250 lightningd: more updates to match latest BOLT2/3. 8 years ago
Rusty Russell fc198e1bac lightningd/test/run-commit_tx: generate test vectors for new scripts. 8 years ago
Rusty Russell 8d01eeeef5 lightningd/commit_tx: support for printing out actual tx fees. 8 years ago
Rusty Russell 29d6004efc bitcoin/script: update scripts to the lightningnetwork/lightning-rfc#123 version 8 years ago
Rusty Russell de39752d05 bitcoin/script: add internal hash160_key helper. 8 years ago
Rusty Russell 9035d281c6 lightningd/lightningd: hook in channel daemon. 8 years ago