| .. |
|
data
|
|
|
|
.gitignore
|
|
|
|
addrman.cpp
|
p2p, refactor: return std::optional<CNetAddr> in LookupHost
|
2023-05-26 13:41:07 -03:00 |
|
base58.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
bech32.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
bench.cpp
|
test: test_bitcoin: allow -testdatadir=<datadir>
|
2024-03-07 10:11:45 -07:00 |
|
bench.h
|
Extract util::Xor, Add key_offset option, Add bench
|
2023-07-12 09:59:55 +02:00 |
|
bench_bitcoin.cpp
|
move-only: Extract common/args and common/config.cpp from util/system
|
2023-04-19 10:48:30 +02:00 |
|
bip324_ecdh.cpp
|
test: Use ECC_Context helper in bench and fuzz tests
|
2024-05-09 15:56:04 +02:00 |
|
block_assemble.cpp
|
Merge 08ea835220 into merged_master (Bitcoin PR bitcoin/bitcoin#28583)
|
2025-08-07 10:05:15 +02:00 |
|
ccoins_caching.cpp
|
test: Use ECC_Context helper in bench and fuzz tests
|
2024-05-09 15:56:04 +02:00 |
|
chacha20.cpp
|
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
|
2023-08-17 15:26:34 -04:00 |
|
checkblock.cpp
|
Convert some CDataStream to DataStream
|
2023-11-16 11:14:13 +10:00 |
|
checkqueue.cpp
|
Merge 2cedb42a92 into merged_master (Bitcoin PR bitcoin/bitcoin#29252)
|
2026-02-20 11:47:18 +00:00 |
|
coin_selection.cpp
|
Merge 701b0cf2f3 into merged_master (Bitcoin PR bitcoin/bitcoin#28366)
|
2026-02-24 16:00:15 +00:00 |
|
crypto_hash.cpp
|
bench: Add SHA256 implementation specific benchmarks
|
2023-09-20 21:12:00 +01:00 |
|
data.cpp
|
|
|
|
data.h
|
|
|
|
descriptors.cpp
|
test: Use ECC_Context helper in bench and fuzz tests
|
2024-05-09 15:56:04 +02:00 |
|
disconnected_transactions.cpp
|
Merge b5a271334c into merged_master (Bitcoin PR bitcoin/bitcoin#28922)
|
2025-11-11 08:56:23 +02:00 |
|
duplicate_inputs.cpp
|
Use Txid in COutpoint
|
2023-11-21 13:15:44 +00:00 |
|
ellswift.cpp
|
test: Use ECC_Context helper in bench and fuzz tests
|
2024-05-09 15:56:04 +02:00 |
|
examples.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
gcs_filter.cpp
|
Fix clang-tidy readability-const-return-type violations
|
2023-02-01 11:33:35 +01:00 |
|
hashpadding.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
index_blockfilter.cpp
|
bench: basic block filter index initial sync
|
2024-03-12 09:30:42 -03:00 |
|
load_external.cpp
|
refactor: switch from CAutoFile to AutoFile
|
2023-11-18 03:01:41 +10:00 |
|
lockedpool.cpp
|
clang-tidy: Add performance-inefficient-vector-operation check
|
2023-03-26 20:17:55 +01:00 |
|
logging.cpp
|
Merge e4d61d9759 into merged_master (Bitcoin PR bitcoin/bitcoin#18815)
|
2023-10-16 08:21:11 +00:00 |
|
mempool_eviction.cpp
|
Merge a62f5ee86c into merged_master (Bitcoin PR bitcoin/bitcoin#27675)
|
2025-07-04 09:56:00 +02:00 |
|
mempool_stress.cpp
|
Merge b5a271334c into merged_master (Bitcoin PR bitcoin/bitcoin#28922)
|
2025-11-11 08:56:23 +02:00 |
|
merkle_root.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
nanobench.cpp
|
|
|
|
nanobench.h
|
bench: Update nanobench to 4.3.11
|
2023-11-14 20:22:12 +01:00 |
|
parse_hex.cpp
|
Add benchmark for TryParseHex
|
2024-02-28 17:23:54 +00:00 |
|
peer_eviction.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
poly1305.cpp
|
Switch all callers from poly1305_auth to Poly1305 class
|
2023-07-12 22:43:55 -04:00 |
|
pool.cpp
|
pool: make sure PoolAllocator uses the correct alignment
|
2023-11-19 18:43:29 +01:00 |
|
prevector.cpp
|
bench: Add benchmark for prevector usage in std::vector
|
2023-03-26 15:49:41 +02:00 |
|
readblock.cpp
|
validation, blockstorage: Separate code paths for reindex and saving new blocks
|
2024-05-14 14:54:27 -04:00 |
|
rollingbloom.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
rpc_blockchain.cpp
|
Merge 622e79e0fb into merged_master (Bitcoin PR bitcoin/bitcoin#29021)
|
2025-11-17 15:07:22 +02:00 |
|
rpc_mempool.cpp
|
Merge a62f5ee86c into merged_master (Bitcoin PR bitcoin/bitcoin#27675)
|
2025-07-04 09:56:00 +02:00 |
|
streams_findbyte.cpp
|
refactor: switch from CAutoFile to AutoFile
|
2023-11-18 03:01:41 +10:00 |
|
strencodings.cpp
|
bench: explicitly make all current benchmarks "high" priority
|
2022-10-20 10:21:04 -03:00 |
|
util_time.cpp
|
refactor: Remove unused GetTimeMillis
|
2023-05-08 12:40:48 +02:00 |
|
verify_script.cpp
|
Merge 2cedb42a92 into merged_master (Bitcoin PR bitcoin/bitcoin#29252)
|
2026-02-20 11:47:18 +00:00 |
|
wallet_balance.cpp
|
Merge c07935bcf5 into merged_master (Bitcoin PR #28960)
|
2026-02-12 16:33:05 +00:00 |
|
wallet_create.cpp
|
bench: bugfix, properly release wallet before erasing directory
|
2024-05-17 12:49:59 -03:00 |
|
wallet_create_tx.cpp
|
Merge 9f0f83d650 into merged_master (Bitcoin PR bitcoin/bitcoin#29065)
|
2025-11-17 15:35:31 +02:00 |
|
wallet_ismine.cpp
|
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
|
2024-05-01 08:33:04 +02:00 |
|
wallet_loading.cpp
|
Merge 8efd03ad04 into merged_master (Bitcoin PR bitcoin/bitcoin#29494)
|
2026-02-19 16:14:46 +00:00 |
|
xor.cpp
|
Extract util::Xor, Add key_offset option, Add bench
|
2023-07-12 09:59:55 +02:00 |