..
jsmn @ bd9bd55c3a
daemon/jsmn: Add submodule for jsmn.
9 years ago
test
peer: expose HTLC state through RPC.
8 years ago
.gitignore
daemon: first code.
9 years ago
Makefile
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
bitcoind.c
process_estimatefee: fix bad logic.
9 years ago
bitcoind.h
chaintopology: only report active chaintip.
9 years ago
chaintopology.c
chaintopology: make sure we have a tip before continuing.
9 years ago
chaintopology.h
daemon: pay command.
9 years ago
channel.c
channel: assert htlc direction is correct.
8 years ago
channel.h
htlc: store which side created the HTLC.
9 years ago
commit_tx.c
commit_tx: expose wscript and scriptpubkey for to_us/to_them payments.
8 years ago
commit_tx.h
commit_tx: expose wscript and scriptpubkey for to_us/to_them payments.
8 years ago
configdir.c
daemon: configuration directory (default ~/.lightning).
9 years ago
configdir.h
daemon: configuration directory (default ~/.lightning).
9 years ago
controlled_time.c
daemon: make json_get_param() understand which args are compulsory.
9 years ago
controlled_time.h
daemon: dev-mocktime command
9 years ago
cryptopkt.c
cryptopkt: revert ack split in authenticate_packet
9 years ago
cryptopkt.h
protocol: remove ack fields.
9 years ago
dns.c
dns: don't allow non-stream sockets.
9 years ago
dns.h
daemon: rename 'state' to 'dstate' everywhere.
9 years ago
htlc.c
daemon: use HTLC states.
8 years ago
htlc.h
daemon: use HTLC states.
8 years ago
htlc_state.h
daemon: use HTLC states.
8 years ago
json.c
daemon: dev-output command.
9 years ago
json.h
daemon: dev-output command.
9 years ago
jsonrpc.c
daemon: pay command.
9 years ago
jsonrpc.h
daemon: pay command.
9 years ago
lightning-cli.c
lightning-cli: don't print junk on error.
9 years ago
lightningd.c
lightningd: don't create rpc socket & listening socket until topology known.
9 years ago
lightningd.h
htlc: implement deadline as per BOLT.
9 years ago
log.c
log: ability to log struct rval.
8 years ago
log.h
log: ability to log struct rval.
8 years ago
netaddr.c
daemon: netaddr
9 years ago
netaddr.h
daemon: netaddr
9 years ago
onion.c
base58, script, protobuf_convert: don't use temporary secp256k1 context.
9 years ago
onion.h
base58, script, protobuf_convert: don't use temporary secp256k1 context.
9 years ago
opt_time.c
daemon: time option support.
9 years ago
opt_time.h
daemon: time option support.
9 years ago
packets.c
packets.c: queue_pkt_* only creates and sends packets.
8 years ago
pay.c
base58, script, protobuf_convert: don't use temporary secp256k1 context.
9 years ago
pay.h
htlc: keep rval (if known).
9 years ago
payment.c
daemon: payment infrastructure.
9 years ago
payment.h
daemon: payment infrastructure.
9 years ago
peer.c
packets.c: queue_pkt_* only creates and sends packets.
8 years ago
peer.h
packets.c: queue_pkt_* only creates and sends packets.
8 years ago
pseudorand.c
daemon: use siphash for hashes.
9 years ago
pseudorand.h
daemon: use siphash for hashes.
9 years ago
routing.c
peer: make id a pointer, NULL until we know peer's ID.
9 years ago
routing.h
daemon: routing infrastructure.
9 years ago
secrets.c
Fix check-source: reorder includes in alphabetical order.
9 years ago
secrets.h
peer: handle fulfull and fail onchain.
9 years ago
timeout.c
timeout: make all timers one-shot.
9 years ago
timeout.h
timeout: make all timers one-shot.
9 years ago
wallet.c
Replace OpenSSL's RAND_bytes() with libsodium's randombytes_buf()
9 years ago
wallet.h
daemon: keep track of simple addresses for injecting funds.
9 years ago
watch.c
watch: make it easier for them to self-delete.
9 years ago
watch.h
watch: make it easier for them to self-delete.
9 years ago