| .. |
|
addition_overflow.cpp
|
util: Add SaturatingAdd helper
|
2022-02-21 14:32:53 +01:00 |
|
addrman.cpp
|
Merge bitcoin/bitcoin#30568: addrman: change internal id counting to int64_t
|
2025-05-01 15:32:12 +01:00 |
|
asmap.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
asmap_direct.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
autofile.cpp
|
Use spans of std::byte in serialize
|
2022-01-02 11:40:31 +01:00 |
|
banman.cpp
|
scripted-diff: Use clang-tidy syntax for C++ named arguments
|
2021-11-19 12:41:47 +01:00 |
|
base_encode_decode.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
bech32.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
block.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
block_header.cpp
|
|
|
|
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
|
Require CBlockIndex::RaiseValidity() to hold cs_main
|
2022-01-25 20:43:28 +01:00 |
|
checkqueue.cpp
|
ci: fix unused member function warning in checkqueue.cpp
|
2023-09-07 13:32:06 +02:00 |
|
coins_view.cpp
|
Merge fa65f26f4d into merged_master (Bitcoin PR bitcoin/bitcoin#24237)
|
2023-06-30 09:30:02 +00:00 |
|
connman.cpp
|
Merge bitcoin/bitcoin#24021: Rename and move PoissonNextSend functions
|
2022-01-23 11:44:02 +08: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
|
|
|
|
crypto_diff_fuzz_chacha20.cpp
|
Refactor the chacha20 differential fuzz test
|
2021-12-17 23:04:04 +05:30 |
|
crypto_hkdf_hmac_sha256_l32.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
crypto_poly1305.cpp
|
|
|
|
cuckoocache.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
decode_tx.cpp
|
|
|
|
descriptor_parse.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
deserialize.cpp
|
Merge d0bf9bb6a5 into merged_master (Bitcoin PR bitcoin/bitcoin#23373)
|
2023-06-20 11:37:17 +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
|
|
|
|
float.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
fuzz.cpp
|
refactor: replace boost::filesystem with std::filesystem
|
2022-02-03 18:35:52 +08: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
|
|
|
|
http_request.cpp
|
|
|
|
i2p.cpp
|
scripted-diff: Replace GetDataDir() calls with gArgs.GetDataDirNet() calls
|
2021-05-24 10:29:58 +02:00 |
|
integer.cpp
|
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
|
2022-01-27 19:19:12 +01:00 |
|
key.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +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: Remove chainparams arg from CChainState member functions
|
2021-06-13 09:43:54 +02: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
|
|
|
|
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
|
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
|
2021-11-12 19:51:55 +00:00 |
|
net_permissions.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
netaddress.cpp
|
net: remove unused CNetAddr::GetHash()
|
2022-02-11 15:21:52 +01:00 |
|
netbase_dns_lookup.cpp
|
p2p, refactor: drop unused DNSLookupFn param in LookupSubnet()
|
2021-12-07 13:13:18 +01:00 |
|
node_eviction.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +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
|
|
|
|
parse_iso8601.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
parse_numbers.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
parse_script.cpp
|
|
|
|
parse_univalue.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
policy_estimator.cpp
|
scripted-diff: Use clang-tidy syntax for C++ named arguments
|
2021-11-19 12:41:47 +01:00 |
|
policy_estimator_io.cpp
|
|
|
|
pow.cpp
|
Move AdditionOverflow to util, Add CheckedAdd with unit tests
|
2021-12-17 10:46:39 +01:00 |
|
prevector.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
primitives_transaction.cpp
|
Merge 8bb40d5f56 into merged_master (Bitcoin PR #20560)
|
2021-06-14 13:42:32 +00:00 |
|
process_message.cpp
|
refactor: Set fSuccessfullyConnected in FillNode
|
2021-12-01 12:15:01 +01:00 |
|
process_messages.cpp
|
build: fix compilation warnings
|
2023-09-01 16:39:08 +02:00 |
|
protocol.cpp
|
|
|
|
psbt.cpp
|
Merge c561f2f06e into merged_master (Bitcoin PR bitcoin/bitcoin#23497)
|
2023-06-19 09:28:31 +00:00 |
|
random.cpp
|
|
|
|
rbf.cpp
|
fuzz: add SelectParams to rbf.cpp
|
2025-02-06 21:31:47 +00:00 |
|
rolling_bloom_filter.cpp
|
scripted-diff: Move bloom to src/common
|
2021-10-05 11:10:37 +02:00 |
|
rpc.cpp
|
Merge d4e92d8436 into merged_master (Bitcoin PR bitcoin/bitcoin#23508)
|
2023-06-29 11:46:17 +00:00 |
|
script.cpp
|
fuzz: Split script formatting from script fuzz target
|
2022-02-15 12:19:34 +01:00 |
|
script_assets_test_minimizer.cpp
|
Merge b7e63306e8 into merged_master (Bitcoin PR bitcoin/bitcoin#23687)
|
2023-06-02 12:06:39 +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
|
fuzz: Split script formatting from script fuzz target
|
2022-02-15 12:19:34 +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
|
|
|
|
script_sign.cpp
|
Merge 623745ca74 into merged_master (Bitcoin PR bitcoin/bitcoin#23912)
|
2023-06-14 15:44:11 +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
|
|
|
|
secp256k1_ecdsa_signature_parse_der_lax.cpp
|
|
|
|
signature_checker.cpp
|
Merge bd482b3ffe into merged_master (Bitcoin PR bitcoin/bitcoin#24105)
|
2023-06-21 11:44:35 +00:00 |
|
signet.cpp
|
|
|
|
simplicity.cpp
|
Update Simplicity integeration
|
2025-06-24 11:38:08 -04:00 |
|
simplicity_compute_amr.c
|
Update Simplicity integeration
|
2025-06-24 11:38:08 -04:00 |
|
simplicity_tx.cpp
|
Update Simplicity integeration
|
2025-06-24 11:38:08 -04:00 |
|
socks5.cpp
|
|
|
|
span.cpp
|
|
|
|
spanparsing.cpp
|
|
|
|
string.cpp
|
fuzz: Avoid unsigned integer overflow in FormatParagraph
|
2022-02-09 14:38:22 +01: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 623745ca74 into merged_master (Bitcoin PR bitcoin/bitcoin#23912)
|
2023-06-14 15:44:11 +00:00 |
|
tx_in.cpp
|
Merge 4a540683ec into merged_master (Bitcoin PR #20813)
|
2021-06-16 14:11:07 +00:00 |
|
tx_out.cpp
|
|
|
|
tx_pool.cpp
|
Merge c561f2f06e into merged_master (Bitcoin PR bitcoin/bitcoin#23497)
|
2023-06-19 09:28:31 +00:00 |
|
txrequest.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
util.cpp
|
Merge bitcoin/bitcoin#30394: net: fix race condition in self-connect detection
|
2025-07-08 13:53:58 +01:00 |
|
util.h
|
Merge bitcoin/bitcoin#23604: Use Sock in CNode
|
2022-02-04 09:24:17 +01:00 |
|
utxo_snapshot.cpp
|
refactor: replace boost::filesystem with std::filesystem
|
2022-02-03 18:35:52 +08:00 |
|
validation_load_mempool.cpp
|
fuzz: Initialize a TestingSetup for test_one_input
|
2021-06-10 15:04:39 -04:00 |
|
versionbits.cpp
|
rpc: getdeploymentinfo: include signalling info
|
2022-01-15 04:37:56 +10:00 |
|
witness_program.cpp
|
fuzz: change int to unsigned in witness_program
|
2025-02-11 04:04:25 +00:00 |