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 30faa6485a subdaemons: copy backtraces to stderr. 7 years ago
..
test wireaddr: Do hostname resolution in parse_wireaddr. 7 years ago
Makefile common: peer_billboard() helper for updating the billboard. 7 years ago
bech32.c bech32: move to common/ 7 years ago
bech32.h Fix typos 7 years ago
bip32.c common: move some files out of lightningd/ 7 years ago
bip32.h headers: fix up header idempotent lines. 7 years ago
bolt11.c lightningd: encode fallback address in 5 bits 7 years ago
bolt11.h Spelling corrections (#824) 7 years ago
channel_config.c common: move some files out of lightningd/ 7 years ago
channel_config.h Revert "Send/receive cltv_expiry_delta in open/accept channel." 7 years ago
close_tx.c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
close_tx.h bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
configdir.c allow --rpc-file option to change default value 7 years ago
configdir.h options: don't leak memory when people override options. 7 years ago
crypto_state.c crypto_state: move to its own file. 7 years ago
crypto_state.h crypto_state: move to its own file. 7 years ago
crypto_sync.c common: add logging for peer packets, with status_io. 7 years ago
crypto_sync.h headers: fix up header idempotent lines. 7 years ago
cryptomsg.c gossipd: fix race where we can handoff peer with bad cryptostate. 7 years ago
cryptomsg.h gossipd: fix race where we can handoff peer with bad cryptostate. 7 years ago
daemon_conn.c Spelling corrections (#824) 7 years ago
daemon_conn.h daemon_conn: helper to release daemon_conn. 7 years ago
derive_basepoints.c derive_basepoints: actually derive a separate HTLC key. 7 years ago
derive_basepoints.h basepoints/secrets: add htlc entry 7 years ago
dev_disconnect.c Spelling corrections (#824) 7 years ago
dev_disconnect.h Add DEVELOPER flag, set by default. 7 years ago
features.c features: Move feature-handling code to a common/features.c source. 7 years ago
features.h features: Move feature-handling code to a common/features.c source. 7 years ago
funding_tx.c common: remove unused assert() headers. 7 years ago
funding_tx.h bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
hash_u5.c common/hash_u5: routines to hash 5 bit values. 7 years ago
hash_u5.h common/hash_u5: routines to hash 5 bit values. 7 years ago
htlc.h headers: fix up header idempotent lines. 7 years ago
htlc_state.c common: absorb remaining files from daemon/ 7 years ago
htlc_state.h Fix a-vs-an typos 7 years ago
htlc_tx.c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
htlc_tx.h bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
htlc_wire.c tools/generate_wire.py: make varlen structs self-allocate. 7 years ago
htlc_wire.h tools/generate_wire.py: make varlen structs self-allocate. 7 years ago
initial_channel.c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
initial_channel.h bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
initial_commit_tx.c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
initial_commit_tx.h bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
io_debug.c common/io_debug: replacement for ccan/io's poll which does sanity checks. 7 years ago
io_debug.h common/io_debug: replacement for ccan/io's poll which does sanity checks. 7 years ago
json.c common/json: Add json_add_double. 7 years ago
json.h common/json: Add json_add_double. 7 years ago
key_derive.c basepoints/secrets: add htlc entry 7 years ago
key_derive.h headers: fix up header idempotent lines. 7 years ago
keyset.c typo 7 years ago
keyset.h basepoints/secrets: add htlc entry 7 years ago
memleak.c Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
memleak.h Re-enable builds with DEVELOPER=0 7 years ago
msg_queue.c common: move some files out of lightningd/ 7 years ago
msg_queue.h headers: fix up header idempotent lines. 7 years ago
overflows.h headers: fix up header idempotent lines. 7 years ago
peer_billboard.c common: peer_billboard() helper for updating the billboard. 7 years ago
peer_billboard.h common: peer_billboard() helper for updating the billboard. 7 years ago
peer_failed.c peer_failed: set permanent slot when we fail the peer. 7 years ago
peer_failed.h status: split off error messages into a new 'peer_status' type. 7 years ago
peer_status_wire.csv status: split off error messages into a new 'peer_status' type. 7 years ago
permute_tx.c permute_tx: bail on empty permute_{inputs/outputs} arguments 7 years ago
permute_tx.h headers: fix up header idempotent lines. 7 years ago
ping.c pong: embed version string into ping replies if DEVELOPER=1. 7 years ago
ping.h pong: embed version string into ping replies if DEVELOPER=1. 7 years ago
pseudorand.c common: absorb remaining files from daemon/ 7 years ago
pseudorand.h headers: fix up header idempotent lines. 7 years ago
read_peer_msg.c Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
read_peer_msg.h openingd: use peer_failed like normal instead of boutique negotiation_failed. 7 years ago
sphinx.c Avoid writing uninitialized value data->realm in serialize_hop_data(...) (via create_onionpacket(...)) 7 years ago
sphinx.h headers: fix up header idempotent lines. 7 years ago
status.c common: peer_billboard() helper for updating the billboard. 7 years ago
status.h common: peer_billboard() helper for updating the billboard. 7 years ago
status_levels.h status: separate types for peer failure vs "impossible" failures. 7 years ago
status_wire.c status: generate messages rather than marshal/unmarshal manually. 7 years ago
status_wire.csv subd: handle status_peer_billboard messages from subdaemons. 7 years ago
status_wire.h status: generate messages rather than marshal/unmarshal manually. 7 years ago
subdaemon.c subdaemons: copy backtraces to stderr. 7 years ago
subdaemon.h subdaemon.c: subdaemon_setup() routine for all daemons. 7 years ago
timeout.c Rename (almost) all destructors to destroy_<type>. 7 years ago
timeout.h headers: fix up header idempotent lines. 7 years ago
type_to_string.c type_to_string: support preimage. 7 years ago
type_to_string.h lightningd: rename peer_state -> channel_state, remove OPENINGD. 7 years ago
utils.c tal_tmpctx: keep information around so we can find leaks. 7 years ago
utils.h tal_tmpctx: keep information around so we can find leaks. 7 years ago
utxo.c tools/generate_wire.py: generate varlen arrays properly. 7 years ago
utxo.h tools/generate_wire.py: generate varlen arrays properly. 7 years ago
version.c Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
version.h Onboarding: Make log output texts friendlier to new users 7 years ago
wire_error.c tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
wire_error.h Spelling corrections (#824) 7 years ago
wireaddr.c wireaddr: Do hostname resolution in parse_wireaddr. 7 years ago
wireaddr.h wireaddr: Do hostname resolution in parse_wireaddr. 7 years ago
withdraw_tx.c travis: reenable check-source (without BOLT text). 7 years ago
withdraw_tx.h Change withdraw_tx to accept scriptpubkey rather than plain address. 7 years ago