..
bench
Merge bitcoin/bitcoin#22292 : bench, doc: benchmarking updates and fixups
2024-05-15 03:03:18 +07:00
bls
merge bitcoin#23438: Use spans of std::byte in serialize
2024-02-28 13:37:34 -06:00
coinjoin
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
compat
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
config
consensus
Merge #21377 : Speedy trial support for versionbits
2024-04-23 22:41:10 +07:00
crc32c
Merge bitcoin/bitcoin#25836 : subtree: update crc32c subtree
2024-02-29 09:35:00 -06:00
crypto
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
dashbls
build: stop tracking cmake dependency relic_conf.h.in
2023-06-28 23:44:03 +03:00
evo
masternode: replace LOCKS_EXCLUDED
with negative EXCLUSIVE_LOCKS_REQUIRED
2024-04-30 11:47:04 +00:00
governance
merge bitcoin#21943: Dedup and RAII-fy the creation of a copy of CConnman::vNodes
2024-05-08 16:21:51 +00:00
gsl
refactor: re-order headers and forward declarations to improve compile time ( #5693 )
2023-11-17 10:04:18 -06:00
immer
fix: drop symlinks in immer subtree
2024-02-28 13:18:49 -06:00
index
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
interfaces
Merge bitcoin/bitcoin#22214 : refactor: Rearrange fillPSBT arguments
2024-05-19 11:11:30 -05:00
leveldb
Merge bitcoin/bitcoin#26209 : Update leveldb subtree
2024-03-05 10:40:36 -06:00
llmq
Merge #5954 : refactor: significant Mutex refactoring
2024-05-14 09:16:33 -05:00
logging
Merge bitcoin/bitcoin#22736 : log, sync: change lock contention from preprocessor directive to log category
2024-04-02 12:09:35 -05:00
masternode
scripted-diff: Merge #21836 : Replace three dots with ellipsis in the UI string
2024-05-19 11:16:42 -05:00
node
refactor: remove fMasternodeMode and fDisableGovernance from Qt code
2024-04-25 10:04:45 +00:00
policy
Merge bitcoin/bitcoin#21848 : refactor: Make CFeeRate constructor architecture-independent
2024-05-24 13:24:30 -05:00
primitives
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
qt
scripted-diff: Merge #21836 : Replace three dots with ellipsis in the UI string
2024-05-19 11:16:42 -05:00
rpc
Merge bitcoin/bitcoin#22541 : Add a new RPC command: restorewallet
2024-05-24 13:30:00 -05:00
script
Merge bitcoin/bitcoin#21329 : descriptor wallet: Cache last hardened xpub and use in normalized descriptors
2024-05-10 14:02:01 +07:00
secp256k1
merge bitcoin#27479: BIP324: ElligatorSwift integrations
2023-11-21 07:59:03 -06:00
support
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
test
Merge bitcoin/bitcoin#21927 : fuzz: Run const CScript member functions only once
2024-05-24 13:33:25 -05:00
univalue
util
net: add more details to log information in ETE and WakeupPipes
2024-05-14 17:23:15 +00:00
wallet
Merge bitcoin/bitcoin#22715 : wallet: use FormatFullVersion()
& PACKAGE_NAME
in dumpwallet
2024-05-24 13:30:00 -05:00
zmq
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
.clang-format
Merge #21221 : [tools] Allow argument/parameter bin packing in clang-format
2024-04-11 02:25:07 +07:00
addrdb.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
addrdb.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
addressindex.cpp
refactor: consolidate P2PK{H} types to P2PK_OR_P2PKH
2023-09-25 22:57:42 +05:30
addressindex.h
refactor: consolidate P2PK{H} types to P2PK_OR_P2PKH
2023-09-25 22:57:42 +05:30
addrman.cpp
Merge bitcoin/bitcoin#22696 : p2p: log addrman consistency checks
2024-05-24 13:29:59 -05:00
addrman.h
Merge bitcoin/bitcoin#21129 : fuzz: check that ser+unser produces the same AddrMan
2024-01-01 17:48:13 -06:00
amount.h
Merge #15054 : Update copyright headers to 2018
2023-12-06 11:40:14 -06:00
arith_uint256.cpp
Merge bitcoin/bitcoin#24059 : Fix implicit-integer-sign-change in arith_uint256
2024-02-28 13:16:39 -06:00
arith_uint256.h
Merge bitcoin/bitcoin#24854 : Remove not needed ArithToUint256 roundtrips in tests
2024-01-13 19:32:31 -06:00
attributes.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
banman.cpp
scripted-diff: Merge #21836 : Replace three dots with ellipsis in the UI string
2024-05-19 11:16:42 -05:00
banman.h
merge bitcoin#22570: Ignore banlist.dat
2023-09-24 09:50:50 -05:00
base58.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
base58.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
batchedlogger.cpp
Merge #19809 : log: Prefix log messages with function name and source code location if -logsourcelocations is set
2024-04-11 02:25:08 +07:00
batchedlogger.h
Merge #19809 : log: Prefix log messages with function name and source code location if -logsourcelocations is set
2024-04-11 02:25:08 +07:00
bech32.cpp
bech32.h
bip324.cpp
merge bitcoin#28267: BIP324 ciphersuite follow-up
2024-03-05 21:43:22 +00:00
bip324.h
merge bitcoin#28267: BIP324 ciphersuite follow-up
2024-03-05 21:43:22 +00:00
bitcoin-cli.cpp
partial bitcoin#25176: Fix frequent -netinfo JSON errors from null getpeerinfo#relaytxes
2024-04-26 20:25:55 +00:00
bitcoin-tx.cpp
Merge #20611 : Move TX_MAX_STANDARD_VERSION to policy
2024-04-03 14:16:42 +07:00
bitcoin-wallet.cpp
feat: add option -usehd to wallettool to let create non-hd wallets
2024-04-10 01:59:00 +07:00
bitcoind.cpp
Merge #21007 : bitcoind: Add -daemonwait option to wait for initialization
2024-04-22 09:42:16 -05:00
blockencodings.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
blockencodings.h
Merge #18673 : scripted-diff: Sort test includes
2023-08-29 22:00:59 -05:00
blockfilter.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
blockfilter.h
Merge bitcoin/bitcoin#25967 : refactor: add LIFETIMEBOUND to blockfilter where needed
2024-02-29 09:35:01 -06:00
bloom.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
bloom.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
cachemap.h
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
cachemultimap.h
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
chain.cpp
Merge #17829 : scripted-diff: Bump copyright of files changed in 2019
2023-12-06 11:40:14 -06:00
chain.h
Merge bitcoin/bitcoin#22121 : doc: Various validation doc fixups
2024-04-23 09:15:20 -05:00
chainparams.cpp
Merge bitcoin/bitcoin#22135 : CRegTestParams: Use args
instead of gArgs
.
2024-05-19 11:13:42 -05:00
chainparams.h
partial Merge #20004 : test: Add signet witness commitment section parse tests
2024-01-31 11:32:23 -06:00
chainparamsbase.cpp
feat: new command line argument -bip147height for bitcoin#21373
2024-04-23 22:41:10 +07:00
chainparamsbase.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
chainparamsseeds.h
chore: update seeds for v20.1
2024-03-03 23:34:34 -06:00
checkqueue.h
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
clientversion.cpp
Merge bitcoin/bitcoin#22715 : wallet: use FormatFullVersion()
& PACKAGE_NAME
in dumpwallet
2024-05-24 13:30:00 -05:00
clientversion.h
Merge bitcoin/bitcoin#22715 : wallet: use FormatFullVersion()
& PACKAGE_NAME
in dumpwallet
2024-05-24 13:30:00 -05:00
coins.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
coins.h
Merge bitcoin/bitcoin#22263 : refactor: wrap CCoinsViewCursor in unique_ptr
2023-12-03 20:45:01 -06:00
compat.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
compressor.cpp
merge bitcoin#21817: Replace &foo[0] with foo.data()
2024-02-28 13:37:33 -06:00
compressor.h
merge bitcoin#23413: Replace MakeSpan helper with Span deduction guide
2023-09-24 09:50:50 -05:00
context.h
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
core_io.h
Merge #20406 : util: Avoid invalid integer negation in FormatMoney and ValueFromAmount
2024-04-22 09:42:16 -05:00
core_memusage.h
core_read.cpp
merge bitcoin#17775: Try case where txn has inputs first
2024-02-06 08:44:04 -06:00
core_write.cpp
Merge #20406 : util: Avoid invalid integer negation in FormatMoney and ValueFromAmount
2024-04-22 09:42:16 -05:00
ctpl_stl.h
cuckoocache.h
Merge bitcoin/bitcoin#23626 : refactor: Fix implicit-signed-integer-truncation in cuckoocache.h
2024-02-28 13:16:38 -06:00
cxxtimer.hpp
test/refactor: upgrade to cppcheck 2.9 and fix warnings ( #5049 )
2022-10-18 13:24:00 +03:00
dash-cli-res.rc
dash-tx-res.rc
dash-wallet-res.rc
dashd-res.rc
dbwrapper.cpp
merge bitcoin#21817: Replace &foo[0] with foo.data()
2024-02-28 13:37:33 -06:00
dbwrapper.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
deploymentinfo.cpp
Merge bitcoin/bitcoin#19438 : Introduce deploymentstatus
2023-12-01 09:08:50 -06:00
deploymentinfo.h
Merge bitcoin/bitcoin#19438 : Introduce deploymentstatus
2023-12-01 09:08:50 -06:00
deploymentstatus.cpp
Merge bitcoin/bitcoin#19438 : Introduce deploymentstatus
2023-12-01 09:08:50 -06:00
deploymentstatus.h
refactor: move out helper IsDIP3Enforced from deterministicmns
2023-12-21 23:02:31 -06:00
dsnotificationinterface.cpp
refactor: limit usage of fDisableGovernance, use IsValid()
instead
2024-04-25 10:04:44 +00:00
dsnotificationinterface.h
net: move CConnman::RelayInv{Filtered} into PeerManager
2024-04-23 16:08:10 +00:00
dummywallet.cpp
Merge #14582 : wallet: always do avoid partial spends if fees are within a specified range
2024-03-18 16:01:38 +07:00
flat-database.h
merge bitcoin#23438: Use spans of std::byte in serialize
2024-02-28 13:37:34 -06:00
flatfile.cpp
Merge #21041 : log: Move "Pre-allocating up to position 0x[…] in […].dat" log message to debug category
2023-12-03 20:44:56 -06:00
flatfile.h
Merge #18673 : scripted-diff: Sort test includes
2023-08-29 22:00:59 -05:00
fs.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
fs.h
Merge #20932 : refactor: Replace fs::absolute calls with AbsPathJoin calls
2023-12-08 21:16:00 +03:00
hash.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
hash.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
httprpc.cpp
partial bitcoin#25001: Modernize util/strencodings and util/string: string_view and optional
2024-02-28 13:37:35 -06:00
httprpc.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
httpserver.cpp
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
httpserver.h
Merge #18673 : scripted-diff: Sort test includes
2023-08-29 22:00:59 -05:00
i2p.cpp
merge bitcoin#22112: Force port 0 in I2P
2023-07-24 20:45:49 +03:00
i2p.h
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
indirectmap.h
Merge #18673 : scripted-diff: Sort test includes
2023-08-29 22:00:59 -05:00
init.cpp
scripted-diff: Merge #21836 : Replace three dots with ellipsis in the UI string
2024-05-19 11:16:42 -05:00
init.h
Merge #21007 : bitcoind: Add -daemonwait option to wait for initialization
2024-04-22 09:42:16 -05:00
key_io.cpp
Merge #20832 : rpc: Better error messages for invalid addresses
2024-02-01 11:09:04 -06:00
key_io.h
Merge #20832 : rpc: Better error messages for invalid addresses
2024-02-01 11:09:04 -06:00
key.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
key.h
merge bitcoin#21817: Replace &foo[0] with foo.data()
2024-02-28 13:37:33 -06:00
limitedmap.h
chore: Drop unused unordered_limitedmap::insert_or_update()
2023-07-17 01:00:48 +03:00
logging.cpp
Merge #19809 : log: Prefix log messages with function name and source code location if -logsourcelocations is set
2024-04-11 02:25:08 +07:00
logging.h
Merge #19809 : log: Prefix log messages with function name and source code location if -logsourcelocations is set
2024-04-11 02:25:08 +07:00
Makefile.am
refactor: introduce WakeupPipe
, move wakeup select pipe logic there
2024-05-14 17:23:15 +00:00
Makefile.bench.include
merge bitcoin#28008: BIP324 ciphersuite
2024-03-05 21:43:21 +00:00
Makefile.crc32c.include
Merge bitcoin/bitcoin#23082 : build: improve gexauxval() detection, remove getauxval() weak linking
2023-10-31 08:40:25 -05:00
Makefile.leveldb.include
Merge bitcoin/bitcoin#25457 : Use more specific path when including memenv.h
header
2024-02-27 10:02:44 -06:00
Makefile.qt_locale.include
Makefile.qt.include
Merge bitcoin/bitcoin#21983 : build: Silence lupdate "unknown namespace/class" warnings
2024-05-24 13:33:24 -05:00
Makefile.qttest.include
Merge #21531 : test: remove qt byteswap compattests
2024-04-10 03:19:40 +07:00
Makefile.test_fuzz.include
merge bitcoin#20995: Avoid initializing version to less than MIN_PEER_PROTO_VERSION
2023-07-24 20:45:49 +03:00
Makefile.test_util.include
merge bitcoin#21553: Misc refactor
2024-02-06 08:39:53 -06:00
Makefile.test.include
Merge bitcoin/bitcoin#21884 : fuzz: Remove unused --enable-danger-fuzz-link-all option
2024-04-23 22:41:09 +07:00
Makefile.univalue.include
mapport.cpp
merge bitcoin#19064: Cleanup thread ctor calls
2023-09-04 20:50:27 -05:00
mapport.h
Merge bitcoin/bitcoin#26896 : build: Remove port-forwarding runtime setting options from configure
2023-12-03 20:01:26 -06:00
memusage.h
Merge #18673 : scripted-diff: Sort test includes
2023-08-29 22:00:59 -05:00
merkleblock.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
merkleblock.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
messagesigner.cpp
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
messagesigner.h
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
miner.cpp
refactor: more passing CDeterministicMNManager by ref
2024-03-19 15:21:00 +00:00
miner.h
refactor: more passing CDeterministicMNManager by ref
2024-03-19 15:21:00 +00:00
net_permissions.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
net_permissions.h
merge bitcoin#22387: Rate limit the processing of rumoured addresses
2024-04-12 16:40:58 +00:00
net_processing.cpp
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
net_processing.h
merge bitcoin#21160: Move tx inventory into net_processing
2024-04-26 20:25:55 +00:00
net_types.h
refactor: new helpers in net_processing for external handlers
2024-01-10 15:12:05 -06:00
net.cpp
Merge bitcoin/bitcoin#21872 : net: Sanitize message type for logging
2024-05-19 11:19:52 -05:00
net.h
refactor: introduce WakeupPipe
, move wakeup select pipe logic there
2024-05-14 17:23:15 +00:00
netaddress.cpp
Merge bitcoin/bitcoin#21756 : Avoid calling getnameinfo
when formatting IPv6 addresses in CNetAddr::ToStringIP
2024-05-24 13:33:25 -05:00
netaddress.h
merge bitcoin#22211: relay I2P addresses even if not reachable (by us)
2024-04-12 16:38:36 +00:00
netbase.cpp
Merge bitcoin/bitcoin#22052 : net: remove non-blocking bool from interface
2024-01-02 11:17:48 -06:00
netbase.h
merge bitcoin#19771: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
2024-04-03 16:10:15 +00:00
netfulfilledman.cpp
refactor: remove CNetFulfilledRequestManager global, move to NodeContext
2024-03-18 21:36:34 +00:00
netfulfilledman.h
refactor: remove CNetFulfilledRequestManager global, move to NodeContext
2024-03-18 21:36:34 +00:00
netmessagemaker.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
noui.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
noui.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
outputtype.cpp
Merge #18673 : scripted-diff: Sort test includes
2023-08-29 22:00:59 -05:00
outputtype.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
pow.cpp
fix: respect fPowNoRetargeting for post-btc algos
2023-06-12 10:56:10 +03:00
pow.h
prevector.h
Merge bitcoin/bitcoin#24962 : prevector: enforce is_trivially_copyable_v
2024-01-14 11:05:36 -06:00
protocol.cpp
Merge bitcoin/bitcoin#21939 : refactor: Replace memset calls with array initialization
2024-04-23 09:53:06 -05:00
protocol.h
Merge bitcoin/bitcoin#21939 : refactor: Replace memset calls with array initialization
2024-04-23 09:53:06 -05:00
psbt.cpp
merge bitcoin#23438: Use spans of std::byte in serialize
2024-02-28 13:37:34 -06:00
psbt.h
partial Merge #18027 : "PSBT Operations" dialog
2024-01-31 11:32:22 -06:00
pubkey.cpp
Merge bitcoin/bitcoin#21745 : refactor: Add missing includes in pubkey.cpp/pubkey.h
2024-05-19 11:11:35 -05:00
pubkey.h
Merge bitcoin/bitcoin#21745 : refactor: Add missing includes in pubkey.cpp/pubkey.h
2024-05-19 11:11:35 -05:00
random.cpp
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
random.h
merge bitcoin#28100: more Span<std::byte> modernization & follow-ups
2024-03-05 21:43:22 +00:00
randomenv.cpp
Merge bitcoin/bitcoin#23082 : build: improve gexauxval() detection, remove getauxval() weak linking
2023-10-31 08:40:25 -05:00
randomenv.h
rest.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
reverse_iterator.h
saltedhasher.cpp
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
saltedhasher.h
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
scheduler.cpp
Merge bitcoin/bitcoin#25040 : refactor: Pass lifetimebound reference to SingleThreadedSchedulerClient
2024-01-13 23:09:41 -06:00
scheduler.h
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
serialize.h
merge bitcoin#28012: Allow FastRandomContext::randbytes for std::byte, Allow std::byte serialization
2024-02-28 13:37:36 -06:00
shutdown.cpp
Merge #21007 : bitcoind: Add -daemonwait option to wait for initialization
2024-04-22 09:42:16 -05:00
shutdown.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
source_location.h
refactor: add gsl::not_null to get compile time / run time pointer guarantees ( #5595 )
2023-10-22 09:14:30 -05:00
span.h
Merge bitcoin/bitcoin#22881 : doc: provide context for CNetAddr::UnserializeV1Array() and span.h with lifetimebound
2023-12-26 22:26:19 -06:00
spentindex.h
refactor: make AddressType a strong enum, remove uint8_t for address_type
2023-09-25 22:57:42 +05:30
spork.cpp
net: move CConnman::RelayInv{Filtered} into PeerManager
2024-04-23 16:08:10 +00:00
spork.h
spork: replace LOCKS_EXCLUDED
with negative EXCLUSIVE_LOCKS_REQUIRED
2024-04-30 11:47:07 +00:00
stacktraces.cpp
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
stacktraces.h
statsd_client.cpp
refactor: replace multiple C-style casts to reinterpret_cast
2024-03-06 03:31:46 +07:00
statsd_client.h
refactor: add more consts everywhere as required by cppcheck 2.13.0
2024-03-06 03:31:48 +07:00
streams.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
sync.cpp
Merge #5961 : feat: implement read write locks in threading and use them for CActiveMasternodeManager::cs
2024-04-03 10:36:12 -05:00
sync.h
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
threadinterrupt.cpp
Merge bitcoin/bitcoin#24974 : refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono)
2023-10-31 08:40:25 -05:00
threadinterrupt.h
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
threadsafety.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
timedata.cpp
partial bitcoin#20196: fix GetListenPort() to derive the proper port
2024-04-26 20:25:31 +00:00
timedata.h
partial bitcoin#20196: fix GetListenPort() to derive the proper port
2024-04-26 20:25:31 +00:00
timestampindex.h
refactor: add missing headers to {address,timestamp}index
2023-09-25 22:57:41 +05:30
tinyformat.h
Merge #20530 : lint, refactor: Update cppcheck linter to c++17 and improve explicit usage
2023-08-01 12:24:36 -05:00
torcontrol.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
torcontrol.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
txdb.cpp
merge bitcoin#23438: Use spans of std::byte in serialize
2024-02-28 13:37:34 -06:00
txdb.h
Merge bitcoin/bitcoin#22263 : refactor: wrap CCoinsViewCursor in unique_ptr
2023-12-03 20:45:01 -06:00
txmempool.cpp
refactor: remove CDeterministicMNManager global, move to NodeContext
2024-04-16 12:55:14 -05:00
txmempool.h
Merge bitcoin/bitcoin#22003 : txmempool: add thread safety annotations
2024-05-24 13:24:30 -05:00
uint256.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
uint256.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
undo.h
Merge #18673 : scripted-diff: Sort test includes
2023-08-29 22:00:59 -05:00
unordered_lru_cache.h
non-scripted-diff: bump copyright year to 2023
2024-02-24 11:05:37 -06:00
validation.cpp
scripted-diff: Merge #21836 : Replace three dots with ellipsis in the UI string
2024-05-19 11:16:42 -05:00
validation.h
Merge bitcoin/bitcoin#23044 : refactor: Remove unused validation includes
2024-05-18 17:54:16 -05:00
validationinterface.cpp
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
validationinterface.h
refactor: move GetListAtChainTip() calls out of CGovernanceVote
2024-03-19 15:20:59 +00:00
version.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
versionbits.cpp
Merge #21377 : Speedy trial support for versionbits
2024-04-23 22:41:10 +07:00
versionbits.h
merge bitcoin#25109: Strengthen AssertLockNotHeld assertions
2024-05-09 08:52:48 +00:00
walletinitinterface.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
warnings.cpp
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00
warnings.h
Merge #20813 : scripted-diff: Bump copyright headers
2024-04-10 03:19:34 +07:00