..
bench
Merge bitcoin/bitcoin#30790 : bench: Remove redundant logging benchmarks
2024-09-06 09:50:19 +01:00
common
Merge bitcoin/bitcoin#30148 : cli: restrict multiple exclusive argument usage in bitcoin-cli
2024-09-04 14:47:38 -04:00
compat
config
consensus
doc: fix a few simple codespell warnings
2024-08-28 18:42:10 +02:00
crc32c
crypto
cmake: Build bitcoin_crypto
library
2024-08-16 19:27:38 +01:00
index
init
interfaces
Merge bitcoin/bitcoin#26619 : log: expand BCLog::LogFlags (categories) to 64 bits
2024-09-03 16:33:49 -04:00
ipc
Merge bitcoin/bitcoin#30750 : scripted-diff: LogPrint -> LogDebug
2024-09-02 11:59:56 +01:00
kernel
refactor: Hand-replace some ParseHex -> ""_hex
2024-08-28 19:11:59 +02:00
leveldb
logging
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
minisketch
node
Merge bitcoin/bitcoin#26619 : log: expand BCLog::LogFlags (categories) to 64 bits
2024-09-03 16:33:49 -04:00
policy
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
primitives
qt
cmake: add USE_SOURCE_PERMISSIONS to all configure_file usage
2024-09-06 10:52:19 +01:00
rpc
Merge bitcoin/bitcoin#30808 : rpc: dumptxoutset height parameter follow-ups (29553)
2024-09-04 11:40:26 -04:00
script
Merge bitcoin/bitcoin#22838 : descriptors: Be able to specify change and receiving in a single descriptor string
2024-08-28 15:56:15 +01:00
secp256k1
support
test
test: Work around boost compilation error
2024-09-06 15:57:33 +02:00
univalue
build: Remove Autotools-based build system
2024-08-30 21:31:39 +01:00
util
util: Add consteval ""_hex[_v][_u8] literals
2024-08-28 19:09:51 +02:00
wallet
fuzz: Don't compile BDB-specific code on MSVC in wallet_bdb_parser.cpp
2024-09-06 12:19:27 +01:00
zmq
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
.clang-format
.clang-tidy
addrdb.cpp
addrdb.h
addresstype.cpp
addresstype.h
addrman.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
addrman.h
addrman_impl.h
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
banman.h
base58.cpp
base58.h
bech32.cpp
bech32.h
bip324.cpp
bip324.h
bitcoin-chainstate.cpp
bitcoin-cli-res.rc
bitcoin-cli.cpp
Merge bitcoin/bitcoin#30148 : cli: restrict multiple exclusive argument usage in bitcoin-cli
2024-09-04 14:47:38 -04:00
bitcoin-tx-res.rc
bitcoin-tx.cpp
bitcoin-util-res.rc
bitcoin-util.cpp
bitcoin-wallet-res.rc
bitcoin-wallet.cpp
bitcoind-res.rc
bitcoind.cpp
blockencodings.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
blockencodings.h
blockfilter.cpp
blockfilter.h
chain.cpp
chain.h
chainparams.cpp
chainparams.h
chainparamsbase.cpp
Deduplicate list of chain strings in RPC help texts
2024-08-13 14:00:33 -03:00
chainparamsbase.h
Deduplicate list of chain strings in RPC help texts
2024-08-13 14:00:33 -03:00
chainparamsseeds.h
seeds: Regenerate mainnet seeds
2024-08-27 07:00:27 +02:00
checkqueue.h
clientversion.cpp
doc: Drop mentions of share/genbuild.sh
2024-08-29 12:38:37 +01:00
clientversion.h
cluster_linearize.h
CMakeLists.txt
cmake: add USE_SOURCE_PERMISSIONS to all configure_file usage
2024-09-06 10:52:19 +01:00
coins.cpp
Reduce cache lookups in CCoinsViewCache::FetchCoin
2024-08-08 22:51:24 +02:00
coins.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
cuckoocache.h
dbwrapper.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
dbwrapper.h
deploymentinfo.cpp
deploymentinfo.h
deploymentstatus.cpp
deploymentstatus.h
dummywallet.cpp
external_signer.cpp
refactor: Remove Span operator==, Use std::ranges::equal
2024-08-13 07:44:31 +02:00
external_signer.h
flatfile.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
flatfile.h
hash.cpp
hash.h
headerssync.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
headerssync.h
httprpc.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
httprpc.h
httpserver.cpp
Merge bitcoin/bitcoin#30675 : http: set TCP_NODELAY when creating HTTP server
2024-09-03 17:27:50 -04:00
httpserver.h
i2p.cpp
i2p.h
indirectmap.h
init.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
init.h
key.cpp
key.h
key_io.cpp
key_io.h
logging.cpp
logging.h
bench: Remove redundant logging benchmarks
2024-09-05 07:17:22 +02:00
mapport.cpp
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h
net.cpp
Merge bitcoin/bitcoin#29605 : net: Favor peers from addrman over fetching seednodes
2024-09-04 13:15:08 -04:00
net.h
Merge bitcoin/bitcoin#29605 : net: Favor peers from addrman over fetching seednodes
2024-09-04 13:15:08 -04:00
net_permissions.cpp
net_permissions.h
net_processing.cpp
Merge bitcoin/bitcoin#30742 : kernel: Use spans instead of vectors for passing block headers to validation functions
2024-09-03 15:40:40 -04:00
net_processing.h
net_types.cpp
net_types.h
netaddress.cpp
refactor: Remove Span operator==, Use std::ranges::equal
2024-08-13 07:44:31 +02:00
netaddress.h
netbase.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
netbase.h
netgroup.cpp
netgroup.h
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp
outputtype.h
pow.cpp
pow.h
prevector.h
protocol.cpp
protocol.h
psbt.cpp
psbt.h
pubkey.cpp
refactor: Hand-replace some ParseHex -> ""_hex
2024-08-28 19:11:59 +02:00
pubkey.h
refactor: Make XOnlyPubKey tolerate constexpr std::arrays
2024-08-28 19:09:51 +02:00
random.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
random.h
randomenv.cpp
randomenv.h
rest.cpp
rest.h
scheduler.cpp
scheduler.h
serialize.h
signet.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
signet.h
span.h
refactor: Remove Span operator==, Use std::ranges::equal
2024-08-13 07:44:31 +02:00
streams.cpp
streams.h
sync.cpp
sync.h
threadsafety.h
tinyformat.h
torcontrol.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
torcontrol.h
txdb.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
txdb.h
txmempool.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
txmempool.h
Revert "build: work around issue with Boost <= 1.80 and Clang >= 18"
2024-09-06 15:57:00 +02:00
txorphanage.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
txorphanage.h
txrequest.cpp
Merge bitcoin/bitcoin#30194 : refactor: use recommended type hiding on multi_index types
2024-08-07 20:00:28 +01:00
txrequest.h
uint256.cpp
uint256.h
util: Add consteval ""_hex[_v][_u8] literals
2024-08-28 19:09:51 +02:00
undo.h
validation.cpp
Merge bitcoin/bitcoin#30742 : kernel: Use spans instead of vectors for passing block headers to validation functions
2024-09-03 15:40:40 -04:00
validation.h
Merge bitcoin/bitcoin#30742 : kernel: Use spans instead of vectors for passing block headers to validation functions
2024-09-03 15:40:40 -04:00
validationinterface.cpp
scripted-diff: LogPrint -> LogDebug
2024-08-29 13:49:57 +02:00
validationinterface.h
versionbits.cpp
versionbits.h
walletinitinterface.h