| .. |
|
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
|
refactor: Move fs.* to util/fs.*
|
2023-03-23 12:55:18 +01: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
|
Bench test for EllSwift ECDH
|
2023-06-23 14:24:32 -04:00 |
|
block_assemble.cpp
|
Merge 322ec63b01 into merged_master (Bitcoin PR bitcoin/bitcoin#17860)
|
2025-05-16 11:01:25 +02:00 |
|
ccoins_caching.cpp
|
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version 0.2.0
|
2023-01-13 09:40:57 +00:00 |
|
chacha20.cpp
|
crypto: Implement RFC8439-compatible variant of ChaCha20
|
2023-07-07 17:16:27 -04:00 |
|
chacha_poly_aead.cpp
|
Switch all callers from poly1305_auth to Poly1305 class
|
2023-07-12 22:43:55 -04:00 |
|
checkblock.cpp
|
refactor: Replace string chain name constants with ChainTypes
|
2023-05-09 15:49:14 +02:00 |
|
checkqueue.cpp
|
Merge 9564f98fee into merged_master (Bitcoin PR bitcoin/bitcoin#27636)
|
2025-06-25 11:40:46 +02:00 |
|
coin_selection.cpp
|
Merge d02df7db6b into merged_master (Bitcoin PR bitcoin/bitcoin#26715)
|
2025-06-20 15:44:24 +02:00 |
|
crypto_hash.cpp
|
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
|
2023-01-30 09:49:01 +01:00 |
|
data.cpp
|
scripted-diff: Bump copyright headers
|
2021-12-30 19:36:57 +02:00 |
|
data.h
|
|
|
|
descriptors.cpp
|
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version 0.2.0
|
2023-01-13 09:40:57 +00:00 |
|
duplicate_inputs.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
ellswift.cpp
|
refactor: Drop unsafe AsBytePtr function
|
2023-06-28 15:14:45 -04: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 |
|
load_external.cpp
|
Move block-storage-related logic to ChainstateManager
|
2023-07-21 10:09:44 -04: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 e9262ea32a into merged_master (Bitcoin PR bitcoin/bitcoin#26750)
|
2025-03-31 16:37:52 +02:00 |
|
mempool_stress.cpp
|
Merge fc06881f13 into merged_master (Bitcoin PR bitcoin/bitcoin#27491)
|
2025-06-19 16:08:36 +02:00 |
|
merkle_root.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
nanobench.cpp
|
|
|
|
nanobench.h
|
Merge 03cb2b480b into merged_master (Bitcoin PR bitcoin/bitcoin#23025)
|
2023-04-24 08:47:43 +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
|
Add pool based memory resource & allocator
|
2023-03-23 19:38:38 +01:00 |
|
prevector.cpp
|
bench: Add benchmark for prevector usage in std::vector
|
2023-03-26 15:49:41 +02:00 |
|
rollingbloom.cpp
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
rpc_blockchain.cpp
|
Merge fc06881f13 into merged_master (Bitcoin PR bitcoin/bitcoin#27491)
|
2025-06-19 16:08:36 +02:00 |
|
rpc_mempool.cpp
|
Merge fc06881f13 into merged_master (Bitcoin PR bitcoin/bitcoin#27491)
|
2025-06-19 16:08:36 +02:00 |
|
streams_findbyte.cpp
|
util: improve streams.h:FindByte() performance
|
2023-05-05 06:03:17 -06: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 07c54de550 into merged_master (Bitcoin PR bitcoin/bitcoin#26691)
|
2025-04-02 09:40:04 +02:00 |
|
wallet_balance.cpp
|
Merge 05ec664632 into merged_master (Bitcoin PR bitcoin/bitcoin#27666)
|
2025-06-25 13:04:30 +02:00 |
|
wallet_create_tx.cpp
|
Merge 688c61303b into merged_master (Bitcoin PR bitcoin/bitcoin#27907)
|
2025-06-27 15:10:19 +02:00 |
|
wallet_loading.cpp
|
Merge 05ec664632 into merged_master (Bitcoin PR bitcoin/bitcoin#27666)
|
2025-06-25 13:04:30 +02:00 |
|
xor.cpp
|
Extract util::Xor, Add key_offset option, Add bench
|
2023-07-12 09:59:55 +02:00 |