You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell 5475666b7e lightningd: simple wallet support. 8 years ago
..
jsmn@bd9bd55c3a daemon/jsmn: Add submodule for jsmn. 9 years ago
test lightningd: simple wallet support. 8 years ago
.gitignore daemon: first code. 9 years ago
Makefile refactor: Move JSONRPC methods to separate compilation unit 8 years ago
bitcoind.c Remove trailing whitespace from source. 8 years ago
bitcoind.h bitcoind_sendrawtx: hand error code to callback. 8 years ago
broadcast.c broadcast: Implement replacing messages in the broadcast queue 8 years ago
broadcast.h broadcast: Implement replacing messages in the broadcast queue 8 years ago
chaintopology.c struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
chaintopology.h broadcast_tx: add optional failed callback. 8 years ago
channel.c daemon: disable old BOLT checks. 8 years ago
channel.h htlc: move enum side crom daemon/channel.h to daemon/htlc.h 8 years ago
commit_tx.c permute_tx: reintroduce permute map. 8 years ago
commit_tx.h htlc: move enum side crom daemon/channel.h to daemon/htlc.h 8 years ago
configdir.c config: different defaults for mainnet and testnet. 8 years ago
configdir.h config: different defaults for mainnet and testnet. 8 years ago
cryptopkt.c bitcoin/signature.h: remove struct signature. 8 years ago
cryptopkt.h peer: do logging before crypto is on. 8 years ago
db.c refactor: Moving gossip/routing specific state into its own struct 8 years ago
db.h bitcoin/preimage: struct preimage. 8 years ago
dns.c dns: simplify code by reaping dns child as soon as we have answers. 8 years ago
dns.h daemon: rename 'state' to 'dstate' everywhere. 9 years ago
failure.c Use global secp256k1_ctx instead of passing it around. 8 years ago
failure.h Use global secp256k1_ctx instead of passing it around. 8 years ago
feechange.c Remove trailing whitespace from source. 8 years ago
feechange.h Remove trailing whitespace from source. 8 years ago
feechange_state.h daemon: handle feechange requests. 8 years ago
htlc.c daemon/htlc_state: split off from daemon/htlc. 8 years ago
htlc.h htlc: move enum side crom daemon/channel.h to daemon/htlc.h 8 years ago
htlc_state.c daemon/htlc_state: split off from daemon/htlc. 8 years ago
htlc_state.h db.c: database API. 8 years ago
invoice.c bitcoin/preimage: struct preimage. 8 years ago
invoice.h bitcoin/preimage: struct preimage. 8 years ago
irc_announce.c irc: Rename irc handlers to avoid name clash 8 years ago
irc_announce.h routing: Added IRC announcement glue 8 years ago
json.c daemon/json, test/test_protocol: avoid gcc -O warnings. 8 years ago
json.h Use global secp256k1_ctx instead of passing it around. 8 years ago
jsonrpc.c log: rename struct log_record to struct log_book. 8 years ago
jsonrpc.h jsonrpc: register base on linkage. 8 years ago
lightning-cli.c opt, utils: new arg for wrappers due to low-level tal change. 8 years ago
lightningd.c cleanup: Removed broadcast_queue from dstate 8 years ago
lightningd.h cleanup: Removed broadcast_queue from dstate 8 years ago
log.c log: Flushing logs on each new entry 8 years ago
log.h log: rename struct log_record to struct log_book. 8 years ago
names.c names: move into daemon/ 8 years ago
names.h names: move into daemon/ 8 years ago
netaddr.c utils: add tal_hex() helper. 8 years ago
netaddr.h peer: keep addresses separately from peers. 8 years ago
opt_time.c Remove trailing whitespace from source. 8 years ago
opt_time.h daemon: test restarting. 8 years ago
options.c daemon: disable old BOLT checks. 8 years ago
options.h Makefile: generalize whitespace check. 8 years ago
output_to_htlc.c struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
output_to_htlc.h struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
p2p_announce.c refactor: Move the gossip handlers to routing 8 years ago
p2p_announce.h refactor: Move the gossip handlers to routing 8 years ago
packets.c bitcoin/preimage: struct preimage. 8 years ago
packets.h bitcoin/preimage: struct preimage. 8 years ago
pay.c refactor: Moving gossip/routing specific state into its own struct 8 years ago
pay.h bitcoin/preimage: struct preimage. 8 years ago
peer.c gossip: Refactoring the gossip handlers to use the routing_state 8 years ago
peer.h gossip: Moving to intmap-based broadcast for the legacy daemon 8 years ago
pseudorand.c Remove trailing whitespace from source. 8 years ago
pseudorand.h daemon: use siphash for hashes. 9 years ago
routing.c routing: Actually return the port when parsing node_announcements 8 years ago
routing.h refactor: Move the gossip handlers to routing 8 years ago
routingrpc.c refactor: Move JSONRPC methods to separate compilation unit 8 years ago
secrets.c struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
secrets.h bitcoin/signature.h: remove struct signature. 8 years ago
sphinx.c sphinx: Committing the onion packet to the payment-hash 8 years ago
sphinx.h sphinx: Committing the onion packet to the payment-hash 8 years ago
state.h daemon: disable old BOLT checks. 8 years ago
state_types.h Remove trailing whitespace from source. 8 years ago
timeout.c timers: use time_mono, as that's what ccan/timers now wants. 8 years ago
timeout.h timeout: remove absolute timers. 8 years ago
wallet.c struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
wallet.h wallet: use pubkey as API, not pointer. 8 years ago
watch.c Remove trailing whitespace from source. 8 years ago
watch.h Remove trailing whitespace from source. 8 years ago