..
bench
common
Merge bitcoin/bitcoin#29904 : refactor: Use our own implementation of urlDecode
2024-04-25 13:02:43 -04:00
compat
config
consensus
crc32c
crypto
index
index: race fix, lock cs_main while 'm_synced' is subject to change
2024-04-17 17:24:05 -03:00
init
interfaces
wallet: return and display signer error
2024-04-16 17:47:43 +02:00
ipc
kernel
leveldb
logging
minisketch
node
Merge bitcoin/bitcoin#29623 : Simplify network-adjusted time warning logic
2024-04-30 18:49:34 -04:00
policy
Merge bitcoin/bitcoin#30024 : doc: replace remaining "520" magic nums with MAX_SCRIPT_ELEMENT_SIZE
2024-05-03 12:36:56 -04:00
primitives
qt
Merge bitcoin/bitcoin#29623 : Simplify network-adjusted time warning logic
2024-04-30 18:49:34 -04:00
rpc
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
2024-05-01 13:34:37 +01:00
script
sign: don't assume we are parsing a sane Miniscript
2024-04-22 18:24:35 +02:00
secp256k1
support
test
Merge bitcoin/bitcoin#29907 : test: Fix test/streams_tests.cpp
compilation on SunOS / illumos
2024-05-04 09:07:44 +08:00
univalue
util
Merge bitcoin/bitcoin#29961 : refactor: remove remaining unused code from cpp-subprocess
2024-05-02 16:33:18 -04:00
wallet
Merge bitcoin/bitcoin#29906 : Disable util::Result copying and assignment
2024-04-30 12:19:03 -04:00
zmq
zmq: accept unix domain socket address for notifier
2024-04-16 14:14:37 -04:00
.bear-tidy-config
.clang-format
.clang-tidy
addrdb.cpp
addrdb.h
addresstype.cpp
addresstype.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
bip324.cpp
bip324.h
bitcoin-chainstate.cpp
bitcoin-cli-res.rc
bitcoin-cli.cpp
Merge bitcoin/bitcoin#29904 : refactor: Use our own implementation of urlDecode
2024-04-25 13:02:43 -04:00
bitcoin-tx-res.rc
bitcoin-tx.cpp
bitcoin-util-res.rc
bitcoin-util.cpp
bitcoin-wallet-res.rc
bitcoin-wallet.cpp
refactor: Remove hooking code for urlDecode
2024-04-24 23:23:38 +02:00
bitcoind-res.rc
bitcoind.cpp
refactor: Remove hooking code for urlDecode
2024-04-24 23:23:38 +02:00
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
chain.cpp
chain.h
chainparams.cpp
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkqueue.h
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
deploymentinfo.h
deploymentstatus.cpp
deploymentstatus.h
dummywallet.cpp
external_signer.cpp
external_signer.h
flatfile.cpp
flatfile.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
refactor: Avoid unused-variable warning in init.cpp
2024-05-02 12:37:24 +02:00
init.h
key.cpp
key.h
key_io.cpp
key_io.h
logging.cpp
logging.h
Makefile.am
Merge bitcoin/bitcoin#29623 : Simplify network-adjusted time warning logic
2024-04-30 18:49:34 -04: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
Merge bitcoin/bitcoin#29623 : Simplify network-adjusted time warning logic
2024-04-30 18:49:34 -04:00
Makefile.test_fuzz.include
Makefile.test_util.include
Makefile.univalue.include
mapport.cpp
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h
net.cpp
Merge bitcoin/bitcoin#28016 : p2p: gives seednode priority over dnsseed if both are provided
2024-04-30 18:59:56 -04:00
net.h
Merge bitcoin/bitcoin#28016 : p2p: gives seednode priority over dnsseed if both are provided
2024-04-30 18:59:56 -04:00
net_permissions.cpp
net_permissions.h
net_processing.cpp
Merge bitcoin/bitcoin#30024 : doc: replace remaining "520" magic nums with MAX_SCRIPT_ELEMENT_SIZE
2024-05-03 12:36:56 -04:00
net_processing.h
net_types.cpp
net_types.h
netaddress.cpp
netaddress.h
netbase.cpp
netbase.h
netgroup.cpp
netgroup.h
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp
Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE
2024-05-02 13:16:40 -06:00
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
rest.h
reverse_iterator.h
scheduler.cpp
scheduler.h
serialize.h
signet.cpp
signet.h
span.h
streams.cpp
streams.h
sync.cpp
sync.h
threadsafety.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp
txdb.h
txmempool.cpp
Avoid explicitly computing diagram; compare based on chunks
2024-04-22 09:36:36 -04:00
txmempool.h
Avoid explicitly computing diagram; compare based on chunks
2024-04-22 09:36:36 -04:00
txorphanage.cpp
[refactor] use reference in for loop through iters
2024-05-02 11:24:36 +01:00
txorphanage.h
[txorphanage] add method to get all orphans spending a tx
2024-04-26 10:28:27 +01:00
txrequest.cpp
txrequest.h
uint256.cpp
uint256.h
undo.h
validation.cpp
refactor: Drop util::Result operator=
2024-04-25 16:08:24 -04:00
validation.h
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
2024-05-01 13:34:37 +01:00
validationinterface.cpp
validationinterface.h
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp
warnings.h