656 Commits (679dec3e6a213df8f5558da86186dc98a266ca1e)

Author SHA1 Message Date
Lucas Betschart ff9cdda4fa Fix -Wsometimes-uninitialized and -Wuninitialized 8 years ago
Lucas Betschart c163fe04ac Fix -Wenum-conversion 8 years ago
Lucas Betschart 33d6cbe6bc Fix -Wgnu-variable-sized-type-not-at-end 8 years ago
Rusty Russell 45ec071e58 lightningd: remove whitespace failing make check-source. 8 years ago
Rusty Russell 36c8fc7ef8 lightningd: remove secpctx 8 years ago
Rusty Russell a4fdaab5b3 Use global secp256k1_ctx instead of passing it around. 8 years ago
Rusty Russell c938ebb5c0 utils: add a global secp, fix wire to use it. 8 years ago
Rusty Russell 1f447688bc test: make generic driver for unit tests. 8 years ago
Christian Decker e40509c6c3 wire: Linking against wire objs 8 years ago
Rusty Russell 0ba93cb948 lightningd: don't listen at all if no port number set. 8 years ago
Christian Decker 42a33df42e irc: Checking for param count before accessing 8 years ago
Christian Decker 188b3c3e19
sphinx: Fixed a buffer overflow in hmac generation 8 years ago
Rusty Russell 41299b679c sphinx: process_onionpacket doesn't modify the packet. 8 years ago
Rusty Russell 423572190b sphinx: use assignment instead of memcpy where possible. 8 years ago
Rusty Russell 6f9dedbe7f sphinx: remove redundant initialization 8 years ago
Rusty Russell 8599d63256 sphinx: add brackets around constant definition 8 years ago
Rusty Russell 5465b61784 json: fix 32-bit build. 8 years ago
Christian Decker 686ff6edef irc: Switched to LFNet.org IRC server 8 years ago
Rusty Russell 94adbd241d json_connect: don't try to double-fail if amount insufficient. 8 years ago
Christian Decker 34b4134cb0 bugfix: Removed spurious printf in peer.c 8 years ago
Christian Decker 9848b4ac3e travis-ci: Added travis-ci config 8 years ago
Rusty Russell f5c00deec7 Remove trailing whitespace from source. 8 years ago
Rusty Russell 716da21f85 chaintopology: reduce how far back we start on testnet. 8 years ago
Rusty Russell ce96812ef0 test.sh: split into multiple scripts. 8 years ago
Rusty Russell fae7f68731 helpers.sh: make check_tx_spend able to check for a specific transaction. 8 years ago
Rusty Russell c6a187a5d7 helpers.sh: set up funding in start_lightningd() 8 years ago
Rusty Russell 9e777ae922 test.sh: move core routines to scripts/helpers.sh 8 years ago
Rusty Russell 973ef3c932 test.sh: move valgrind PREFIX setting to vars.sh 8 years ago
Rusty Russell 700c536a27 Makefile: remove all the old Elements Alpha support. 8 years ago
Rusty Russell bff81c0ecf lightningd: ignore SIGPIPE. 8 years ago
Rusty Russell e7e7345596 peer: fix steal (penalty tx) generation code. 8 years ago
Rusty Russell 3372645d8e peer_disconnect: simply free if in STATE_INIT. 8 years ago
Rusty Russell c2d71497ff opt, utils: new arg for wrappers due to low-level tal change. 8 years ago
Rusty Russell 9708c7a019 timers: use time_mono, as that's what ccan/timers now wants. 8 years ago
Rusty Russell 4bed6c8c67 controlled_time: remove 8 years ago
Rusty Russell c5de5d4c39 timeout: remove absolute timers. 8 years ago
Rusty Russell 3aca5c87e3 init: rebroadcast anchors on restart if we haven't seen them. 8 years ago
Rusty Russell 0f09605e17 test: restore anchor timeout tests. 8 years ago
Rusty Russell 6f360422d4 chaintopology: restore anchor timeout. 8 years ago
Rusty Russell 1fe83f47a9 dev-broadcast: control whether we send out transactions. 8 years ago
Rusty Russell f715752e71 chaintopology: keep txs to send in a struct. 8 years ago
Rusty Russell 56b0f03c5a peer: fix retransmission before open packet. 8 years ago
Rusty Russell 41f3f8e067 db: store anchor input. 8 years ago
Rusty Russell adae62e261 peer: determine fees earlier. 8 years ago
Rusty Russell 9463e1b630 wallet: use pubkey as API, not pointer. 8 years ago
Rusty Russell 7f0a56f674 queue_pkt_open: take bool for API. 8 years ago
Rusty Russell 536a48940e protocol: don't ever reply to PKT_ERR with PKT_ERR. 8 years ago
Rusty Russell d77d5edc07 Makefile: clean gen_ files and ccan/config in make clean. 8 years ago
Rusty Russell 49809785ca state.h state_types.h: move into daemon/ 8 years ago
Rusty Russell fd6c3ce5a3 names: move into daemon/ 8 years ago