..
bench
Merge bitcoin/bitcoin#22923 : test: Switch multiprocess to clang i686 build
2021-09-09 15:52:26 +02:00
compat
compat: remove glibc_compat.cpp
2021-09-10 11:18:58 +08:00
config
consensus
consensus/params: simplify ValidDeployment check to avoid gcc warning
2021-08-02 23:48:32 +10:00
crc32c
crypto
[crypto] Fix K1/K2 use in ChaCha20-Poly1305 AEAD
2021-06-23 09:46:38 -07:00
index
Remove txindex migration code
2021-08-20 16:59:41 +02:00
init
Start using init makeNode, makeChain, etc methods
2021-08-17 03:05:15 -05:00
interfaces
Merge bitcoin/bitcoin#22219 : multiprocess: Start using init makeNode, makeChain, etc methods
2021-09-16 08:47:38 +08:00
ipc
Add ipc::Context and ipc::capnp::Context structs
2021-06-10 09:58:45 -05:00
leveldb
logging
Make unexpected time type in BCLog::LogMsg() a compile-time error
2021-09-07 19:19:31 +02:00
node
Merge bitcoin/bitcoin#22895 : consensus: don't call GetBlockPos in ReadBlockFromDisk without cs_main lock
2021-09-16 17:00:54 +02:00
policy
whitespace fixups after move and scripted-diff
2021-09-02 16:23:27 +01:00
primitives
qt
Fix Qt test broken by #22219
2021-09-15 22:22:10 -04:00
rpc
Merge bitcoin/bitcoin#22219 : multiprocess: Start using init makeNode, makeChain, etc methods
2021-09-16 08:47:38 +08:00
script
Add LIFETIMEBOUND to CScript where needed
2021-09-03 13:42:03 +02:00
secp256k1
Update secp256k1 subtree to latest upstream + adapt API
2021-07-14 14:43:45 -07:00
support
test
Merge bitcoin/bitcoin#22219 : multiprocess: Start using init makeNode, makeChain, etc methods
2021-09-16 08:47:38 +08:00
univalue
util
Cleanup headers after #20788
2021-09-11 10:47:02 +03:00
wallet
Merge bitcoin/bitcoin#22979 : doc: Fix walletdisplayaddress RPC doc
2021-09-16 08:51:10 +08:00
zmq
zmq: Enable IPv6 on listening socket
2021-06-20 16:56:07 +02:00
.clang-format
.clang-tidy
Enable clang-tidy bugprone-argument-comment and fix violations
2021-09-07 09:11:10 +02:00
addrdb.cpp
Raise InitError when peers.dat is invalid or corrupted
2021-09-09 09:20:43 +02:00
addrdb.h
Raise InitError when peers.dat is invalid or corrupted
2021-09-09 09:20:43 +02:00
addrman.cpp
Merge bitcoin/bitcoin#22911 : [net] Minor cleanups to asmap
2021-09-10 14:04:16 +08:00
addrman.h
Merge bitcoin/bitcoin#22911 : [net] Minor cleanups to asmap
2021-09-10 14:04:16 +08:00
amount.h
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp
Ignore banlist.dat
2021-07-30 11:21:51 +02:00
banman.h
Ignore banlist.dat
2021-07-30 11:21:51 +02:00
base58.cpp
base58.h
bech32.cpp
bech32.h
bitcoin-cli-res.rc
windres: use PACKAGE_VERSION rather than building more version numbers
2021-08-17 16:54:47 +08:00
bitcoin-cli.cpp
Merge bitcoin/bitcoin#22544 : cli -addrinfo: drop torv2; torv3 becomes onion per GetNetworkName()
2021-09-16 18:44:20 +02:00
bitcoin-tx-res.rc
windres: use PACKAGE_VERSION rather than building more version numbers
2021-08-17 16:54:47 +08:00
bitcoin-tx.cpp
Replace use of boost::trim_right with locale-independent TrimString
2021-09-02 13:19:42 +08:00
bitcoin-util-res.rc
windres: use PACKAGE_VERSION rather than building more version numbers
2021-08-17 16:54:47 +08:00
bitcoin-util.cpp
refactor: Pass grind args vector as const reference
2021-06-18 20:10:07 +02:00
bitcoin-wallet-res.rc
windres: use PACKAGE_VERSION rather than building more version numbers
2021-08-17 16:54:47 +08:00
bitcoin-wallet.cpp
Remove unused OptionsCategory arg from AddCommand
2021-06-18 20:09:23 +02:00
bitcoind-res.rc
windres: use PACKAGE_VERSION rather than building more version numbers
2021-08-17 16:54:47 +08:00
bitcoind.cpp
Make SetupServerArgs callable without NodeContext
2021-06-10 09:58:45 -05:00
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
bloom.cpp
bloom.h
chain.cpp
chain.h
doc: Various validation doc fixups
2021-06-03 13:53:31 +02:00
chainparams.cpp
Set regtest.BIP65Height = 111 to speed up tests
2021-08-26 11:08:24 +02:00
chainparams.h
net: distinguish default port per network
2021-07-09 11:19:36 +02:00
chainparamsbase.cpp
[p2p] remove unused segwitheight=-1 option
2021-07-07 22:13:01 -07:00
chainparamsbase.h
chainparamsseeds.h
contrib, p2p: update I2P hardcoded seeds
2021-07-30 11:03:44 +02:00
checkqueue.h
clientversion.cpp
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
2021-08-16 16:04:47 +08:00
clientversion.h
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
2021-08-16 16:04:47 +08:00
coins.cpp
refactor: wrap CCoinsViewCursor in unique_ptr
2021-06-17 09:47:08 -04:00
coins.h
refactor: wrap CCoinsViewCursor in unique_ptr
2021-06-17 09:47:08 -04:00
compat.h
compressor.cpp
refactor: Use CPubKey vector constructor where possible
2021-05-04 06:53:32 +02:00
compressor.h
core_io.h
core_memusage.h
core_read.cpp
Add support for SIGHASH_DEFAULT in RPCs, and make it default
2021-06-12 12:38:17 -07:00
core_write.cpp
cuckoocache.h
dbwrapper.cpp
refactor: Use only one temporary buffer in CreateObfuscateKey
2021-05-04 06:53:37 +02:00
dbwrapper.h
deploymentinfo.cpp
deploymentinfo: Add DeploymentName()
2021-06-30 08:19:12 +10:00
deploymentinfo.h
deploymentinfo: Add DeploymentName()
2021-06-30 08:19:12 +10:00
deploymentstatus.cpp
consensus/params: simplify ValidDeployment check to avoid gcc warning
2021-08-02 23:48:32 +10:00
deploymentstatus.h
Use DeploymentEnabled to hide VB deployments
2021-07-01 20:20:52 +02:00
dummywallet.cpp
Merge bitcoin/bitcoin#22219 : multiprocess: Start using init makeNode, makeChain, etc methods
2021-09-16 08:47:38 +08:00
external_signer.cpp
refactor: make ExternalSigner NetworkArg() and m_chain private
2021-06-16 10:48:58 +02:00
external_signer.h
refactor: make ExternalSigner NetworkArg() and m_chain private
2021-06-16 10:48:58 +02:00
flatfile.cpp
flatfile.h
fs.cpp
Merge bitcoin/bitcoin#20586 : Fix Windows build with --enable-werror
2021-08-27 08:31:45 +02:00
fs.h
hash.cpp
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
2021-07-05 08:59:38 +03:00
hash.h
Squashed 'src/secp256k1/' changes from 3967d96bf1..efad3506a8
2021-04-23 11:35:15 -07:00
httprpc.cpp
Replace use of boost::trim use with locale-independent TrimString
2021-09-02 13:17:46 +08:00
httprpc.h
httpserver.cpp
util: remove libevent <= 2.0.18 back-compat code
2021-09-09 21:37:42 +08:00
httpserver.h
i2p.cpp
net: do not connect to I2P hosts on port!=0
2021-07-09 11:19:37 +02:00
i2p.h
indirectmap.h
init.cpp
Merge bitcoin/bitcoin#22626 : Remove txindex migration code
2021-09-16 19:53:28 +02:00
init.h
init: remove straggling boost thread_group code
2021-07-12 21:46:59 +08:00
key_io.cpp
Separate WitnessV1Taproot variant in CTxDestination
2021-05-24 12:14:16 -07:00
key_io.h
key.cpp
Stricter BIP32 decoding and test vector 5
2021-08-30 12:02:04 -04:00
key.h
doc: Remove stale comment for CPrivKey
2021-09-16 21:16:39 +09:00
logging.cpp
log, sync: add LOCK logging category, apply it to lock contention
2021-08-18 19:57:15 +02:00
logging.h
log, sync: add LOCK logging category, apply it to lock contention
2021-08-18 19:57:15 +02:00
Makefile.am
build: remove glibc-back-compat from build system
2021-09-10 11:18:58 +08:00
Makefile.bench.include
bench: add peer eviction protection benchmarks
2021-07-08 12:28:23 +02:00
Makefile.crc32c.include
Makefile.leveldb.include
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
2021-07-05 08:59:38 +03:00
Makefile.qt_locale.include
Makefile.qt.include
Start using init makeNode, makeChain, etc methods
2021-08-17 03:05:15 -05:00
Makefile.qttest.include
Start using init makeNode, makeChain, etc methods
2021-08-17 03:05:15 -05:00
Makefile.test_fuzz.include
Makefile.test_util.include
Makefile.test.include
test: Rename bitcoin-util-test.py to util/test_runner.py
2021-09-02 10:43:19 +02:00
mapport.cpp
refactor: Use appropriate thread constructor
2021-04-29 18:39:01 +03:00
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp
util: make ParseMoney return a std::optional<CAmount>
2021-08-04 19:48:24 +08:00
miner.h
miner: Pass in chainman to RegenerateCommitments
2021-05-27 13:50:11 -04:00
net_permissions.cpp
p2p: pass strings to NetPermissions::TryParse functions by const ref
2021-05-19 19:41:05 +02:00
net_permissions.h
Rate limit the processing of incoming addr messages
2021-07-15 12:52:38 -07:00
net_processing.cpp
p2p: Rename fBlocksOnly, Add test
2021-09-12 12:53:50 +02:00
net_processing.h
Merge bitcoin/bitcoin#22577 : Close minor startup race between main and scheduler threads
2021-08-04 16:37:12 +02:00
net_types.cpp
MOVEONLY: Expose BanMapToJson / BanMapFromJson
2021-09-03 05:21:58 -04:00
net_types.h
MOVEONLY: Expose BanMapToJson / BanMapFromJson
2021-09-03 05:21:58 -04:00
net.cpp
Merge bitcoin/bitcoin#22911 : [net] Minor cleanups to asmap
2021-09-10 14:04:16 +08:00
net.h
Merge bitcoin/bitcoin#22911 : [net] Minor cleanups to asmap
2021-09-10 14:04:16 +08:00
netaddress.cpp
[asmap] Remove SanityCheckASMap() from netaddress
2021-09-07 13:31:10 +01:00
netaddress.h
[asmap] Remove SanityCheckASMap() from netaddress
2021-09-07 13:31:10 +01:00
netbase.cpp
Cleanup headers after #20788
2021-09-11 10:47:02 +03:00
netbase.h
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp
make ParseOutputType return a std::optional<OutputType>
2021-08-04 19:20:32 +08:00
outputtype.h
make ParseOutputType return a std::optional<OutputType>
2021-08-04 19:20:32 +08:00
pow.cpp
pow.h
prevector.h
protocol.cpp
refactor: Replace memset calls with array initialization
2021-05-13 12:42:21 +01:00
protocol.h
doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
2021-08-23 18:53:34 +02:00
psbt.cpp
Make GetInputUTXO safer: verify non-witness UTXO match
2021-06-12 12:25:28 -07:00
psbt.h
Construct and use PrecomputedTransactionData in PSBT signing
2021-06-12 12:25:28 -07:00
pubkey.cpp
Merge bitcoin/bitcoin#22836 : Stricter BIP32 decoding and test vector 5
2021-09-02 10:41:16 +08:00
pubkey.h
Consolidate XOnlyPubKey lookup hack
2021-08-23 21:38:34 -04:00
random.cpp
refactor: Replace &foo[0] with foo.data()
2021-05-04 06:55:31 +02:00
random.h
randomenv.cpp
randomenv.h
rest.cpp
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
2021-07-05 08:59:38 +03:00
reverse_iterator.h
scheduler.cpp
test: Fix off-by-one in mockscheduler test RPC
2021-05-14 12:49:16 +02:00
scheduler.h
serialize.h
refactor: Switch serialize to uint8_t (1/n)
2021-05-31 14:56:17 +02:00
shutdown.cpp
shutdown.h
signet.cpp
Enable clang-tidy bugprone-argument-comment and fix violations
2021-09-07 09:11:10 +02:00
signet.h
span.h
streams.h
streams: Accept URef obj for VectorReader unserialize
2021-05-05 20:19:03 +02:00
sync.cpp
sync: inline lock contention logging macro to fix time duration
2021-09-06 23:43:51 +02:00
sync.h
sync: inline lock contention logging macro to fix time duration
2021-09-06 23:43:51 +02:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
2021-07-05 08:59:38 +03:00
torcontrol.cpp
torcontrol: Resolve Tor control plane address
2021-06-27 19:27:25 +02:00
torcontrol.h
txdb.cpp
Remove txindex migration code
2021-08-20 16:59:41 +02:00
txdb.h
Remove txindex migration code
2021-08-20 16:59:41 +02:00
txmempool.cpp
[mempool] check ancestor/descendant limits for packages
2021-08-05 12:37:28 +01:00
txmempool.h
[mempool] check ancestor/descendant limits for packages
2021-08-05 12:37:28 +01:00
txorphanage.cpp
txorphanage.h
[net processing] Add Orphanage empty consistency check
2021-07-20 13:12:42 +01:00
txrequest.cpp
txrequest.h
uint256.cpp
uint256.h
Make XOnlyPubKey act like byte container
2021-05-24 12:14:16 -07:00
undo.h
validation.cpp
Merge bitcoin/bitcoin#22626 : Remove txindex migration code
2021-09-16 19:53:28 +02:00
validation.h
Merge bitcoin/bitcoin#22626 : Remove txindex migration code
2021-09-16 19:53:28 +02:00
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
[refactor] Move ComputeBlockVersion into VersionBitsCache
2021-06-30 08:19:12 +10:00
versionbits.h
[refactor] Move ComputeBlockVersion into VersionBitsCache
2021-06-30 08:19:12 +10:00
walletinitinterface.h
warnings.cpp
warnings.h