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 26dda57cc0 utils: make tal_arr_expand safer. 6 years ago
..
test bolt: Updated the BOLT specification to the latest version 6 years ago
Makefile Move json and param core functionality into common, for plugins. 6 years ago
base32.c Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
base32.h common/base32: make this a simple tal-wrapper around ccan/base32. 7 years ago
bech32.c bech32: fix overflow bug. 6 years ago
bech32.h Use expected LIGHTNING_DIR_FILE_H define 7 years ago
bech32_util.c Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
bech32_util.h common: Moving some bech32 related utilities to bech32_util 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 utils: make tal_arr_expand safer. 6 years ago
bolt11.h bolt11: allow multiple fallback addresses. 7 years ago
channel_config.c common: move some files out of lightningd/ 7 years ago
channel_config.h struct channel: remove most helpers. 6 years ago
close_tx.c channeld: tiebreak identical HTLC outputs by CLTV. 6 years ago
close_tx.h Use expected LIGHTNING_DIR_FILE_H define 7 years ago
configdir.c lightningd: fix double-specified args. 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 crypto_sync: sync_crypto_write_no_delay to flush TCP after critical packets. 6 years ago
crypto_sync.h crypto_sync: sync_crypto_write_no_delay to flush TCP after critical packets. 6 years ago
cryptomsg.c common/cryptomsg: remove unused async routines. 6 years ago
cryptomsg.h common/cryptomsg: remove unused async routines. 6 years ago
daemon.c plugins: allow --dev-debugger=<pluginname>. 6 years ago
daemon.h plugins: allow --dev-debugger=<pluginname>. 6 years ago
daemon_conn.c daemon_conn: don't rely on outq_empty callback telling us to retry queue. 6 years ago
daemon_conn.h daemon_conn: don't rely on outq_empty callback telling us to retry queue. 6 years ago
decode_short_channel_ids.c utils: make tal_arr_expand safer. 6 years ago
decode_short_channel_ids.h Update to latest BOLT version. 6 years ago
derive_basepoints.c derive_basepoints: harden checking. 6 years ago
derive_basepoints.h derive_basepoints: harden checking. 6 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 channeld: only enable option_data_loss_protect if EXPERIMENTAL_FEATURES. 6 years ago
features.h features: add local_feature_negotiated / global_feature_negotiated helpers. 6 years ago
funding_tx.c common: make funding_tx and withdraw_tx share UTXO code. 6 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 Remove unused functions not covered by unit tests 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 signature: wrap almost all signatures in struct bitcoin_signature. 6 years ago
htlc_tx.h signature: wrap almost all signatures in struct bitcoin_signature. 6 years ago
htlc_wire.c Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
htlc_wire.h channeld: always receive and maintain short_channel_id of failing channel. 6 years ago
initial_channel.c struct channel: keep a copy of configs, not just pointers. 6 years ago
initial_channel.h struct channel: keep a copy of configs, not just pointers. 6 years ago
initial_commit_tx.c bolt: Updated the BOLT specification to a07dc3df3b4611989e3359f28f96c574f7822850 6 years ago
initial_commit_tx.h commit_tx: make fee msat vs sat explicit. 6 years ago
io_lock.c common/io_lock: add helper to query if lock is taken. 6 years ago
io_lock.h common/io_lock: add helper to query if lock is taken. 6 years ago
json.c json_tok_len, json_tok_contents: rename to json_tok_full_len and json_tok_full 6 years ago
json.h json_tok_len, json_tok_contents: rename to json_tok_full_len and json_tok_full 6 years ago
json_command.h param: make command_fail/command_success WARN_UNUSED_RESULT. 6 years ago
json_escaped.c Move json and param core functionality into common, for plugins. 6 years ago
json_escaped.h Move json and param core functionality into common, for plugins. 6 years ago
json_tok.c param: make json_tok_ handlers all return command_result, rename to param_ 6 years ago
json_tok.h param: make json_tok_ handlers all return command_result, rename to param_ 6 years ago
jsonrpc_errors.h Move json and param core functionality into common, for plugins. 6 years ago
key_derive.c bolt: Updated the BOLT specification to the latest version 6 years ago
key_derive.h headers: fix up header idempotent lines. 7 years ago
keyset.c bolt: Updated the BOLT specification to the latest version 6 years ago
keyset.h common/keyset: use struct basepoints rather than open-coding fields. 6 years ago
memleak.c utils: make tal_arr_expand safer. 6 years ago
memleak.h memleak: allow for scanning non-talloc regions. 6 years ago
msg_queue.c utils: make tal_arr_expand safer. 6 years ago
msg_queue.h common/msg_queue: make it a tal object. 6 years ago
overflows.h The overflow check mul_overflows_s64(int64_t, int64_t) overflows and triggers UB :-) Remove it 7 years ago
param.c utils: make tal_arr_expand safer. 6 years ago
param.h param: make json_tok_ handlers all return command_result, rename to param_ 6 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: write error message to peer directly. 6 years ago
peer_failed.h common/read_peer_msg: deconstruct into individual helper routines. 6 years ago
peer_status_wire.csv gossipd: drain fd instead of passing around gossip index. 7 years ago
permute_tx.c channeld: tiebreak identical HTLC outputs by CLTV. 6 years ago
permute_tx.h channeld: tiebreak identical HTLC outputs by CLTV. 6 years ago
ping.c Remove tal_len, use tal_count() or tal_bytelen(). 6 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 gossipd: split wire types into msgs from lightningd and msgs from per-peer daemons 6 years ago
read_peer_msg.h common/read_peer_msg: remove. 6 years ago
socket_close.c closingd: Ensure proper closing of TCP socket. 7 years ago
socket_close.h closingd: Ensure proper closing of TCP socket. 7 years ago
sphinx.c sphinx: use struct pubkey. 6 years ago
sphinx.h sphinx: use struct pubkey. 6 years ago
status.c common: log when we toggle IO logging, don't edit env in tests! 6 years ago
status.h status: make status_io a more generic mechanism. 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 status: make status_io a more generic mechanism. 7 years ago
status_wire.h status: generate messages rather than marshal/unmarshal manually. 7 years ago
subdaemon.c plugins: allow --dev-debugger=<pluginname>. 6 years ago
subdaemon.h common/subdaemon: helpers for dumping memleaks in subdaemons. 6 years ago
timeout.c utils: remove tal_tmpctx altogether, use global. 7 years ago
timeout.h headers: fix up header idempotent lines. 7 years ago
type_to_string.c Fix order of includes 7 years ago
type_to_string.h signature: wrap almost all signatures in struct bitcoin_signature. 6 years ago
utils.c common: Add tal_arr_remove helper 6 years ago
utils.h utils: make tal_arr_expand safer. 6 years ago
utxo.c common: make funding_tx and withdraw_tx share UTXO code. 6 years ago
utxo.h common: make funding_tx and withdraw_tx share UTXO code. 6 years ago
version.c Make version output simpler/more user-friendly 7 years ago
version.h Onboarding: Make log output texts friendlier to new users 7 years ago
wallet_tx.c wallet_tx: make wtx_select_utxos return command_result. 6 years ago
wallet_tx.h wallet_tx: make wtx_select_utxos return command_result. 6 years ago
wire_error.c Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
wire_error.h common: fix up BOLT 1 references. 6 years ago
wireaddr.c wireaddr: update bolt version, remove 'padding' from addresses. 6 years ago
wireaddr.h wireaddr: update bolt version, remove 'padding' from addresses. 6 years ago
withdraw_tx.c common: make funding_tx and withdraw_tx share UTXO code. 6 years ago
withdraw_tx.h Change withdraw_tx to accept scriptpubkey rather than plain address. 7 years ago