| .. |
|
util
|
Merge 0968c51401 into merged_master (Bitcoin PR bitcoin/bitcoin#26497)
|
2025-03-03 12:10:27 +02:00 |
|
addition_overflow.cpp
|
util: Add SaturatingAdd helper
|
2022-02-21 14:32:53 +01:00 |
|
addrman.cpp
|
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
|
2022-11-17 14:52:45 +00:00 |
|
asmap.cpp
|
[netgroupman] Add GetMappedAS() and GetGroup()
|
2022-04-20 14:35:52 +01:00 |
|
asmap_direct.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
autofile.cpp
|
Use AutoFile where possible
|
2022-06-29 10:33:13 +02:00 |
|
banman.cpp
|
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
|
2022-11-17 14:52:45 +00:00 |
|
base_encode_decode.cpp
|
Use std::string_view throughout util strencodings/string
|
2022-04-27 14:13:39 +02:00 |
|
bech32.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
bitdeque.cpp
|
fuzz: Avoid timeout in bitdeque fuzz target
|
2022-09-05 15:38:33 +02:00 |
|
block.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
block_header.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
blockfilter.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
bloom_filter.cpp
|
Merge 36d184d0c8 into merged_master (Bitcoin PR bitcoin/bitcoin#22508)
|
2023-05-25 08:15:02 +00:00 |
|
buffered_file.cpp
|
Use spans of std::byte in serialize
|
2022-01-02 11:40:31 +01:00 |
|
chain.cpp
|
CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()
|
2022-07-22 12:45:07 +02:00 |
|
checkqueue.cpp
|
lint: fix lint issues
|
2024-12-03 14:02:33 +02:00 |
|
coins_view.cpp
|
tidy: fixes for clang tidy ci job
|
2024-12-04 14:16:45 +02:00 |
|
connman.cpp
|
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
|
2022-11-17 14:52:45 +00:00 |
|
crypto.cpp
|
fuzz: Use LIMITED_WHILE instead of limit_max_ops
|
2021-08-21 19:25:33 +02:00 |
|
crypto_aes256.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
crypto_aes256cbc.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
crypto_chacha20.cpp
|
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
|
2021-11-12 19:51:55 +00:00 |
|
crypto_chacha20_poly1305_aead.cpp
|
Move AdditionOverflow to util, Add CheckedAdd with unit tests
|
2021-12-17 10:46:39 +01:00 |
|
crypto_common.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
crypto_diff_fuzz_chacha20.cpp
|
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
|
2022-04-26 10:41:45 +01:00 |
|
crypto_hkdf_hmac_sha256_l32.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
crypto_poly1305.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
cuckoocache.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
decode_tx.cpp
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
descriptor_parse.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
deserialize.cpp
|
Merge 505ba39665 into merged_master (Bitcoin PR bitcoin/bitcoin#22910)
|
2024-08-01 21:06:05 +00:00 |
|
eval_script.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
fee_rate.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
fees.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
flatfile.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
float.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
fuzz.cpp
|
Remove unused GetTimeSeconds
|
2022-05-11 16:39:23 +02:00 |
|
fuzz.h
|
fuzz: Use LIMITED_WHILE instead of limit_max_ops
|
2021-08-21 19:25:33 +02:00 |
|
FuzzedDataProvider.h
|
lint: fix non-pylint linter errors
|
2021-10-15 00:20:20 +00:00 |
|
golomb_rice.cpp
|
scripted-diff: rename MapIntoRange to FastRange64
|
2022-01-06 11:29:55 -05:00 |
|
hex.cpp
|
util: Add ParseHex<std::byte>() helper
|
2022-04-27 19:53:17 +02:00 |
|
http_request.cpp
|
Use std::string_view throughout util strencodings/string
|
2022-04-27 14:13:39 +02:00 |
|
i2p.cpp
|
util: move threadinterrupt into util
|
2022-11-01 10:14:49 +00:00 |
|
integer.cpp
|
fuzz: add util/mempool/h.cpp
|
2022-10-04 21:12:50 +01:00 |
|
key.cpp
|
script/sign: remove needless IsSolvable() utility
|
2022-08-11 15:43:40 +02:00 |
|
key_io.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
kitchen_sink.cpp
|
make ParseOutputType return a std::optional<OutputType>
|
2021-08-04 19:20:32 +08:00 |
|
load_external_block_file.cpp
|
refactor: Make mapBlocksUnknownParent local, and rename it
|
2022-07-18 12:06:14 -06:00 |
|
locale.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
merkleblock.cpp
|
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
|
2021-11-12 19:51:55 +00:00 |
|
message.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
miniscript.cpp
|
miniscript: mark nodes with duplicate keys as insane
|
2022-05-30 15:16:43 +02:00 |
|
minisketch.cpp
|
Add src/node/* code to node:: namespace
|
2022-01-06 22:14:16 -05:00 |
|
muhash.cpp
|
fuzz: Cleanup muhash fuzz target
|
2021-09-22 10:39:08 +02:00 |
|
multiplication_overflow.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
net.cpp
|
[net processing] Remove CNode::nLocalServices
|
2022-07-14 15:25:15 +02:00 |
|
net_permissions.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
netaddress.cpp
|
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
|
2022-11-17 14:52:45 +00:00 |
|
netbase_dns_lookup.cpp
|
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
|
2022-11-17 14:52:45 +00:00 |
|
node_eviction.cpp
|
[net] Add connection type to NodeEvictionCandidate
|
2022-07-04 14:58:43 +02:00 |
|
p2p_transport_serialization.cpp
|
scripted-diff: Rename CNetMessage::m_command with CNetMessage::m_type
|
2022-01-15 20:59:19 +02:00 |
|
parse_hd_keypath.cpp
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
parse_numbers.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
parse_script.cpp
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
parse_univalue.cpp
|
fuzz: refactor: Replace NullUniValue with UniValue{}
|
2022-07-25 17:20:56 +02:00 |
|
policy_estimator.cpp
|
refactor: Move CTxMemPoolEntry class to its own module
|
2022-11-16 20:16:07 +00:00 |
|
policy_estimator_io.cpp
|
Use AutoFile where possible
|
2022-06-29 10:33:13 +02:00 |
|
pow.cpp
|
fuzz: Remove no-op call to get()
|
2022-09-06 14:38:19 +02:00 |
|
prevector.cpp
|
test, bench: make prevector and checkqueue swap member functions noexcept
|
2022-04-28 20:34:43 +02:00 |
|
primitives_transaction.cpp
|
Merge 8bb40d5f56 into merged_master (Bitcoin PR #20560)
|
2021-06-14 13:42:32 +00:00 |
|
process_message.cpp
|
p2p: Announce reconciliation support
|
2022-10-17 12:35:43 +03:00 |
|
process_messages.cpp
|
Merge UP TO 551c8e9526 into merged_master (UP TO bitcoin/bitcoin#26349)
|
2025-02-05 09:50:17 +02:00 |
|
protocol.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
psbt.cpp
|
Merge 132d5f8c2f into merged_master (Bitcoin PR bitcoin/bitcoin#25001)
|
2024-08-06 18:12:39 +00:00 |
|
random.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
rbf.cpp
|
Merge 72a5e4117c into merged_master (Elements PR #1391)
|
2025-02-11 15:46:34 +02:00 |
|
rolling_bloom_filter.cpp
|
scripted-diff: Move bloom to src/common
|
2021-10-05 11:10:37 +02:00 |
|
rpc.cpp
|
Merge UP TO 551c8e9526 into merged_master (UP TO bitcoin/bitcoin#26349)
|
2025-02-05 09:50:17 +02:00 |
|
script.cpp
|
script/sign: remove needless IsSolvable() utility
|
2022-08-11 15:43:40 +02:00 |
|
script_assets_test_minimizer.cpp
|
Merge 0de36941ec into merged_master (Bitcoin PR bitcoin/bitcoin#25153)
|
2024-08-13 06:00:38 +00:00 |
|
script_bitcoin_consensus.cpp
|
Merge 1ba24fe9b3 into merged_master (Elements PR ElementsProject/elements#1002)
|
2021-09-04 22:14:42 +00:00 |
|
script_descriptor_cache.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
script_flags.cpp
|
Merge 623745ca74 into merged_master (Bitcoin PR bitcoin/bitcoin#23912)
|
2023-06-14 15:44:11 +00:00 |
|
script_format.cpp
|
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
|
2022-03-30 20:00:23 +01:00 |
|
script_interpreter.cpp
|
Merge 8bb40d5f56 into merged_master (Bitcoin PR #20560)
|
2021-06-14 13:42:32 +00:00 |
|
script_ops.cpp
|
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
|
2021-11-12 19:51:55 +00:00 |
|
script_sigcache.cpp
|
tests: Reduce calls to InitS*Cache()
|
2022-08-03 12:02:31 -04:00 |
|
script_sign.cpp
|
Merge b557a24be9 into merged_master (Bitcoin PR bitcoin/bitcoin#19426)
|
2024-08-09 16:00:17 +00:00 |
|
scriptnum_ops.cpp
|
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
|
2021-11-12 19:51:55 +00:00 |
|
secp256k1_ec_seckey_import_export_der.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
secp256k1_ecdsa_signature_parse_der_lax.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
signature_checker.cpp
|
Merge 7b3343f300 into merged_master (Bitcoin PR bitcoin/bitcoin#25108)
|
2024-08-13 04:20:55 +00:00 |
|
signet.cpp
|
Move MakeNoLogFileContext to common libtest_util, and use it in bench
|
2021-03-03 09:17:37 +01:00 |
|
simplicity.cpp
|
tidy: use nullptr in simplicity targets
|
2025-02-17 10:52:31 +02:00 |
|
simplicity_compute_amr.c
|
simplicity: rewrite fuzz target
|
2025-02-11 16:12:28 +00:00 |
|
simplicity_tx.cpp
|
Merge e343610b99 into merged_master (Elements PR #1414)
|
2025-02-18 16:51:36 +02:00 |
|
socks5.cpp
|
test: add missing netaddress include headers
|
2021-03-16 19:52:37 +01:00 |
|
span.cpp
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
spanparsing.cpp
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
string.cpp
|
refactor: move url.h/cpp from lib util to lib common
|
2022-10-31 10:17:04 +00:00 |
|
strprintf.cpp
|
fuzz: Remove strprintf test cases that are known to fail
|
2021-05-09 10:25:21 +02:00 |
|
system.cpp
|
Merge 419afa9341 into merged_master (Bitcoin PR bitcoin/bitcoin#23064)
|
2023-04-28 11:22:09 +00:00 |
|
timedata.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
torcontrol.cpp
|
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
|
2021-11-12 19:51:55 +00:00 |
|
transaction.cpp
|
Merge f6fdedf850 into merged_master (Bitcoin PR bitcoin/bitcoin#25648)
|
2024-10-24 20:20:13 +02:00 |
|
tx_in.cpp
|
Merge 4a540683ec into merged_master (Bitcoin PR #20813)
|
2021-06-16 14:11:07 +00:00 |
|
tx_out.cpp
|
Move minRelayTxFee to policy/settings
|
2022-05-31 15:05:57 +02:00 |
|
tx_pool.cpp
|
Merge UP TO 551c8e9526 into merged_master (UP TO bitcoin/bitcoin#26349)
|
2025-02-05 09:50:17 +02:00 |
|
txorphan.cpp
|
Merge UP TO 551c8e9526 into merged_master (UP TO bitcoin/bitcoin#26349)
|
2025-02-05 09:50:17 +02:00 |
|
txrequest.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
util.cpp
|
Merge 0968c51401 into merged_master (Bitcoin PR bitcoin/bitcoin#26497)
|
2025-03-03 12:10:27 +02:00 |
|
util.h
|
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
|
2022-11-17 14:52:45 +00:00 |
|
utxo_snapshot.cpp
|
Require callers of AcceptBlockHeader() to perform anti-dos checks
|
2022-08-29 08:10:35 -04:00 |
|
validation_load_mempool.cpp
|
test: Remove unused txmempool include from tests
|
2022-10-18 14:02:09 +02:00 |
|
versionbits.cpp
|
rpc: getdeploymentinfo: include signalling info
|
2022-01-15 04:37:56 +10:00 |
|
witness_program.cpp
|
Merge 99c2ee7f9a into merged_master (Elements PR #1399)
|
2025-02-12 14:47:53 +02:00 |