..
bench
gui: bugfix, getAvailableBalance skips selected coins
2023-04-03 17:23:42 -03:00
common
compat
config
consensus
crc32c
crypto
index
Refactor: Remove unused FlatFilePos::SetNull
2023-03-21 13:54:11 +01:00
init
Merge bitcoin/bitcoin#26957 : bench: update logging benchmarks
2023-03-23 17:03:39 -04:00
interfaces
ipc
kernel
Merge bitcoin/bitcoin#26177 : refactor / kernel: Move non-gArgs chainparams functionality to kernel
2023-03-16 13:56:35 +00:00
leveldb
logging
minisketch
node
clang-tidy: Add performance-inefficient-vector-operation
check
2023-03-26 20:17:55 +01:00
policy
primitives
qt
test: add coverage for 'useAvailableBalance' functionality
2023-04-03 17:23:42 -03:00
rpc
clang-tidy: Add performance-inefficient-vector-operation
check
2023-03-26 20:17:55 +01:00
script
miniscript: explicit cast instead of comparing integers of different signs
2023-03-31 17:27:19 +02:00
secp256k1
support
test
Merge bitcoin/bitcoin#27344 : fuzz: Remove legacy int parse fuzz tests
2023-03-28 12:03:39 +01:00
univalue
util
clang-tidy: Add performance-faster-string-find
check
2023-03-26 20:17:46 +01:00
wallet
gui: bugfix, getAvailableBalance skips selected coins
2023-04-03 17:23:42 -03:00
zmq
clang-tidy: Add performance-faster-string-find
check
2023-03-26 20:17:46 +01:00
.bear-tidy-config
.clang-format
.clang-tidy
clang-tidy: Exclude performance-*
checks rather including them
2023-03-26 20:18:13 +01:00
addrdb.cpp
refactor: Move error() from util/system.h to logging.h
2023-03-13 17:09:54 +01:00
addrdb.h
addrman.cpp
addrman.h
addrman_impl.h
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp
banman.h
base58.cpp
base58.h
bech32.cpp
bech32.h
bitcoin-chainstate.cpp
Merge bitcoin/bitcoin#26177 : refactor / kernel: Move non-gArgs chainparams functionality to kernel
2023-03-16 13:56:35 +00:00
bitcoin-cli-res.rc
bitcoin-cli.cpp
clang-tidy: Add performance-inefficient-vector-operation
check
2023-03-26 20:17:55 +01:00
bitcoin-tx-res.rc
bitcoin-tx.cpp
refactor: Extract util/exception from util/system
2023-03-13 17:09:47 +01:00
bitcoin-util-res.rc
bitcoin-util.cpp
clang-tidy: Add performance-inefficient-vector-operation
check
2023-03-26 20:17:55 +01:00
bitcoin-wallet-res.rc
bitcoin-wallet.cpp
refactor: Extract util/exception from util/system
2023-03-13 17:09:47 +01:00
bitcoind-res.rc
bitcoind.cpp
refactor: Extract util/exception from util/system
2023-03-13 17:09:47 +01:00
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
chain.cpp
chain.h
chainparams.cpp
Split non/kernel chainparams
2023-03-15 16:43:31 +01:00
chainparams.h
Split non/kernel chainparams
2023-03-15 16:43:31 +01:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkqueue.h
refactor: Use move semantics in CCheckQueue::Loop
2023-03-21 13:04:21 +00:00
clientversion.cpp
clientversion.h
coins.cpp
coins.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
deploymentinfo.cpp
Decouple RegTestChainParams from ArgsManager
2023-03-15 16:42:42 +01:00
deploymentinfo.h
Decouple RegTestChainParams from ArgsManager
2023-03-15 16:42:42 +01:00
deploymentstatus.cpp
deploymentstatus.h
dummywallet.cpp
external_signer.cpp
external_signer.h
flatfile.cpp
flatfile.h
Refactor: Remove unused FlatFilePos::SetNull
2023-03-21 13:54:11 +01:00
fs.cpp
fs.h
hash.cpp
hash.h
headerssync.cpp
headerssync.h
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
i2p.cpp
i2p.h
indirectmap.h
init.cpp
Merge bitcoin/bitcoin#26899 : p2p: set -dnsseed
and -listen
false if maxconnections=0
2023-03-20 12:49:10 -04:00
init.h
key.cpp
key.h
key_io.cpp
key_io.h
logging.cpp
logging.h
refactor: Move error() from util/system.h to logging.h
2023-03-13 17:09:54 +01:00
Makefile.am
Merge bitcoin/bitcoin#26177 : refactor / kernel: Move non-gArgs chainparams functionality to kernel
2023-03-16 13:56:35 +00:00
Makefile.bench.include
Makefile.crc32c.include
Makefile.leveldb.include
Makefile.minisketch.include
Makefile.qt.include
Makefile.qt_locale.include
Makefile.qttest.include
Makefile.test.include
Makefile.test_fuzz.include
Makefile.test_util.include
Makefile.univalue.include
mapport.cpp
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h
net.cpp
[net] Pass nRecvFloodSize to CNode
2023-03-27 16:00:02 +02:00
net.h
[net] Pass nRecvFloodSize to CNode
2023-03-27 16:00:02 +02:00
net_permissions.cpp
net_permissions.h
net_processing.cpp
[net processing] Pass TxRelay to FindTxForGetData instead of Peer
2023-03-31 13:19:20 +02:00
net_processing.h
net_types.cpp
net_types.h
netaddress.cpp
netaddress.h
netbase.cpp
refactor: Move error() from util/system.h to logging.h
2023-03-13 17:09:54 +01: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
pubkey.h
random.cpp
random.h
randomenv.cpp
randomenv.h
rest.cpp
Merge bitcoin/bitcoin#26207 : rest: add verbose and mempool_sequence query params for mempool/contents
2023-03-15 19:39:30 -04:00
rest.h
reverse_iterator.h
scheduler.cpp
scheduler.h
serialize.h
shutdown.cpp
shutdown.h
signet.cpp
signet.h
span.h
streams.h
sync.cpp
sync.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp
refactor: Move error() from util/system.h to logging.h
2023-03-13 17:09:54 +01:00
txdb.h
txmempool.cpp
Merge bitcoin/bitcoin#26531 : mempool: Add mempool tracepoints
2023-03-20 12:42:24 -04:00
txmempool.h
txorphanage.cpp
txorphanage.h
txrequest.cpp
txrequest.h
uint256.cpp
uint256.h
undo.h
validation.cpp
Merge bitcoin/bitcoin#26749 : refactor: Use move semantics instead of custom swap functions
2023-03-22 11:16:56 +00:00
validation.h
[validation] Annotate ChainstateManager::m_best_header as guarded by cs_main
2023-03-30 14:55:28 +02:00
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp
warnings.h