You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/src
merge-script d2dd1697ce
Merge bitcoin/bitcoin#22904: sync, log: inline lock contention logging macro to fix duration, improve BCLog::LogMsg()
3 years ago
..
bench Merge bitcoin/bitcoin#22923: test: Switch multiprocess to clang i686 build 3 years ago
compat Remove support for double serialization 4 years ago
config
consensus consensus/params: simplify ValidDeployment check to avoid gcc warning 3 years ago
crc32c
crypto [crypto] Fix K1/K2 use in ChaCha20-Poly1305 AEAD 3 years ago
index Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups 3 years ago
init Make SetupServerArgs callable without NodeContext 3 years ago
interfaces Merge bitcoin/bitcoin#19101: refactor: remove ::vpwallets and related global variables 3 years ago
ipc Add ipc::Context and ipc::capnp::Context structs 3 years ago
leveldb
logging Make unexpected time type in BCLog::LogMsg() a compile-time error 3 years ago
node Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node settings file 3 years ago
policy MOVEONLY: getting mempool conflicts to policy/rbf 3 years ago
primitives
qt Merge bitcoin/bitcoin#22915: Remove confusing CAddrDB 3 years ago
rpc Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCs 3 years ago
script Add LIFETIMEBOUND to CScript where needed 3 years ago
secp256k1 Update secp256k1 subtree to latest upstream + adapt API 3 years ago
support Merge #20464: refactor: Treat CDataStream bytes as uint8_t 4 years ago
test Merge bitcoin/bitcoin#22904: sync, log: inline lock contention logging macro to fix duration, improve BCLog::LogMsg() 3 years ago
univalue
util Merge bitcoin/bitcoin#22904: sync, log: inline lock contention logging macro to fix duration, improve BCLog::LogMsg() 3 years ago
wallet Merge bitcoin/bitcoin#22903: Enable clang-tidy bugprone-argument-comment and fix violations 3 years ago
zmq zmq: Enable IPv6 on listening socket 3 years ago
.clang-format [tools] Allow argument/parameter bin packing in clang-format 4 years ago
.clang-tidy Enable clang-tidy bugprone-argument-comment and fix violations 3 years ago
Makefile.am Add util/types.h with ALWAYS_FALSE template 3 years ago
Makefile.bench.include bench: add peer eviction protection benchmarks 3 years ago
Makefile.crc32c.include
Makefile.leveldb.include Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough 3 years ago
Makefile.qt.include qt, refactor: Move InitExecutor class into its own module 3 years ago
Makefile.qt_locale.include
Makefile.qttest.include test: remove qt byteswap compattests 4 years ago
Makefile.test.include test: Rename bitcoin-util-test.py to util/test_runner.py 3 years ago
Makefile.test_fuzz.include build: compile libnatpmp with -DNATPMP_STATICLIB on Windows 4 years ago
Makefile.test_util.include fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz target 4 years ago
addrdb.cpp Remove confusing CAddrDB 3 years ago
addrdb.h Remove confusing CAddrDB 3 years ago
addrman.cpp Merge bitcoin/bitcoin#22915: Remove confusing CAddrDB 3 years ago
addrman.h Move addrman includes from .h to .cpp 3 years ago
amount.h
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp Ignore banlist.dat 3 years ago
banman.h Ignore banlist.dat 3 years ago
base58.cpp refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17) 4 years ago
base58.h
bech32.cpp naming nits 4 years ago
bech32.h naming nits 4 years ago
bitcoin-cli-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-cli.cpp util: remove libevent <= 2.0.18 back-compat code 3 years ago
bitcoin-tx-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-tx.cpp Replace use of boost::trim_right with locale-independent TrimString 3 years ago
bitcoin-util-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-util.cpp refactor: Pass grind args vector as const reference 3 years ago
bitcoin-wallet-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-wallet.cpp Remove unused OptionsCategory arg from AddCommand 3 years ago
bitcoind-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoind.cpp Make SetupServerArgs callable without NodeContext 3 years ago
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
bloom.cpp
bloom.h
chain.cpp
chain.h doc: Various validation doc fixups 4 years ago
chainparams.cpp Set regtest.BIP65Height = 111 to speed up tests 3 years ago
chainparams.h net: distinguish default port per network 3 years ago
chainparamsbase.cpp [p2p] remove unused segwitheight=-1 option 3 years ago
chainparamsbase.h
chainparamsseeds.h contrib, p2p: update I2P hardcoded seeds 3 years ago
checkqueue.h
clientversion.cpp wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump 3 years ago
clientversion.h wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump 3 years ago
coins.cpp refactor: wrap CCoinsViewCursor in unique_ptr 3 years ago
coins.h refactor: wrap CCoinsViewCursor in unique_ptr 3 years ago
compat.h net: extend Sock with methods for robust send & read until terminator 4 years ago
compressor.cpp refactor: Use CPubKey vector constructor where possible 4 years ago
compressor.h
core_io.h rpc: deprecate `addresses` and `reqSigs` from rpc outputs 4 years ago
core_memusage.h
core_read.cpp Add support for SIGHASH_DEFAULT in RPCs, and make it default 3 years ago
core_write.cpp rpc: deprecate `addresses` and `reqSigs` from rpc outputs 4 years ago
cuckoocache.h
dbwrapper.cpp refactor: Use only one temporary buffer in CreateObfuscateKey 4 years ago
dbwrapper.h Merge #20464: refactor: Treat CDataStream bytes as uint8_t 4 years ago
deploymentinfo.cpp deploymentinfo: Add DeploymentName() 3 years ago
deploymentinfo.h deploymentinfo: Add DeploymentName() 3 years ago
deploymentstatus.cpp consensus/params: simplify ValidDeployment check to avoid gcc warning 3 years ago
deploymentstatus.h Use DeploymentEnabled to hide VB deployments 3 years ago
dummywallet.cpp Allow the long term feerate to be configured, default of 10 sat/vb 3 years ago
external_signer.cpp refactor: make ExternalSigner NetworkArg() and m_chain private 3 years ago
external_signer.h refactor: make ExternalSigner NetworkArg() and m_chain private 3 years ago
flatfile.cpp log: Move "Pre-allocating up to position 0x[...] in [...].dat" log message to debug category 4 years ago
flatfile.h
fs.cpp Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werror 3 years ago
fs.h
hash.cpp Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough 3 years ago
hash.h Squashed 'src/secp256k1/' changes from 3967d96bf1..efad3506a8 4 years ago
httprpc.cpp Replace use of boost::trim use with locale-independent TrimString 3 years ago
httprpc.h refactor: replace util::Ref by std::any (C++17) 4 years ago
httpserver.cpp util: remove libevent <= 2.0.18 back-compat code 3 years ago
httpserver.h
i2p.cpp net: do not connect to I2P hosts on port!=0 3 years ago
i2p.h i2p: use pointers to Sock to accommodate mocking 4 years ago
indirectmap.h
init.cpp Remove confusing CAddrDB 3 years ago
init.h init: remove straggling boost thread_group code 3 years ago
key.cpp Stricter BIP32 decoding and test vector 5 3 years ago
key.h Improve comments in taproot signing logic 3 years ago
key_io.cpp Separate WitnessV1Taproot variant in CTxDestination 4 years ago
key_io.h
logging.cpp log, sync: add LOCK logging category, apply it to lock contention 3 years ago
logging.h log, sync: add LOCK logging category, apply it to lock contention 3 years ago
mapport.cpp refactor: Use appropriate thread constructor 4 years ago
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp util: make ParseMoney return a std::optional<CAmount> 3 years ago
miner.h miner: Pass in chainman to RegenerateCommitments 4 years ago
net.cpp Remove confusing CAddrDB 3 years ago
net.h Fix addrdb includes 3 years ago
net_permissions.cpp p2p: pass strings to NetPermissions::TryParse functions by const ref 4 years ago
net_permissions.h Rate limit the processing of incoming addr messages 3 years ago
net_processing.cpp Remove GetAddrName 3 years ago
net_processing.h Merge bitcoin/bitcoin#22577: Close minor startup race between main and scheduler threads 3 years ago
net_types.cpp MOVEONLY: Expose BanMapToJson / BanMapFromJson 3 years ago
net_types.h MOVEONLY: Expose BanMapToJson / BanMapFromJson 3 years ago
netaddress.cpp Merge bitcoin/bitcoin#22179: Torv2 removal followups 3 years ago
netaddress.h Fix whitespace in touched files 3 years ago
netbase.cpp Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests 4 years ago
netbase.h doc: fixup -Wdocumentation issues 4 years ago
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp make ParseOutputType return a std::optional<OutputType> 3 years ago
outputtype.h make ParseOutputType return a std::optional<OutputType> 3 years ago
pow.cpp
pow.h
prevector.h
protocol.cpp refactor: Replace memset calls with array initialization 4 years ago
protocol.h doc: Remove incorrect INIT_PROTO_VERSION from nTime comment 3 years ago
psbt.cpp Make GetInputUTXO safer: verify non-witness UTXO match 3 years ago
psbt.h Construct and use PrecomputedTransactionData in PSBT signing 3 years ago
pubkey.cpp Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5 3 years ago
pubkey.h Consolidate XOnlyPubKey lookup hack 3 years ago
random.cpp refactor: Replace &foo[0] with foo.data() 4 years ago
random.h
randomenv.cpp rand: only try and use freeifaddrs if available 4 years ago
randomenv.h
rest.cpp Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough 3 years ago
reverse_iterator.h
scheduler.cpp test: Fix off-by-one in mockscheduler test RPC 4 years ago
scheduler.h refactor: remove boost::thread_group usage 4 years ago
serialize.h refactor: Switch serialize to uint8_t (1/n) 4 years ago
shutdown.cpp move-only: Move AbortNode to shutdown 4 years ago
shutdown.h move-only: Move AbortNode to shutdown 4 years ago
signet.cpp Enable clang-tidy bugprone-argument-comment and fix violations 3 years ago
signet.h scripted-diff: remove Optional & nullopt 4 years ago
span.h
streams.h streams: Accept URef obj for VectorReader unserialize 4 years ago
sync.cpp sync: inline lock contention logging macro to fix time duration 3 years ago
sync.h sync: inline lock contention logging macro to fix time duration 3 years ago
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough 3 years ago
torcontrol.cpp torcontrol: Resolve Tor control plane address 3 years ago
torcontrol.h tests: Add fuzzing harness for TorController 4 years ago
txdb.cpp doc: add comment about CCoinsViewDBCursor constructor 3 years ago
txdb.h move-only(ish): don't expose CCoinsViewDBCursor 3 years ago
txmempool.cpp [mempool] check ancestor/descendant limits for packages 3 years ago
txmempool.h [mempool] check ancestor/descendant limits for packages 3 years ago
txorphanage.cpp scripted-diff: Update txorphanage naming convention 4 years ago
txorphanage.h [net processing] Add Orphanage empty consistency check 3 years ago
txrequest.cpp doc: Fix typos from codespell lint 4 years ago
txrequest.h
uint256.cpp
uint256.h Make XOnlyPubKey act like byte container 4 years ago
undo.h
validation.cpp Enable clang-tidy bugprone-argument-comment and fix violations 3 years ago
validation.h Add LIFETIMEBOUND to InitializeChainstate 3 years ago
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp [refactor] Move ComputeBlockVersion into VersionBitsCache 3 years ago
versionbits.h [refactor] Move ComputeBlockVersion into VersionBitsCache 3 years ago
walletinitinterface.h
warnings.cpp
warnings.h